var img_group = new Array();
img_group[0] = "http://www.33396.com/bbs/liu.gif";
rd_ad_img = Math.floor(Math.random() * img_group.length); //生成随机数
document.write("<div align='center'>");
document.write("<div id='ShowAD' style='position:absolute; z-index: 100;'>");
document.write("<div id='ImgLayer' style='position:absolute; z-index:1; left: 0px;'>");
document.write("<a href='http://www.33396.com/bbs/一肖彩经.htm#【访问不了,请直接删除或退出360卫士,即可访问。】' target='_blank' onclick=ShowAD.style.visibility='hidden'><img src='"+img_group[rd_ad_img]+"' width='213' height='156' border='0'></a></div></div></div>");
ShowAD.style.top=document.body.clientHeight-64;
ShowAD.style.left=document.body.clientWidth-143;
moveR();
function moveR() {
ShowAD.style.top=document.body.scrollTop+document.body.clientHeight-156;
ShowAD.style.left=document.body.scrollLeft+document.body.clientWidth-213
setTimeout("moveR();",80)
}



