suspendcode="<DIV id=lovexin1 style='Z-INDEX: 10; align:right; right: 2px; POSITION: absolute; TOP: 321px; width: 85; height: 103px;'><iframe src='msn.asp' width='105' height='260' align='top' frameborder='0' scrolling='no' allowtransparency='true'></iframe></DIV>"
document.write(suspendcode);
suspendcode="<DIV id=lovexin2 style='Z-INDEX: 10; LEFT: 2px; POSITION: absolute; TOP: 105px; width: 0; height: 0px;'><iframe src='msn.asp' width='0' height='0' align='top' frameborder='0' scrolling='no'></iframe></DIV>"
document.write(suspendcode);
lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=.3*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.lovexin1.style.pixelTop+=percent;
document.all.lovexin2.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
function hide()  
{   
lovexin1.style.visibility="hidden"; 
lovexin2.style.visibility="hidden";
}
window.setInterval("heartBeat()",1);
