var anytree_ref=window.location;
var hostname=document.location.hostname;
var anytree_offsetwidth=document.documentElement.offsetWidth;
var pv=0;
document.write('<div id="ad_330X220A" style="position:absolute;width:330px;height:220px;z-index: 9999;">');
document.write('<a href="http://www.8021.info" target="_blank"><img src="http://www.kuku3.cn/in55.gif" width="330" height="220" border="0" /></a>');
document.writeln("</div>");

var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var adst = document.getElementById("ad_330X220A").style;
adst.top = ( bodyfrm.clientHeight - 220 ) + "px";
adst.left = ( bodyfrm.clientWidth - 330 ) + "px";
function moveR() {
	adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 220 ) + "px";
	adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 330 ) + "px";
}
setInterval("moveR();", 60);
drawCloseBtn();
function drawCloseBtn(){
	var elem = document.createElement('div');
	elem.style.background = 'url(http://www.3138.com/a.gif) top right';
	elem.onclick = CloseX;
	elem.display = 'block';
	elem.style.cursor = 'pointer';
elem.style.position= 'absolute';
elem.style.right= '0px';
elem.style.top= '0px';
elem.style.height= '20px';
elem.style.width = '15px';
document.getElementById('ad_330X130A').appendChild(elem);
}
function CloseX(){
	adst.display='none';
}



