	// Define the location of count.asp
	// Using a path, you may use this code in any subfolder
	var file = 'sysMgmt/webStatistics/statsCount.asp';
	//alert(file)

	var ddd = new Date(); 
	var sss = ddd.getSeconds(); 
	var mmm = ddd.getMinutes();
	var xxx = sss * mmm;
	fff = '' + escape(document.referrer);
	if (navigator.appName == 'Netscape')
	{
		bbb = 'NS';
	}
	if (navigator.appName == 'Microsoft Internet Explorer')
	{
		bbb = 'MSIE';
	}
	if (navigator.appVersion.indexOf('MSIE 3')>0)
	{
		bbb = 'MSIE';
	}
	uuu = '' + escape(document.URL); www = screen.width; hhh = screen.height; 
	vvv = navigator.appName; 
	fs = window.screen.fontSmoothingEnabled;
	if (vvv != 'Netscape')
	{
		ccc = screen.colorDepth;
	}
	else
	{
		ccc = screen.pixelDepth;
	}
	jjj = navigator.javaEnabled();
	info = 'w=' + www + '&h=' + hhh + '&c=' + ccc + '&r=' + fff + '&u=' + uuu + '&fs=' + fs + '&b=' + bbb + '&x=' + xxx;
	document.write('<img src="' + file + '?' + info + '" width="1" height="1" border="0">');
