function Counter() {
	/* 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://fweb.midi.co.jp/~buru_nyan/cgi-bin/fstat/fcount.cgi?LOG=index&REF=',ref,'&SCR=',scr,'" height="14" border="0" alt="ƒJƒEƒ“ƒ^">');
}
