document.write("<span id=\"tmpMsgDiv\"></span>");
showMsg();
function showMsg() {
	var s="";
	var _width="280";_height="150";
	try{
		if(document.compatMode && document.compatMode != 'BackCompat'){
			s+=('<div style="z-index:9;right:2px;bottom:1px;height:'+_height+'px;width:'+_width+'px;overflow:hidden;position:fixed;'+(/MSIE 7/.test(navigator.appVersion)?'':'_position:absolute; _margin-top:expression(document.documentElement.clientHeight-this.style.pixelHeight+document.documentElement.scrollTop);')+'" id="BottomMsg">');
		}else {
			s+=('<div style="z-index:9;right:2px;bottom:1px;height:'+_height+'px;width:'+_width+'px;overflow:hidden;position:fixed;*position:absolute;*top:expression(eval(document.body.scrollTop)+eval(document.body.clientHeight)-this.style.pixelHeight);" id="BottomMsg" >');
		}
		s+=('<a target="_blank" href="http://www.xu7.com/?tn=rar8.net"><img src="http://rar8.net/htmljs/qq0407.gif" border="0"></a>');
		s+=('</div>');
		document.getElementById('tmpMsgDiv').innerHTML = s;
	}catch(err){}

}

document.write("");