
function startmarquee(lh,speed,delay) {
var p=false;
var t;
var o=document.getElementById("marqueebox");
o.innerHTML+=o.innerHTML;
o.style.marginTop=0;
o.onmouseover=function(){p=true;}
o.onmouseout=function(){p=false;}

function start(){
t=setInterval(scrolling,speed);
if(!p) o.style.marginTop=parseInt(o.style.marginTop)-1+"px";
}

function scrolling(){
if(parseInt(o.style.marginTop)%lh!=0){
o.style.marginTop=parseInt(o.style.marginTop)-1+"px";
if(Math.abs(parseInt(o.style.marginTop))>=o.scrollHeight/2) o.style.marginTop=0;
}else{
clearInterval(t);
setTimeout(start,delay);
}
}
setTimeout(start,delay);
}
startmarquee(20,12,4500);// (一次滚动高度,速度,停留时间,图层标记)

document.write("<div class=clear>&nbsp;</div>")
document.write("<div style=\"width:970px;text-align:center;background: #F7EFD3;border-top:3px solid #E6916C;padding-bottom:8px;line-height:22px;padding-top:10px;\">")

//document.write('<script> xprint(17330,306,760,60); </script'+'><br>')

document.write("<a href=\"#\" onclick=\"javascript:history.back();\">Back</a> | ")
document.write("<a href=\"/about/index.html\">关于本站</a> | ")
document.write("<a href=\"/sitemap.html\" target=_blank>网站地图</a> | ")
document.write("<a href=\"/about/friends.html\">友情链接</a> | ")
document.write("<a href=\"/about/liuyan.html\">留言我站</a> | ")
document.write("<A HREF=\"/about/duty.html\">下载声明</A> | ")
document.write("<a target=_blank href=\"http://www.skycn.org.cn/come.asp?id=23311\">天空交换链</a> | ")
document.write("	<a href=\"javascript:scroll(0,0)\">Top</a>")
document.write("</div>")
//document.write("<script type=text/javascript src=/css/gg.js></script>")


//var boodschap='7613软件下载';
//function dgstatus(){
//window.status=boodschap;
//timerID=setTimeout("dgstatus()", 100000);}
//document.write("<body onLoad=dgstatus();>")

document.write("<script type=text/javascript src=/css/tongji.js></script>")