self.onError = null; currentX = currentY = 0; whichIt = null; lastScrollX = 0; lastScrollY = 0; NS = (document.layers) ? 1 : 0; IE = (document.all) ? 1: 0; function heartBeat(objectid) { if(IE) { diffY = document.documentElement.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; } } if(NS || IE) action = window.setInterval("heartBeat('floater2')", 5); if (IE){ document.write("
") document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln("
<\/td>"); document.writeln(" <\/tr>"); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
\\\"点击这里给我发消息\\\"<\/a><\/td>"); document.writeln(" <\/tr>"); document.writeln("
QQ:549001759 <\/td>"); document.writeln(" <\/tr>"); document.writeln(" <\/table><\/td>"); document.writeln(" <\/tr>"); document.writeln("
"); document.writeln(""); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
电话:
"); document.writeln(" 8620-86911625<\/strong><\/td>"); document.writeln(" <\/tr>"); document.writeln("
传真:
"); document.writeln(" 8620-86911615<\/strong><\/td>"); document.writeln(" <\/tr>"); document.writeln(" <\/table><\/td>"); document.writeln(" <\/tr>"); document.writeln(" <\/table><\/td>"); document.writeln(" <\/tr>"); document.writeln("
<\/td>"); document.writeln(" <\/tr>"); document.writeln("<\/table>"); document.write("") document.write("") } if (NS){ document.write(""); }