	xx = escape(document.referrer);
		yy = "";
		for (i = 0; i < xx.length; i++) {
		  zz = xx.charAt(i);
		  yy += (zz == "+") ? "%2B" : zz;
		}
		document.write('<img width="35" height="12" hspace="50" ');
		document.write('src="http://duran.jp/vain/watson.cgi?gif');
		document.write('+ref+', yy, '">');
	
