lastScrollY2=0;
function heartBeat(){ 
var diffY2;
if (document.documentElement && document.documentElement.scrollTop)
    diffY2 = document.documentElement.scrollTop;
else if (document.body)
    diffY2 = document.body.scrollTop
else
    {/*Netscape stuff*/}

percent2=.1*(diffY2-lastScrollY2); 
if(percent2>0)percent2=Math.ceil(percent2); 
else percent2=Math.floor(percent2); 
document.getElementById("full2").style.top=parseInt(document.getElementById("full2").style.top)+percent2+"px";

lastScrollY2=lastScrollY2+percent2; 
}
suspendcode2="<div id=\"full2\" style='right:0px; top:169px; position:absolute;'><table width='20' border='0' cellpadding='0' cellspacing='0'><tr><td align='right'><a href='http://chat.53kf.com/company.php?arg=xingui&style=1' target=_blank><img border='0' src='http://www.tj-gold.com/xgfile/xgkf11.png' alt='ΧΙΡ―ΏΝ·ώ'/></a></td></tr></table></div>"
document.write(suspendcode2);
window.setInterval("heartBeat()",1);
