function CountHit(cPage, cReferrer)
{
	var file = '/sitelog/includes/include.asp';
	var cHeight, cWidth, cBitDepth, cResolution;

	window.onerror = null;
	cHeight = screen.height;
	cWidth = screen.width;
	cBitDepth = screen.colorDepth;
	if (cBitDepth == null) {cBitDepth = screen.pixelDepth};
	cResolution = cWidth + "x" + cHeight;

	document.getElementById("sitelog.log").src = file + "?page=" + cPage + "&res=" + cResolution + "&col=" + cBitDepth + "&ref=" + cReferrer;
}
