document.write('');document.write('
\u25C6\u5927\u4F1A\u7B49\u306E\u4E88\u5B9A

6\u670823\u65E5 \u798F\u5CA1\u770C\u65B0\u4EBA\u6226

6\u670830\u65E5 \u7DF4\u7FD2\u8A66\u5408

7\u67086\u65E5 USA\u30AB\u30C3\u30D7

7\u67087\u65E5 \u7B51\u7D2B\uFF98\uFF70\uFF78\uFF9E \u30B5\u30DE\u30FC\u30B0\u30E9\u30F3\u30D7\u30EA

7\u670813\u65E5 \u770C\u4E88\u9078\u7D44\u307F\u5408\u308F\u305B\u62BD\u9078\u4F1A

7\u670814\u65E5 \u7DF4\u7FD2\u8A66\u5408

7\u670821\u65E5 \u4ECA\u671F\u7B2C2\u56DE\u7B51\u5F8C\u30EA\u30FC\u30B0

7\u670828\u65E5 \u798F\u5CA1\u770C\u5927\u4F1A

8\u670811\u65E5 \u30A4\u30FC\u30B9\u30C8\u30AB\u30C3\u30D7\u4E88\u9078

8\u670824\u65E5 \u30C9\u30FC\u30E0\u30C9\u30C3\u30B8




');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();