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("lovexin12").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<DIV id=\"lovexin12\" style='right:0px;POSITION:absolute;TOP:250px;z-index:100'>";
var recontent='<table align="left" style="margin-right:0px;width:90px" border="0" cellpadding=0 cellspacing=0 height="32">' + 
'<tr>' + 
'<td style="padding:0;font-size:13px" height="32" ><table style="width:90px" border="0" cellspacing="0" cellpadding="0" height="1">' + 
'<tr>' + 
'<td style="padding:0;font-size:13px; background:none" height="20"><img src="http://www.sofa2008.com/images/top.gif"  border="0" style="margin:0px; padding:0px;" usemap="#MapMapMap"></td>' + 
'</tr>' + 
'<tr>' + 
'<td style="padding:0;font-size:13px;padding-left:1px" background="http://www.sofa2008.com/images/middle.gif" height="19">' + 
'<table style="width:90px"  border="0" align="center" cellpadding="0" cellspacing="0" height="1">' + 
'<tr>' + 
'<td style="padding:0;font-size:13px" height="6"></td>' + 
'</tr>' + 

'<tr>' + 
'<td style="padding:0;font-size:13px" height="39">' + 
'<table  border="0" align="left" cellpadding="0" cellspacing="8" style="width:90px">' + 
'<!--begin-->' + 
'<tr>' + 
'<td style="padding-left:0px" align="left" width="10"><A href="http://wpa.qq.com/msgrd?v=1&amp;uin=712303924&amp;site=%8e=%8d-iq&amp;menu=yes" target=blank><IMG style="WIDTH: 61px; HEIGHT: 16px" alt=业务咨询 src="http://wpa.qq.com/pa?p=1:712303924:10" align=absMiddle border=0></A><A href="http://wpa.qq.com/msgrd?v=1&amp;uin=712303924&amp;site=%8e=%8d-iq&amp;menu=yes" target=blank></A>' + 
'</td>' + 
'</tr>' + 

'<tr>' + 
'<td style="padding-left:0px" align="left" width="10"><A href="http://wpa.qq.com/msgrd?v=1&amp;uin=712303920&amp;site=%8e=%8d-iq&amp;menu=yes" target=blank><IMG style="WIDTH: 61px; HEIGHT: 16px" alt=技术服务 src="http://wpa.qq.com/pa?p=1:712303920:10" align=absMiddle border=0></A><A href="http://wpa.qq.com/msgrd?v=1&amp;uin=712303920&amp;site=%8e=%8d-iq&amp;menu=yes" target=blank></A>' + 
'</td>' + 
'</tr>' + 
'<tr><td>&nbsp;</tr></td>' + 

'<!--end-->' + 
'</table></td>' + 
'</tr>' + 
'</table></td>' + 
'</tr>' + 
'<tr>' + 
'<td style="padding:0;font-size:13px" height="1"><img src="http://www.sofa2008.com/images/bottom.gif" style="margin:0px; padding:0px;"></td>' + 
'</tr>' + 
'</table>' + 
'</td>' + 
'</tr>' + 
'</table>' + 
'<map name="MapMapMap" onclick="far_close()" style="cursor:handle">' + 
'<area shape="rect" coords="71,8,102,30" href="#">' + 
'</map>';

document.write(suspendcode12); 
document.write(recontent); 
document.write("</div>"); 
window.setInterval("heartBeat()",1);

function far_close()
{
	document.getElementById("lovexin12").innerHTML="";
}

function setfrme()
{
	var tr=document.getElementById("lovexin12");
	var twidth=tr.clientWidth;
	var theight=tr.clientHeight;
	var fr=document.getElementById("frame55la");
	fr.width=twidth-1;
	fr.height=theight-30;
}
//setfrme()
