suspendcode="<DIV id=lovexin1 style='Z-INDEX: 10; right: 1px; POSITION: absolute; TOP: 266px; width: 90; height: 162px;'><iframe src='templates/default/msn.htm' width='103' height='188' align='top' frameborder='0' scrolling='no'></iframe></DIV>"
document.write(suspendcode);
suspendcode="<DIV id=lovexin2 style='Z-INDEX: 10; LEFT: 1px; POSITION: absolute; TOP: 105px; width: 90; height: 94px;'><iframe src='templates/default/msn.htm' width='1' height='1' 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);
