document.writeln("<div style=\"position: absolute; left: 10px; top: 320px; z-index: 20;width: 100; height: 300px;\"  id=\"lovexin1\">");
document.writeln("<a href=\"http:\/\/www.zhongbai.cc\/news\/\"> <img name=\"\" src=\"http:\/\/www.zhongbai.cc\/images\/222.gif\"");document.writeln("alt=\"\" \/> <\/a><\/div>");


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;

lastScrollY=lastScrollY+percent;
}
function hide()  
{   
lovexin1.style.visibility="hidden"; 
}
window.setInterval("heartBeat()",1);

