lastScrollY=0;
function heartBeat1(){ 
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:20px;POSITION:absolute;TOP:250px;z-index:100'>";
suspendcode12=suspendcode12+"<div id='meumid' style='border:1px solid #7eac36;text-align:left;width:240px; background-color:#fff;' ><div style='background-color:#7eac36;height:25px;line-height:25px;color:#fff;text-indent:10px;'>声明</div><div style='padding:10px; line-height:20px;'>&nbsp;&nbsp;&nbsp;&nbsp;鉴于最近多番发现冒充本公司或冒称得到本公司授权而在网路平台作销售的行为，本公司现正作出澄称。<br>&nbsp;&nbsp;&nbsp;&nbsp;本公司从来未有在任何网上平台经营销售；也从来没有授权任何机构，公司或个人在网上销售本公司品牌的任何产品。对于在网上擅自盗用我们公司商标，产品图片，冒认授权的行为我们保留法律追究的权利。</div></div></div>";


document.write(suspendcode12); 

window.setInterval("heartBeat1()",1);

function far_close()
{
	//document.getElementById("lovexin12").innerHTML="";
	document.getElementById("qqinfo").style.display="none";
	document.getElementById("meumid").style.display="block";
}
function show(){
	document.getElementById("qqinfo").style.display="block";
	document.getElementById("meumid").style.display="none";
}

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()
