document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln(""); document.writeln("
"); document.writeln("
"); ShowAD.style.top=document.body.clientHeight-130; ShowAD.style.left=document.body.clientWidth-230; moveR(); function moveR() { ShowAD.style.top=document.body.scrollTop+document.body.clientHeight-130; ShowAD.style.left=document.body.scrollLeft+document.body.clientWidth-230; setTimeout("moveR();",80) } function CloseX(){ ShowAD.style.visibility='hidden'; }