

//Æ¯¸¡ÓÒ²à
var eht_left = 800;//ÓÒ±ß
//var eht_left = 0;//×ó±ß
var eht_id = "530005847";
var eht_img = "/a3.gif";
document.write("<font id=\"eht_move\" style=\"left:788px;POSITION:absolute;TOP:200px;\" align=\"center\"><a onClick=\"window.open('http://wise.etelephone.cn/dial.jsp?type=5&pid=100000000&wid=530005847&name=&color=#96c9ff','et','width=552,height=423,menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no');\" style=\"cursor:hand\"><img src=\"/a3.gif\" /></a></font>");

var eht_lastScrollY=0;
function eht_heartBeat(){
	if(document.documentElement.scrollTop>document.body.scrollTop)
	{diffY=document.documentElement.scrollTop;}
	else
	{diffY=document.body.scrollTop;}
	percent=0.1*(diffY-eht_lastScrollY); 
	if(percent>0)percent=Math.ceil(percent); 
	if(percent<0)percent=Math.floor(percent);
	document.getElementById("eht_move").style.top=parseInt(document.getElementById("eht_move").style.top)+percent+"px";
	eht_lastScrollY+=percent; 
}
window.setInterval("eht_heartBeat()",10);