document.writeln("<div id=\"guanggao\"  style=\" WIDTH:172px; display:block; POSITION:absolute;  z-index:9999; TOP:0px; HEIGHT:252px; >");
document.writeln("<table width=\"100%\"  bgcolor=\"#000000\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" >");
document.writeln("<tr height=\"172\"   ><td ><br />");
document.writeln('<iframe scrolling="no" marginheight="0" marginwidth="0" align="top" frameborder="0" src="http://www.tuyaya.com/guanggao/guanggao.php" width="252" height="172" ></iframe>');
document.writeln("<\/td<\/tr><\/table><\/div>");
guanggao.style.top=document.body.clientHeight-192;
guanggao.style.left=document.body.clientWidth-262;
moveR();
function moveR()
{
	//alert();
	guanggao.style.top=document.body.scrollTop+document.body.clientHeight-192;
	guanggao.style.left=document.body.scrollLeft+document.body.clientWidth-262;
	setTimeout("moveR();",80)
}
