xx = escape(document.referrer);
yy = "";
for (i = 0; i < xx.length; i++) {
	zz = xx.charAt(i);
      yy += (zz == "+") ? "%2B" : zz;
}
document.write('<img ');
document.write('src="http://skyways.jp/cr/cr.cgi');
document.write("?h+../bcount.gif+r+", escape(document.referrer), '" width=1 height=1 border=0>');

