function aclog() {
	var ImageWidth  =  1;
	var ImageHeight =  1;
	var ScriptUrl   = '/cgi-bin/aclog/log4.cgi';
CounterName = document.URL.replace("http://","").replace("/index.html","/").replace("/index.htm","/").replace("/www\./","");

	var Tag = '<img' +
				' src="'   + ScriptUrl   + '?' + CounterName + '@' + document.referrer + '"' +
				' width='  + ImageWidth  +
				' height=' + ImageHeight +
	          '>';
	document.write(Tag);
}
