self.onError = null;

currentX = currentY = 0; 

whichIt = null; 

lastScrollX = 0; lastScrollY = 0;

NS = (document.layers) ? 1 : 0;

IE = (document.all) ? 1: 0;

<!-- STALKER CODE -->

function heartBeat(objectid) {

	if(IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; }

	if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; }

	if(diffY != lastScrollY) {

		percent = .1 * (diffY - lastScrollY);

		if(percent > 0) percent = Math.ceil(percent);

		else percent = Math.floor(percent);

		if(IE) {

			objectid = objectid.split(";"); 

			for (i = 0; i < objectid.length; i++) eval("document.all."+objectid[i]).style.pixelTop += percent;

		}	

		if(NS) {

			objectid = objectid.split(";"); 

			for (i = 0; i < objectid.length; i++) eval("document."+objectid[i]).top += percent; 

		}	

		lastScrollY = lastScrollY + percent;

	}

	if(diffX != lastScrollX) {

		percent = .1 * (diffX - lastScrollX);

		if(percent > 0) percent = Math.ceil(percent);

		else percent = Math.floor(percent);

		if(IE) {

			objectid = objectid.split(";"); 

			for (i = 0; i < objectid.length; i++) eval("document.all."+objectid[i]).style.pixelLeft += percent;

		}	

		if(NS) {

			objectid = objectid.split(";"); 

			for (i = 0; i < objectid.length; i++) eval("document."+objectid[i]).left += percent; 			

		}	

		lastScrollX = lastScrollX + percent;

	} 	

}

<!-- /STALKER CODE -->

if(NS || IE) action = window.setInterval("heartBeat('floater2')", 5);

if (IE){
	document.write("<div id='floater2' style='BORDER-RIGHT: 0px solid; BORDER-TOP: 0px solid; LEFT: 2px; BORDER-LEFT:0px solid; WIDTH: 90px; BORDER-BOTTOM:0px solid; POSITION: absolute; TOP: 200px; HEIGHT: 90px'>");
	document.write('<table cellpadding="0" cellspacing="0" width="100%"><tr><td height="1" bgcolor="#FFFFFF"></td></tr></table>');
	document.write("<table border='0' width='100%' cellpadding='0' cellspacing='0' bgcolor='#299DCE'><tr><td bgcolor='#FFFFFF'><table border='0' cellpadding='0' cellspacing='0' width='98' height='' align='center'><tr><td><img src='img.file/qq_top.gif' width='110' height='70'></td></tr>");
	document.write("<tr><td><table border='0' cellpadding='0' cellspacing='0' width='100%' height='' align='center'>");
	document.write("<tr height='22' align=center><td background='img.file/qq_bg.gif'><strong>贸易通洽谈</strong></td></tr>");
	document.write("<tr height='22' align=center><td background='img.file/qq_bg.gif' style='font-size:12px'><a href='http://scs1.sh1.china.alibaba.com/msg.atc?v=1&uid=sdlzzlhj' target='_blank'>业务经理</a></td></tr>");
	document.write("<tr height='22' align=center><td background='img.file/qq_bg.gif'><strong>诚信通</strong></td></tr>");
	document.write("<tr height='22' align=center><td background='img.file/qq_bg.gif' style='font-size:12px'><a href='http://scs1.sh1.china.alibaba.com/msg.atc?v=1&uid=sdlzzl930' target='_blank'>业务经理</a></td></tr>");
	document.write("<tr height='22' align=center><td background='img.file/qq_bg.gif'><strong>有事您QQ我</strong></td></tr>");
	document.write("<tr height='22' align=center><td background='img.file/qq_bg.gif' style='font-size:12px'><a href='http://wpa.qq.com/msgrd?V=1&Uin=332634642&Menu=yes' target='_blank'>业务经理</a></td></tr>");
	document.write("<tr><td><a href='#top'><img src='img.file/qq_bottom.gif' width='110' height='50' border='0' alt='返回顶端'></a></td></tr></table></td></tr></table></td></tr></table>");
	document.write('<table cellpadding="0" cellspacing="0" width="100%"><tr><td height="1" bgcolor="#FFFFFF"></td></tr></table>');
	document.write("</div>");//最左边
}
if (NS){
	document.write("<layer id=myleft top=400 width=80 height=80></layer>");
}
