document.write('');document.write('
\u5408\u8A08:474,144\u5186
\u30C8\u30FC\u30BF\u30EB\u96C6\u8A08
1A8.net137,232\u5186
2\uFF8E\uFF9F\uFF72\uFF9D\uFF84\uFF80\uFF73\uFF9D65,700\u5186
3\uFF9A\uFF8B\uFF9E\uFF6D\uFF70\uFF8C\uFF9E\uFF9B\uFF78\uFF9E56,000\u5186
4\u30CF\u30D4\u30BF\u30B947,000\u5186
5\uFF8A\uFF9E\uFF98\uFF6D\uFF70\uFF7A\uFF8F\uFF70\uFF7D42,526\u5186
6\u30EA\u30F3\u30AF\u30B7\u30A7\u30A238,823\u5186
7\u3052\u3093\u738919,600\u5186
8\uFF71\uFF78\uFF7E\uFF7D\uFF84\uFF9A\uFF70\uFF84\uFF9E14,248\u5186
9\u30E9\u30F3\u30B5\u30FC\u30BA13,365\u5186
10\uFF8E\uFF9F\uFF72\uFF9D\uFF84\uFF72\uFF9D\uFF76\uFF9113,000\u5186
11conecc5,250\u5186
12\u30EC\u30D3\u30E5\u30CA\u30D35,000\u5186
13\u30E2\u30E9\u30BF\u30E14,000\u5186
14\u30DE\u30AF\u30ED\u30DF\u30EB3,800\u5186
15\u30E9\u30A4\u30D5\u30DE\u30A4\u30EB3,600\u5186
16EC\u30CA\u30D33,500\u5186
17\u3061\u3087\u3073\u30EA\u30C3\u30C11,500\u5186
'); 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();