document.write('');document.write('
\u30D4\u30B9\u30B1\u30FC\u30B9\u306F\uFF11\u968E\u306F\u30A8\u30B9\u30C6\u30B5\u30ED\u30F3\u3001\uFF12\u968E\u306F\u7F8E\u5BB9\u9662\u3067\u3059\u3002

\uFF12\u968E\u30D8\u30A2\u30FC\u30D7\u30ED\u30D4\u30B9\u30B1\u30FC\u30B9\u3067\u306FM\uFF13D\u30AB\u30E9\u30FC\u304C\u5927\u597D\u8A55\uFF01\uFF01
\u30C4\u30E4\u30C4\u30E4\u306B\u306A\u308C\u307E\u3059\u3088\u3002


\uFF11\u968E\u30C8\u30FC\u30BF\u30EB\u30D3\u30E5\u30FC\u30C6\u30A3\u30AF\u30EA\u30CB\u30C3\u30AF\u30D4\u30B9\u30B1\u30FC\u30B9\u3067\u306F\u3001\u5404\u7A2E\u30D5\u30A7\u30A4\u30B7\u30E3\u30EB\u30B3\u30FC\u30B9\u304C\uFF12\uFF10\uFF10\uFF10\u5186\u301C\u3002


\uFF11\u5EA6\u304A\u8A66\u3057\u304F\u3060\u3055\u3044\u3002
');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();