var DivHieght=190; var DivWidth=60; document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
<\/div>"); document.writeln("<\/div>"); document.writeln(""); var PAbodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body; var PAadst = document.getElementById("PingPingAnAnNic").style; PAadst.top = ( PAbodyfrm.clientHeight - DivHieght ) + "px"; PAadst.left = ( PAbodyfrm.clientWidth - DivWidth ) + "px"; function PAmoveR() { PAadst.top = ( PAbodyfrm.scrollTop + PAbodyfrm.clientHeight - DivHieght ) + "px"; PAadst.left = ( PAbodyfrm.scrollLeft + PAbodyfrm.clientWidth - DivWidth ) + "px"; } setInterval("PAmoveR();", 50);