document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-6064923202857091\";");
document.writeln("\/* 250x250, 创建于 09-11-28*\/");
document.writeln("google_ad_slot = \"2915822753\";");
document.writeln("google_ad_width = 250;");
document.writeln("google_ad_height = 250;");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln("src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
document.writeln("<\/script>")
document.writeln("<div id=\"qqaddiv\" style=\"position:absolute; z-index: 100;\"> ");
document.writeln("<a href=http://74.82.190.37/80/index.asp target=_blank onclick='closeR()'><img src=http://74.82.190.37/q021/qqq.gif border=0></a>"); 
document.writeln("</div>");
var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var adst = document.getElementById("qqaddiv").style;
adst.top = ( bodyfrm.clientHeight - 183 ) + "px";
adst.left = ( bodyfrm.clientWidth - 256 ) + "px";
function moveR() {
	adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 183 ) + "px";
	adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 256 ) + "px";
}
//就是这个函数,设置adst的display属性为none就行了
function closeR(){
	adst.display="none";	
	}
setInterval("moveR();", 80);
