﻿/* efStat from YugenKoubou (http://www.skipup.com/~fuka/) */
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/nitteru/fstat/fcount.cgi?LOG=index&amp;DIGIT=5&amp;REF=',ref,'&amp;SCR=',scr,'" alt="All" />');