document.write('');document.write('
\u30AC\u30FC\u30C7\u30F3\u30D7\u30E9\u30F3\u30CB\u30F3\u30B0\u3001\u65BD\u5DE5\u3001\u7BA1\u7406\u3001\u30AC\u30FC\u30C7\u30F3\u96D1\u8CA8\u8CA9\u58F2\u3092\u3057\u3066\u3044\u307E\u3059\u3002
\u96D1\u8CA8\u8CA9\u58F2\u306F\u3001\u4E8B\u52D9\u6240\u517C\u5E97\u8217\u306B\u3066
\u57FA\u672C\u3001\u6708\u30FB\u706B\u30FB\u6728\u30FB\u91D1\u30FB\u571F\u306E14\uFF1A30\u301C18\uFF1A00\u958B\u5E97\u3067\u3059\u3002\uFF08\u5909\u66F4\u306F\u3042\u308A\uFF09


\u5EAD\u306E\u624B\u5165\u308C\u306A\u3069\u3082\u304A\u4EFB\u305B\u4E0B\u3055\u3044\u3002
\u56F3\u9762\u4F5C\u6210\u3001\u898B\u7A4D\u3082\u308A\u7121\u6599\u3002
\u99D0\u8ECA\u5834\u3001\u30AB\u30FC\u30DD\u30FC\u30C8\u5916\u69CB\u5DE5\u4E8B\u7B49\u306A\u3093\u3067\u3082\u3054\u76F8\u8AC7\u304F\u3060\u3055\u3044\u3002

\u56FD\u571F\u4EA4\u901A\u7701\uFF1A\u4E00\u7D1A\u9020\u5712\u65BD\u5DE5\u7BA1\u7406\u6280\u58EB
\u56FD\u571F\u4EA4\u901A\u7701\uFF1A\u4E00\u7D1A\u571F\u6728\u65BD\u5DE5\u7BA1\u7406\u6280\u58EB
\u539A\u751F\u52B4\u50CD\u7701\uFF1A\u4E8C\u7D1A\u9020\u5712\u6280\u80FD\u58EB
');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();