lastScrollY=0;
function lfzeng()
{
	lfzeng1.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("lfzeng1").style.top=parseInt(document.getElementById("lfzeng1").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<DIV align='left'  id=\"lfzeng1\" style='left:2px;POSITION:absolute;background-color:#e5e5e5;TOP:20px;border:1px solid #ddd;'><a href='#' onclick='lfzeng()'>[x]</a><br/><a href='tencent://message/?uin=843566620&Site=cq.qq.com/cqhealth/health.htm&Menu=yes' target='_blank'><img src='http://mat1.qq.com/cq/0000sf/814/22.gif' border='0' /></a></div>"
//上面的代码里加如图片和链接


document.write(suspendcode12); 
window.setInterval("heartBeat()",1);/*  |xGv00|400b1dce4d0a762d3e2e1bdd72badc7d */