/* efStat from YugenKoubou (http://tech.millto.net/~fuka/) */

if (parent.frames.length > 0) tmp = parent.document.referrer; else tmp = document.referrer;
buf = escape(tmp)
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('<h1>BlackBoxLaboratory<br />')
document.write('<a href="http://www.skipup.com/~fuka/">')
document.write('<img src="cgi-bin/fstat/fcount.cgi?LOG=bbl&amp;DIGIT=6&amp;FONT=fuksan&amp;REF=',ref)
document.write('&amp;SCR=',scr,'" width="60" height="16" alt="" title="efStat(c)—LŒÀH–[" /></a></h1>')
