document.writeln("<div id='adright' style='width:300px;height:250px;position: absolute;z-index:99999;left:0px;top:0px;'><div style='width:300px;height:250px;background: url(/js/ad_bg.gif) no-repeat;'><iframe src='/ads/adv_right_bottom.htm' width='300' height='250' frameborder='no' border='0' MARGINWIDTH='0' MARGINHEIGHT='0' CROLLING='no'></iframe></div></div></div>");

adright.style.top=document.documentElement.clientHeight-250;
adright.style.left=document.documentElement.clientWidth-300;
moveR();
function moveR() {
adright.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-250;
adright.style.left=document.documentElement.scrollLeft+document.documentElement.clientWidth-300;
setTimeout("moveR();",80)
}
function closeDiv(){
 adright.style.visibility='hidden';
}


