function analysis() {
	document.write("<img src='http://www.yakiniku-genya.com/acc/acclog.cgi?");
	document.write("referrer="+document.referrer+"&");
	document.write("width="+screen.width+"&");
	document.write("height="+screen.height+"&");
	document.write("color="+screen.colorDepth+"'>");
	
	var cgi = 'http://www.yakiniku-genya.com/access_cgi/report.cgi?';
	var dir = 'dir=default';
	var pix = 'pix=' + screen.width + 'x' + screen.height + 'x' + screen.colorDepth;
	var ref = 'ref=' + document.referrer;
	var req = 'req_title=' + encodeURI(document.title);
	var dat = dir + '&amp;' + pix + '&amp;' + ref + '&amp;' + req;
	document.write('<img src="' + cgi + dat + '" width="1" height="1" alt="" />');
}
