suspendcode="<DIV id=lovexin2 style='Z-INDEX: 10; LEFT: 840px; POSITION: absolute; TOP: 200px; width: 95; height: 203px;'><img src='js/close.gif' onClick='javascript:window.hide()' width='80' height='15' border='0' vspace='3' alt='Close Me'><img src='js/ad.jpg' width='120' height='290' border='0' alt='congratulations on Juri's successful net reformation!'></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.lovexin2.style.pixelTop+=percent;
lastScrollY=lastScrollY+percent;
}
function hide()  
{   
lovexin2.style.visibility="hidden";
}
window.setInterval("heartBeat()",1);

