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='left:0;position:absolute;top:200px;z-index:100'>";
var recontent=
'<div id=\"csol\">'+
'<table border=\"0\" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:80px\">' + 
'<tr>' + 
'<td align=\"left\" width=\"102\" height=\"30\">' + 
'<a href=\"http\:\/\/www.seohl.com\/about.html">关于乌鸦团队</a>'+
'</td>' + 
'</tr>' +
'<tr>' + 
'<td align=\"left\" width=\"102\" height=\"30\">' + 
'<a href=\"http\:\/\/www.seohl.com\/case\/index.html">客户案例</a>'+
'</td>' + 
'</tr>' +
'<tr>' + 
'<td align=\"left\" width=\"102\" height=\"30\">' + 
'<a href=\"http\:\/\/www.seohl.com\/payment.html">付款方式</a>'+
'</td>' + 
'</tr>' +
'<tr>' + 
'<td align=\"left\" width=\"102\" height=\"30\">' + 
'<a href=\"http\:\/\/www.seohl.com\/contact.html">联系我们</a>'+
'</td>' + 
'</tr>' +
'<tr>' + 
'<td align=\"left\" width=\"102\" height=\"30\">' + 
'<a href=\"http\:\/\/www.seohl.com\/faq.html">常见问题</a>'+
'</td>' + 
'</tr>' +
'</table>'+
'</div>'+
'<span onclick="far_close()">' + 
'</span>';

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()

