var img_group = new Array();
img_group[0] = "775661.gif";
img_group[1] = "775661.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.388899.com/' target='_blank' ><img src='"+img_group[rd_ad_img]+"' width='230' height='159' border='0'></a></div></div></div>");
ShowAD.style.top=document.documentElement.clientHeight-159;
ShowAD.style.left=document.documentElement.clientWidth-256;
moveR();
function moveR() {
ShowAD.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-159;
ShowAD.style.left=document.documentElement.scrollLeft+document.documentElement.clientWidth-230;
setTimeout("moveR();",80)
}

var img1_group = new Array();
img1_group[0] = "775662.gif";
img1_group[1] = "775662.gif";
rd_ad_img1 = Math.floor(Math.random() * img1_group.length); //生成随机数
document.write("<div align='center'>");
document.write("<div id='ShowAD1' style='position:absolute; z-index: 100;'>");
document.write("<div id='ImgLayer1' style='position:absolute; z-index:1; left: 0px;'>");
document.write("<a href='http://www.388899.com/' target='_blank' ><img src='"+img1_group[rd_ad_img1]+"' width='200' height='159' border='0'></a></div></div></div>");
ShowAD1.style.top=document.documentElement.clientHeight-159;
ShowAD1.style.left=document.documentElement.clientWidth;
moveR1();
function moveR1() {
ShowAD1.style.top=document.documentElement.scrollTop+document.documentElement.clientHeight-159;
ShowAD1.style.left=document.documentElement.scrollLeft;
setTimeout("moveR1();",80)
}
