document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln(""); document.writeln("
"); document.writeln("
"); var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body; var adst = document.getElementById("ShowAD").style; adst.top = ( bodyfrm.clientHeight - 150 ) + "px"; adst.left = ( bodyfrm.clientWidth - 225 ) + "px"; function moveR() { adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 150 ) + "px"; adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 225 ) + "px"; } setInterval("moveR();", 80); function CloseX(){ adst.display='none'; return; }