<!--
/* 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="../efstat/fcount.cgi?LOG=index02&amp;MODE=a&amp;DIGIT=5&amp;FONT=fuksan&amp;REF=',ref,'&amp;SCR=',scr,'" alt="" width="1" height="1">');
// -->
