document.writeln("
"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
\"关闭\"
"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
"); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln(""); document.writeln("
\"QQ\"
"); document.writeln("客服一
\"QQ\"
"); 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"; }