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:32px;POSITION:absolute;TOP:150px;z-index:100">';
var recontent = 
'<table><tr><td>' +
'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="108" height="160" id="ListItem" align="middle">' +
'<param name="allowScriptAccess" value="always" />' +
'<param name="allowFullScreen" value="false" />' +
'<param name="movie" value="http://www.lawtv.net.cn/scripts/ListItem.swf" />' +
'<param name="quality" value="high" />' +
'<param name="wmode" value="transparent" />' +
'<param name="FlashVars" value="user=cs_1,cs_2,cs_3" />' +
'<param name="bgcolor" value="#ffffff" />' +
'<embed src="http://www.lawtv.net.cn/scripts/ListItem.swf" quality="high" bgcolor="#ffffff" width="108" height="160" name="ListItem" align="middle" allowScriptAccess="sameDomain" FlashVars="user=cs_1,cs_2,cs_3" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />' +
'</object>' +
'</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;
}

function getMPcode(uname){
	window.open("http://www.lawtv.net.cn/flashchat/index.html?lk=" + uname, "", "height=500, width=620, top=300, left=300, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=n o, status=no");
	//window.open("http://www.lawtv.net.cn/flashchat/index.html?lk="+uname, 'ÔÚÏß·þÎñ', 'height=500, width=620, top=300, left=300, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=n o, status=no');
}
//setfrme()
