<!--
	/* from T.Takashiro */
	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="./cgi-bin/fstat/fcount.cgi?LOG=license_detail_ma_e&DIGIT=5&FONT=fuksan&REF=',ref,'&SCR=',scr,'" width="1" height="1" border="0" alt=" ">');
// -->