lastScrollY=0;
function closeking1()
{
//lovexin13.style.visibility='hidden';
lovexin11.style.visibility='hidden';
}
function closeking2()
{
lovexin13.style.visibility='hidden';
//lovexin11.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("lovexin11").style.top=parseInt(document.getElementById("lovexin11").style.top)+percent+"px";
document.getElementById("lovexin13").style.top=parseInt(document.getElementById("lovexin13").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode11="<DIV align='left'  id=\"lovexin11\" style='left:2px;POSITION:absolute;background-color:#e5e5e5;TOP:350px;border:1px solid #ddd;'><embed src='http://mat1.qq.com/cq/images/sy/zt/mifan/mffb.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='80' height='80'></embed></div>"
suspendcode13="<DIV align='right' id=\"lovexin13\" style='right:2px;POSITION:absolute;background-color:#e5e5e5;TOP:350px;border:1px solid #ddd;'><embed src='http://mat1.qq.com/cq/images/sy/zt/jingyi/jyfb.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='80' height='80'></embed></div>"
document.write(suspendcode11); 
document.write(suspendcode13); 
window.setInterval("heartBeat()",1);