
suspendcode="<DIV id=lovexin2 style='Z-INDEX: 10; RIGHT: 20px; POSITION: absolute; TOP: 105px; width: 120; height: 148px;'><a href='http://www.diaochapai.com/survey/83c8487d-dcad-44ef-aff3-7bf73aea9082' target='_blank'><img src='images/2.png' width='120' height='148' border='0'></a></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);

