var w = 230;
var h = 70;
var obj = document.getElementById("divStayTopLeft");
if (obj)str = obj.innerHTML;
if(typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat'){
	document.writeln('<DIV style="z-index:10;right:0;bottom:0;height:'+h+'px;width:'+w+'px;overflow:hidden;POSITION:fixed;_position:absolute; _margin-top:expression(document.documentElement.clientHeight-this.style.pixelHeight+document.documentElement.scrollTop);">');
}else {
	document.writeln('<DIV style="z-index:10;right:0;bottom:0;height:'+h+'px;width:'+w+'px;overflow:hidden;POSITION:fixed;*position:absolute; *top:expression(eval(document.body.scrollTop)+eval(document.body.clientHeight)-this.style.pixelHeight);">');
}
document.writeln('<div style="clear:both;margin:auto;height:70px;overflow:hidden;font-weight:bold;text-align:left;"><a href="javascript:scroll(0,0)" hidefocus="true"><img src="http://paipai.lady.qq.com/images/magazine6/totop_03.jpg" alt="" title="»Øµ½¶¥²¿" style="border: 0px;" /></a></div></DIV>');
