﻿<!-- 
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=75071069>&Site=在线咨询&Menu=no\' title=\'技术支持-在线即时交谈\'><img border=\"0\" src=http:\/\/wpa.qq.com\/pa?p=1:75071069:4  alt=\"技术支持-在线即时交谈\" align=\"absmiddle\" \/><\/a><br \/><br \/><a target=blank href=\'http:\/\/wpa.qq.com\/msgrd?V=1&Uin=172838528>&Site=在线咨询&Menu=no\' title=\'礼品批发-在线即时交谈\'><img border=\"0\" src=http:\/\/wpa.qq.com\/pa?p=1:172838528:4  alt=\"礼品批发-在线即时交谈\" align=\"absmiddle\" \/><\/a><br \/><br \/><a target=blank href=\'http:\/\/wpa.qq.com\/msgrd?V=1&Uin=34025632>&Site=在线咨询&Menu=no\' title=\'礼品批发-在线即时交谈\'><img border=\"0\" src=http:\/\/wpa.qq.com\/pa?p=1:34025632:4  alt=\"礼品批发-在线即时交谈\" align=\"absmiddle\" \/><\/a><br \/></div>"
document.write(suspendcode12); 
window.setInterval("heartBeat()",1); 
//-->
