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://studio.6492.jp/wcntkapta/wwwcount-ocn.cgi');
    document.write('?hide+kapta55x65.gif+ref+', yy, '" ALT="Copyright"  WIDTH="55" HEIGHT="65" BORDER="0">');
