lastScrollY=0;
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
	diffY = document.documentElement.scrollTop;
else if (document.body)
	diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
	
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lovexin14").style.top=parseInt(document.getElementById
("lovexin14").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode14="<DIV id=\"lovexin14\" style='left:2px;POSITION:absolute;z-index:1;TOP:220px;text-align:center'><a href=\"#\" onclick=\"window.open(' http://www.53kf.com/company.php?arg=nonoyx&style=1&kf=&kflist=off&kfstat=0&zdkf_type=1','_blank','height=433,width=703,fullscreen=3,top=200,left=200,status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,location=no,titlebar=no,fullscreen=no');\"><img src=\" http://www.53kf.com/kfimg.php?arg=nonoyx&style=1&on_img=http://www.nonoyx.com/kf.gif&off_img=http://www.nonoyx.com/kflx.jpg\" border=0></a></div>"
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);