// JavaScript Document
var w3c = (document.getElementById) ? true : false;
var agt = navigator.userAgent.toLowerCase();
var ie = ((agt.indexOf("msie") != -1) && (agt.indexOf("opera") == -1) && (agt.indexOf("omniweb") == -1));
var mymovey = new Number();
function IeTrueBody(){
	return (document.compatMode && document.compatMode!="BackCompat") ? document.documentElement : document.body;
}
function GetScrollTop(){
	return ie ? IeTrueBody().scrollTop : window.pageYOffset;
}

document.write("<div id='servicesbox' style='width:892px;margin-left:auto;margin-right:auto;'>");
document.write("<div style='float:right;width:1px;'>");
document.write("<div id=backi style='Z-INDEX: 1;WIDTH: 128px; POSITION: absolute; TOP: 50px; HEIGHT:auto; right:1px;'> ");
document.writeln("<TABLE width=\"100\" align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("	<TR>");
document.writeln("		<TD height=\"25\"><a href=\" http:\/\/sighttp.qq.com\/cgi-bin\/check?sigkey=fcc4dba902f3c7f7156b64ef61e7fc407617b54040f16650bf4864c56a714554\"; target=_blank; onclick=\"var tempSrc=\' http:\/\/sighttp.qq.com\/wpa.js?rantime=\'+Math.random()+\'&sigkey=fcc4dba902f3c7f7156b64ef61e7fc407617b54040f16650bf4864c56a714554\';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;\"><IMG SRC=\/images/qq.gif WIDTH=80 HEIGHT=105 BORDER=0><\/A><\/TD>");
document.writeln("	<\/TR>");
document.writeln("<\/TABLE>");
document.write("</div>");
	
function heartBeat(){
diffY=GetScrollTop(); 
mymovey += Math.floor((diffY-document.getElementById('backi').style.top.replace("px","")+100)*0.1);
document.getElementById('backi').style.top = mymovey+"px";
} 
window.setInterval("heartBeat()",1);
document.write("</div></div>");


