document.write('');document.write('
\u8CBC\u308A\u4ED8\u3051\u5199\u771F\u753B\u50CF

9\u7A2E\u985E\u306E\u306C\u308A\u305E\u3046

\u98DB\u884C\u6A5F\u306B\u7A93\u304C\u306A\u304F\u306A\u308B\u304B\u3082

\u5927\u962A\u3000\u9053\u9813\u5800\u3000\u30B0\u30EA\u30B3\u770B\u677F\u3000\u30EA\u30CB\u30E5\u30FC\u30A2\u30EB\u2192 \u306C\u308A\u305E\u3046\u3082\u53C2\u52A0

\u30D3\u30EB\u58C1\u9762\u306E\u306C\u308A\u305E\u3046

\u30B3\u30FC\u30D2\u30FC\u3000\u5473\u306E\u9055\u3044
');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();