	var qq_etewidth = 250;
	var qq_eteheight = 150;
	var qq_banner_filename = "http://www.tj66.net/etjpub/uploadadpic/200909/2009090120382305.gif";
	var qq_gotoUrl = 'http://www.139358.com/';

	document.write("<div id=eteUnionUpFloat style='margin:0px;padding:0px;z-index: 9999;position:absolute;width:"+qq_etewidth+"px;height:"+qq_eteheight+"px;'>")

	document.write("<a href='"+qq_gotoUrl+"'  target='_blank'><img src='"+qq_banner_filename+"' border='0' style='cursor: hand;'  width='"+qq_etewidth+"' height='"+qq_eteheight+"'></a>")
	document.write("</div>")


var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var adst = document.getElementById("eteUnionUpFloat").style;
adst.top = ( bodyfrm.clientHeight - qq_eteheight ) + "px";
adst.left = ( bodyfrm.clientWidth - qq_etewidth ) + "px";
function moveR() {
	adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - qq_eteheight ) + "px";
	adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - qq_etewidth ) + "px";
}
var objTimer=setInterval("moveR();", 100);

function CloseX(){
	adst.display='none';
}

function ete_closediv() 
{ 
document.getElementById('eteUnionUpFloat').style.visibility='hidden'; 
if(objTimer) window.clearInterval(objTimer) 
}