lastScrollY=0;
function closeking1()
{
//lovexin10.style.visibility='hidden';
lovexin8.style.visibility='hidden';
}
function closeking2()
{
lovexin10.style.visibility='hidden';
//lovexin8.style.visibility='hidden';
}
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
 diffY = document.documentElement.scrollTop;
else if (document.body)
 diffY = document.body.scrollTop
else
 {/*Netscape stuff*/}
 
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lovexin8").style.top=parseInt(document.getElementById("lovexin8").style.top)+percent+"px";
document.getElementById("lovexin10").style.top=parseInt(document.getElementById("lovexin10").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode8="<DIV align='left'  id=\"lovexin8\" style='left:2px;POSITION:absolute;background-color:#e5e5e5;TOP:500px;border:1px solid #ddd;'><embed src='http://mat1.qq.com/cq/images/sy/zt/suren/srfb.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='80' height='80'></embed></div>"
suspendcode10="<DIV align='right' id=\"lovexin10\" style='right:2px;POSITION:absolute;background-color:#e5e5e5;TOP:500px;border:1px solid #ddd;'><embed src='http://mat1.qq.com/cq/images/sy/zt/suren/srfb.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='80' height='80'></embed></div>"
document.write(suspendcode8); 
document.write(suspendcode10); 
window.setInterval("heartBeat()",1);