/* ==========================
	JavaScript -- fstat.js
========================== */

/* 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://satellitesystemz.ddo.jp/cgi-bin/efstat/fcount.cgi?LOG=miyko333com-kabure&amp;DIGIT=5&amp;FONT=fuksan&amp;REF=',ref,'&amp;SCR=',scr,'" width="15" height="4" alt="" />');
