xx = escape(document.referrer);
yy = "";
for (i = 0; i < xx.length; i++) {
  zz = xx.charAt(i);
  yy += (zz == "+") ? "%2B" : zz;
}
document.write('<img width="60" height="14" class="" style="margin:5px 2px 0px 0px;" ');
document.write('src="http://matsuoka-cutter.jp/webco/wwwcount.cgi?gif+name+info');
document.write('+ref+', yy, '">');

