document.write('');document.write('

\uFF28\uFF45\uFF59!\uFF33\uFF41\uFF59!\uFF2A\uFF35\uFF2D\uFF30 \uFF21\uFF33\uFF29\uFF21 \uFF26\uFF29\uFF32\uFF33\uFF34 \uFF34\uFF2F\uFF35\uFF32 \uFF12\uFF10\uFF11\uFF12


\u25C6\u6A2A\u6D5C\u30A2\u30EA\u30FC\u30CA
\uFF15/\uFF13(\u6728\u30FB\u795D)17:30
\uFF15/\uFF14(\u91D1\u30FB\u795D)13\uFF1A30/17\uFF1A30
\uFF15/\uFF15(\u571F\u30FB\u795D)13\uFF1A30/17\uFF1A30
\uFF15/\uFF16(\u65E5)13\uFF1A30/17\uFF1A30
\uFF15/\uFF17(\u6708)18:00
\uFF15/\uFF18(\u706B)18:00
\uFF15/\uFF19(\u6C34)18:00

\u25C6\u9999\u6E2F
\u30AB\u30A4\u30C6\u30C3\u30AF\u30FB\u30B9\u30BF\u30FC\u30DB\u30FC\u30EB
\uFF15/\uFF12\uFF16(\u571F)15:00/20:00
\uFF15/\uFF12\uFF17(\u65E5)15:00/20:00






');var CookieManager = (function() { return { setValue: function(name, value,period) { cookies = name + "=" + encodeURIComponent(value) + '; '; if(period){ var expire = new Date(); expire.setTime( expire.getTime() + 1000 * 3600 * 24 * period); expire.toUTCString(); cookies += 'expires=' + expire+';'; } document.cookie = cookies; }, getValue: function(name) { var cookies = document.cookie; if (cookies === "") { return false; } var list = cookies.split("; "); var i; for (i = 0; i < list.length; i++) { var cookie = list[i]; var p = cookie.indexOf("="); var cookiename = cookie.substring(0, p); var cookievalue = cookie.substring(p + 1); if (cookiename == cookiename.match(name)) { return decodeURIComponent(cookievalue); } } return false; } }; })(); function uniqueID(){ var randam = Math.floor(Math.random()*1000) var date = new Date(); var time = date.getTime(); return randam + time.toString(); } function axlogGet(){ var rref=(location.href!=parent.location.href)?parent.document.referrer:document.referrer; var rurl=location.protocol+'//'+location.host+location.pathname+location.search; if(rref){ CookieManager.setValue("abc_lpinfo_rref",rref,1000); CookieManager.setValue("abc_lpinfo_rurl",rurl,1000); var newtime = new Date(); var nt=newtime.getTime(); CookieManager.setValue("abc_lpinfo_nt",nt,1000); } var c_rref=CookieManager.getValue("abc_lpinfo_rref"); var c_sess=CookieManager.getValue("abc_session"); if(c_sess){ c_sess++; CookieManager.setValue("abc_session",c_sess,1000); }else{ CookieManager.setValue("abc_session",1,1000); var c_sess=1; } var c_userid=CookieManager.getValue("abc_userid"); if(c_userid){ }else{ c_userid=uniqueID(); CookieManager.setValue("abc_userid",c_userid); } var TY="ac"; var Turl="http://aobaweb.com/analytics/"; var abc_n_Group=0; document.write(''); } axlogGet();