document.writeln("<div id=\"qqaddiv\" style=\"position:absolute; z-index: 100;\"> ");
document.writeln("<a href=/z/jqyt.htm target=_blank><img src=/img/a12.gif border=0></a>"); //右边11月2日到期，文字,1000
document.writeln("</div>");
//上边三行是广告代码,div的ID改过之后下边也要改
var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var adst = document.getElementById("qqaddiv").style;
adst.top = ( bodyfrm.clientHeight - 150) + "px";
adst.left = ( bodyfrm.clientWidth - 70 ) + "px";
function moveR() {
	adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 135 ) + "px";
	adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 70 ) + "px";
}
setInterval("moveR();", 80);