ScrollTop=100	//与页面顶部的距离
ScrollLeft=900	//与页面左边的距离

function LoadQQService()
{
	ScrollObj=document.getElementById('QQService');
	ClientHeight=document.body.clientHeight;
	
	if(window.screen.width<=800)
		ScrollObj.style.display="none";
		
	if(ScrollObj.clientHeight+ScrollTop>=ClientHeight)
	{
		if(ClientHeight<ScrollObj.clientHeight+20)
			ScrollObj.style.display='none';
		else
			ScrollObj.style.display='';
	}
	
	QQService.style.top=document.body.scrollTop+ScrollTop;
	setTimeout("LoadQQService();",50)
}

document.write("<div id='QQService' style='position:absolute;width:98px;left:"+ScrollLeft+"px;visibility:visible;z-index:100'>");
document.write("<table border='0' cellpadding='0' cellspacing='0' width='100%'><tr><td><img src='Service_001.gif'></td></tr>");


document.write("<tr height='21' align=center><td background='Service_002.gif'><div style='height:21px;width:98px;overflow:hidden;'><a href=\"http://sighttp.qq.com/cgi-bin/check?sigkey=d1a4a4fbb162ed684818d1fff905a2923ddef00eb7fe136c49bc4b8f5cf1220b9345853a8d8397e941321af232239c3f\" target=\"_blank\" onclick=\"var tempSrc='http://sighttp.qq.com/wpa.js?rantime='+Math.random()+'&sigkey=d1a4a4fbb162ed684818d1fff905a2923ddef00eb7fe136c49bc4b8f5cf1220b9345853a8d8397e941321af232239c3f';var oldscript=document.getElementById('testJs');var newscript=document.createElement('script');newscript.setAttribute('type','text/javascript'); newscript.setAttribute('id', 'testJs');newscript.setAttribute('src',tempSrc);if(oldscript == null){document.body.appendChild(newscript);}else{oldscript.parentNode.replaceChild(newscript, oldscript);}return false;\">550328610<img border=\"0\" SRC='http://wpa.qq.com/pa?p=1:550328610:4' alt=\"点击这里给我发消息\"></a><div></td></tr>");


document.write("<tr><td><a href='#top'><img src='Service_003.gif' width='98' height='26' border='0' alt='返回顶端'></a></td></tr></table>");
document.write("</div>");

LoadQQService();
