document.write('');document.write('
\u4ECA\u6708\u306E\u7814\u4FEE\u30FB\u30A4\u30D9\u30F3\u30C8\u6848\u5185

\uFF17\u6708\uFF11\u65E5\u25CF\u25CF\u7814\u4FEE\u4F1A

\uFF17\u6708\uFF11\uFF15\u65E5\u25CF\u25CF\u30BB\u30DF\u30CA\u30FC

\uFF17\u6708\uFF12\uFF15\u65E5\u653F\u7B56\u7814\u7A76\u4F1A


\u8A73\u7D30\u306F\u30AB\u30EC\u30F3\u30C0\u30FC\u53C8\u306F\u3001\u6D3B\u52D5\u8A08\u753B\u3092\u3054\u89A7\u304F\u3060\u3055\u3044\uFF01

\u5BCC\u5C71\u770C\u770B\u8B77\u9023\u76DF
');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();