");
document.writeln("
");
document.writeln("");
document.writeln("![\"关闭\"](\"images/img/close.gif\") | ");
document.writeln("
");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln(" | ");
document.writeln(" ");
document.writeln("");
document.writeln("![\"QQ\"](\"images/img/qq.gif\") ");
document.writeln("客服一 | ");
document.writeln(" ");
document.writeln("");
document.writeln("![\"QQ\"](\"images/img/qq.gif\") ");
document.writeln("客服二 | ");
document.writeln(" ");
document.writeln(" | ");
document.writeln(" ");
document.writeln(" | ");
document.writeln("
");
document.writeln("");
document.writeln("![\"返回顶部\"](\"images/img/Go_Top.gif\") | ");
document.writeln("
");
document.writeln("
");
//document.writeln("
");
scrollImg();
function CloseQQ()
{
document.getElementById("ad1").style.display="none";
return true;
}
function scrollImg(){
var posX,posY;
if (window.innerHeight) {
posX = window.pageXOffset;
posY = window.pageYOffset;
}
else if (document.documentElement && document.documentElement.scrollTop) {
posX = document.documentElement.scrollLeft;
posY = document.documentElement.scrollTop;
}
else if (document.body) {
posX = document.body.scrollLeft;
posY = document.body.scrollTop;
}
var ad1=document.getElementById("ad1");
ad1.style.top=(posY+200)+"px";
ad1.style.left=(posX+document.body.clientWidth-70)+"px";
setTimeout("scrollImg()",100);
}
function close_ad1(){
document.getElementById('erweima').style.display="none";
}