var img_group = new Array();
img_group[0] = "js/qq08818.gif";
img_group[1] = "js/qq08818.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.168gcw.com/#03-08' target='_blank'><img src='"+img_group[rd_ad_img]+"' width='220' height='158' 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-250;
setTimeout("moveR();",80)
}