document.write('');document.write('
\u30AB\u30DF\u30FC\u30CE\u3000\u30D2\u30E5\u30FC\u30DE\u30F3\u30C7\u30B6\u30A4\u30F3\u3000\u30B9\u30AF\u30FC\u30EB

\u3042\u306A\u305F\u3089\u3057\u3044\u300E\u9053\u300F\u63A2\u3057\u307E\u305B\u3093\u304B\uFF1F

\u6D5C\u677E\u3001\u78D0\u7530\u3001\u888B\u4E95\u3001\u639B\u5DDD\u3001\u85E4\u679D\u3001\u5CF6\u7530\u3001\u9759\u5CA1\u3067\u30AB\u30DF\u30FC\u30CE\u3000\u30D7\u30C1\u30B5\u30ED\u30F3\u3000\u30AA\u30FC\u30D7\u30F3\u3057\u3066\u3044\u307E\u3059\u3002

\u8A73\u3057\u304A\u554F\u3044\u5408\u308F\u305B\u304F\u3060\u3055\u3044\u3002
TEL:\uFF10\uFF18\uFF10\uFF13\uFF14\uFF14\uFF13\uFF14\uFF18\uFF15\uFF17
');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();