xx = escape(document.referrer);
yy = "";
for (i = 0; i < xx.length; i++) {
zz = xx.charAt(i);
yy += (zz == "+") ? "%2B" : zz;
}
document.write('<IMG WIDTH=1 HEIGHT=1 ');
document.write('SRC="http://www.fcg-r.co.jp/fcgcount/fcgcount.cgi');
document.write('?hide+xxx.gif+name+acsoukenkun+ref+', yy, '">');

