document.write('');document.write('
\u51A4\u7F6A\u30FB\u4E0D\u5F53\u89E3\u96C7\u306E\u4E8B
\u8ABF\u3079\u5B66\u3093\u3067\u652F\u63F4\u3059\u308B

\u4EBA\u6A29\u3068\u6C11\u4E3B\u4E3B\u7FA9\u3092\u5B88\u308B
\u65E5\u672C\u56FD\u6C11\u6551\u63F4\u4F1A



\u51A4\u7F6A\u306E\u4E8B\u3092
\u3000\u3082\u3046\u3061\u3087\u3063\u3068
\u3000\u3000\u77E5\u308A\u305F\u3044\uFF01

\u51A4\u7F6A\u306E\u4EBA\u9054\u3092
\u3000\u5C11\u3057\u3067\u3082\u3044\u3044\u304B\u3089
\u3000\u3000\u652F\u3048\u305F\u3044\uFF01
\u3000\u3060\u304B\u3089\u79C1\u3082
\u3000\u3000\u52A0\u5165\u3057\u307E\u3057\u305F\u3002

\u4EBA\u6A29\u3068\u6C11\u4E3B\u4E3B\u7FA9\u3092\u5B88\u308B
\u65E5\u672C\u56FD\u6C11\u6551\u63F4\u4F1A
\u3000\u3000\u2191\u30AF\u30EA\u30C3\u30AF



URL
http://kyuenkai.org/



\u554F\u3044\u5408\u305B\u5148\u306F \u3053\u3053

');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();