
// JavaScript Document

function accessLog() {
	document.write("<img src='/accesslog/acclog.cgi?");
	document.write("referrer=" + parent.document.referrer + "&");
	document.write("width=" + screen.width + "&");
	document.write("height=" + screen.height + "&");
	document.write("color=" + screen.colorDepth + "'/>");
}
