lastScrollY=0;
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("lovexin12").style.top=parseInt(document.getElementById

("lovexin12").style.top)+percent+"px";
document.getElementById("lovexin14").style.top=parseInt(document.getElementById

("lovexin12").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
//注意：将261888234改成你想要的QQ号码即可。可无限增加QQ号码 www.easyhoo.net注
suspendcode12="<DIV id=\"lovexin12\" style='left:0px;POSITION:absolute;TOP:250px;'></div>"
document.write("<DIV id=\"lovexin14\" style='text-align:left;right:3px;POSITION:absolute;TOP:300px;'><table  width=\"73\" height=\"155\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">");
document.write("	<tr>");
document.write("		<td colspan=\"3\">");
document.write("		<a href=\"/guestbook.aspx\" target=\"_blank\">	<img src=\"/img/QQOline_01.jpg\" width=\"73\" height=\"46\" alt=\"在线预约|在线咨询--Tel:13014982176\"  border=\"0\"></a></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td rowspan=\"5\">");
document.write("			<img src=\"/img/QQOline_02.jpg\" width=\"7\" height=\"109\" border=\"0\" alt=\"\"></td>");
document.write("		<td>");
document.write("			<a target=_blank href=http://wpa.qq.com/msgrd?v=3&uin=54663944&site=qq&menu=yes><img src=\"/img/qq.gif\"   alt=\"网站建设\" border=0></a></td>");
document.write("		<td rowspan=\"5\">");
document.write("			<img src=\"/img/QQOline_04.jpg\" width=\"5\" height=\"109\" alt=\"\"  border=\"0\"></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td>");
document.write("<a href=\"tencent://message/?uin=1224242149&Site=&Menu=yes\"><img src=\"/img/QQOline_05.jpg\" width=\"61\" height=\"24\" alt=\"\" border=0></a></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td>");
document.write("<a href=http://sighttp.qq.com/cgi-bin/check?sigkey=9529f6c81e86bdf086798afdf5f6e77cfcc7f869b8a3123767fe91075f3663e0 target=_blank><img src=\"/img/qq.gif\"   alt=\"网站建设\" border=0></a></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td>");
document.write("			<a href=\"tencent://message/?uin=451589332&Site=&Menu=yes\"><img src=\"/img/QQOline_07.jpg\" width=\"61\" height=\"25\" alt=\"\" border=0></a></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td>");
document.write("			<img src=\"/img/QQOline_08.jpg\" width=\"61\" height=\"14\" alt=\"\"></td>");
document.write("	</tr>");
document.write("</table></div>");
document.write(suspendcode12); 
//document.write(suspendcode14); 
window.setInterval("heartBeat()",1);
