<!--

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function br(h){
document.write("<table border=0><tr><td height="+h+"></td></tr></table>");
}


//读取COOKIE
function getCookie (CookieName) { 
var CookieString = document.cookie; 
var CookieSet = CookieString.split (';'); 
var SetSize = CookieSet.length; 
var CookiePieces 
var ReturnValue = ""; 
var x = 0; 
for (x = 0; ((x < SetSize) && (ReturnValue == "")); x++) { 
CookiePieces = CookieSet[x].split ('='); 

if (CookiePieces[0].substring (0,1) == ' ') { 
CookiePieces[0] = CookiePieces[0].substring (1, CookiePieces[0].length); 
}

if (CookiePieces[0] == CookieName) {
ReturnValue = CookiePieces[1];
var value =ReturnValue
}


}
var NewWords;
NewWords = unescape(value);

return NewWords;
}
function err(errmsg){
document.write("<table border=0 class=a1 align=center><tr><td>"+errmsg+"</td></tr></table>");
}

function copyright(){
document.write("<A href=book.asp?page=1 title=给我们留言><font color=000000>网站留言</font></a> ┋ <A href=link.asp title=友情连接><font color=000000>友情链接</font></a> ┋ <a href=mailto:wgs@rssky.com title=给站长写信><font color=000000>联系站长</font></a> ┋ <a href=admin.asp target=_blank title=后台管理><font color=000000>网站管理</font></a> ┋ <a href=# title=返回顶部><font color=000000>TOP</font></a><br>站长:<A HREF=mailto:"+webemail+">"+Webboss+"</A>");
document.write("&nbsp;&nbsp;页面加载时间：<script language='javascript'>d=new Date();endTime=d.getTime();document.write((endTime-startTime)/1000);</script> 秒<br>Copyright &copy; 2002-2004&nbsp;&nbsp;"+weburl+" All Right Reserved.<br>程序版本： M 2.1 Powered by:<a href=rssky.com target=_blank>rssky.com</a>");
}

function submitonce(theform){
//if IE 4+ or NS 6+
if (document.all||document.getElementById){
//screen thru every element in the form, and hunt down "submit" and "reset"
for (i=0;i<theform.length;i++){
var tempobj=theform.elements[i]
if(tempobj.type.toLowerCase()=="submit"||tempobj.type.toLowerCase()=="reset")
//disable em
tempobj.disabled=true
}
}
}

//-->
