天文學

進入網站吧

Enter

///////////// // // Cookie Functions - Bill Dortch (21-Jan-96) // The following functions are released to the // public domain. // function GookieVal(offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } Counter