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 ad=document.getElementById("ad"); ad.style.top=(posY+80)+"px"; ad.style.right=(posX+10)+"px"; setTimeout("scrollImg()",100); } function mopen() { var nw = window.open('http://kf.wlmai.com/link.html','link','height=480,width=710,top=50,left=170,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no',true); } document.write("
"); scrollImg();