﻿<!-- 
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=.2*(diffY-lastScrollY); 
	if(percent>0)percent=Math.ceil(percent); 
	else percent=Math.floor(percent); 
	document.getElementById("sIDEsRCdIV").style.top=parseInt(document.getElementById
	("sIDEsRCdIV").style.top)+percent+"px";
	lastScrollY=lastScrollY+percent; 
	//alert(lastScrollY);
}
suspendcode12="<DIV id=\"sIDEsRCdIV\" style='left:960px;POSITION:absolute;TOP:164px;'><a target=blank href=\'http:\/\/wpa.qq.com\/msgrd?V=1&Uin=609137600>&Site=在线咨询&Menu=no\' title=\'礼品定制-在线即时交谈\'><img border=\"0\" src=http:\/\/wpa.qq.com\/pa?p=1:609137600:4  alt=\"礼品定制-在线即时交谈\" align=\"absmiddle\" \/><\/a><br \/><a target=blank href=\'http:\/\/wpa.qq.com\/msgrd?V=1&Uin=765719318>&Site=在线咨询&Menu=no\' title=\'礼品定制-在线即时交谈\'><img border=\"0\" src=http:\/\/wpa.qq.com\/pa?p=1:765719318:4  alt=\"礼品定制-在线即时交谈\" align=\"absmiddle\" \/><\/a><br \/><a target=blank href=\'http:\/\/wpa.qq.com\/msgrd?V=1&Uin=736672537>&Site=在线咨询&Menu=no\' title=\'现货批发-在线即时交谈\'><img border=\"0\" src=http:\/\/wpa.qq.com\/pa?p=1:736672537:4  alt=\"现货批发-在线即时交谈\" align=\"absmiddle\" \/><\/a><br \/><a target=blank href=\'http:\/\/wpa.qq.com\/msgrd?V=1&Uin=1144649307>&Site=在线咨询&Menu=no\' title=\'现货批发-在线即时交谈\'><img border=\"0\" src=http:\/\/wpa.qq.com\/pa?p=1:1144649307:4  alt=\"现货批发-在线即时交谈\" align=\"absmiddle\" \/><\/a></div>"
document.write(suspendcode12); 
window.setInterval("heartBeat()",1); 
//-->
