lastScrollY=0;
function SEABeat(){ 
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("21SEA_BOX").style.top=parseInt(document.getElementById("21SEA_BOX").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<div id=\"21SEA_BOX\"  style='left:0px; position:absolute;top:220px; width:97px;' >";
var recontent="<div  style=\"background-image:url(http://static.365imgs.cn/images/site/arting365_refer_01.png)!important; _background-image:none;FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.365imgs.cn/images/site/arting365_refer_01.png');WIDTH: 96px;height:85px; margin-bottom:0px;\"></div><a href=\"tencent://message/?uin=138206183&Site=Arting365公司&Menu=yes\"><img src=\"http://static.365imgs.cn/images/site/arting365_refer_02.png\" titile=\"QQ咨询\" alt=\"QQ咨询\" border=\"0\"></a><a href=\"http://site.arting365.com/contact.html\"><img titile=\"联系我们\" alt=\"联系我们\" src=\"http://static.365imgs.cn/images/site/arting365_refer_03.png\" border=\"0\"></a><div  style=\"background-image:url(http://static.365imgs.cn/images/site/arting365_refer_04.png)!important; _background-image:none;FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.365imgs.cn/images/site/arting365_refer_04.png');WIDTH: 96px;height:41px; margin-bottom:0px;\"></div>";
document.write(suspendcode12); 
document.write(recontent); 
document.write("</div>"); 
window.setInterval("SEABeat()",1);

function far_close()
{
	document.getElementById("21SEA_BOX").innerHTML="";
	//use: <a onclick="far_close()" herf="#" style="cursor:pointer">
}

function setfrme()
{
	var tr=document.getElementById("21SEA_BOX");
	var twidth=tr.clientWidth;
	var theight=tr.clientHeight;
	var fr=document.getElementById("21seaFrame");
	fr.width=twidth-1;
	fr.height=theight-30;
}

