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