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=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lovexin112").style.top=parseInt(document.getElementById("lovexin112").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode112="<DIV id=\"lovexin112\" style='right:112px;POSITION:fixed;bottom:10px;z-index:10000;'>";
var recontent="<img src='images/x.gif' onclick='far_close()'/>"+
'<div style="text-align:center;width:224px;">'+

"<a href=\"javascript:void(window.open('http://www.chinalaundry.cn/live/livezilla.php','','width=590,height=550,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))\">"+
'<img src="http://www.chinalaundry.cn/live/image.php?id=03" width="224" height="107" border="0"></a>'+
'<noscript><div><a href="http://www.chinalaundry.cn/live/livezilla.php" target="_blank">Start Live Help Chat</a></div></noscript>'+
'</div>'+
'<div id="livezilla_tracking" style="display:none"></div>'

;
var script = document.createElement("script");script.type="text/javascript";var src = "http://www.chinalaundry.cn/live/server.php?request=track&output=jcrpt&nse="+Math.random();setTimeout("script.src=src;document.getElementById('livezilla_tracking').appendChild(script)",1);


document.write(suspendcode112); 
document.write(recontent); 
document.write("</div>"); 
document.write("</div>"); 
window.setInterval("heartBeat()",1);

function far_close()
{
	/////////onclick="far_close()"
	document.getElementById("lovexin112").innerHTML="";
}

function setfrme()
{
	var tr=document.getElementById("lovexin112");
	var twidth=tr.clientWidth;
	var theight=tr.clientHeight;
	var fr=document.getElementById("frame55la");
	fr.width=twidth-1;
	fr.height=theight-30;
}
//setfrme()
