	xx = escape(parent.document.referrer);
	yy = "";
	for (i = 0; i < xx.length; i++) {
		zz = xx.charAt(i);
		yy += (zz == "+") ? "%2B" : zz;
	}
	document.write('<IMG SRC="http://www.bomba.to/b-b/cgi-bin/st/fcount.cgi?LOG=cal&DIGIT=6&FONT=fuksan&REF=',yy,'" width="0" height="0" border="0" alt="">');
