// Access Log for acclog.cgi
accLog();
function accLog() {
	var img = new Image;
	img.src = '/cgi/acc/acclog.cgi?' +
		'xid=' + document.location + "&" +
		'referrer=' + document.referrer + "&" +
		'width=' + screen.width + "&" +
		'height=' + screen.height + "&" +
		'color=' + screen.colorDepth + "&" +
		'';
}

