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*/}
    
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; 
}
suspendcode14="<DIV id=\"lovexin14\" style='right:22px;POSITION:absolute;TOP:69px;'><table width='86' height='270' border='0' cellpadding='0' cellspacing='0' background='/Templets/images/floater/fbg2.gif'><tr><td height='48'>&nbsp;</td></tr><tr><td height='144' align='center'><TABLE width='78' height='52' border='0' cellPadding='2' cellSpacing='0'><TR><TD width='94' align='center'><a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=372378162&Site=互动服务&Menu=yes><img SRC=http://wpa.qq.com/pa?p=1:374207005:1 alt=\"百莲达招生办\" border='0'><br> 374207005</a></TD></TR><TR><TD height='16' align='center'><a target=blank href=http://sighttp.qq.com/cgi-bin/check?sigkey=72d35736d0c176d20e379b0fd5be475d9333183b0e412c8d23b87ee8daab4d30080d5274980a0a08e6c91343f7470fed7caec6a750652243><img SRC=http://wpa.qq.com/pa?p=1:515482980:1 alt=\"百莲达招生办\" border='0'><br> 515482980</a></TD></TR><TR><TD height='16' align='center'><a target=blank href=http://sighttp.qq.com/cgi-bin/check?sigkey=72d35736d0c176d23180aa1bbd2fa374d0585426d876c2b5af94eea53a7fd6efc4dd75909dac2869f078ff5b2beb9a4b3d2d47b35b565f01><img SRC=http://wpa.qq.com/pa?p=1:478961311:1 alt=\"百莲达招生办\" border='0'><br> 478961311</a></TD></TR></TABLE></td></tr><tr><td height='78' align='center'><a href='http://www.belinda.com.cn/Templets/register/index.html' target='_blank'><img src='/Templets/images/floater/freg.gif' width='61' height='60' border='0'></a></td></tr></table><br><a href=JavaScript:; onclick=\"lovexin14.style.display = 'none'\"><img src=/Templets/images/floater/close.gif width='80' height='16' border='0'></div>";
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);




