/* efStat from YugenKoubou (http://yugen.main.jp/) */
buf = escape(parent.document.referrer);
ref = "";
for (i = 0; i < buf.length; i++) {
	str = buf.charAt(i);
	ref += (str == "+") ? "%2B" : str;
	}
scr = screen.width+","+screen.height+","+screen.colorDepth;

document.write('<IMG SRC="http://hpcgi3.nifty.com/tam_network/fstat/fcount.cgi?LOG=index&MODE=h&DIGIT=5&FONT=little-white&REF=',ref,'&SCR=',scr,'" width="1" height="1" alt="総アクセス数">');
