// Define the location of count.asp
// Using a path, you may use this code in any subfolder

var file='/webed_rev5.1/sitestats/count.asp';
//var file='sitestats/count.asp';
var d=new Date(); 
var s=d.getSeconds(); 
var m=d.getMinutes();
var x=s*m;
f='' + escape(document.referrer);
if (navigator.appName=='Netscape'){b='NS';} 
if (navigator.userAgent.indexOf('Netscape') > 0){b='NS';} 
if (navigator.userAgent.indexOf('Firefox') > 0){b='Firefox';}
if (navigator.userAgent.indexOf('MSIE') > 0){b='MSIE';}
if (navigator.appName=='Microsoft Internet Explorer'){b='MSIE';} 
if (navigator.appVersion.indexOf('MSIE 3') > 0) {b='MSIE';}
u='' + escape(document.URL); w=screen.width; h=screen.height; 
v=navigator.appName; 
fs = window.screen.fontSmoothingEnabled;
if (v != 'Netscape') {c=screen.colorDepth;}
else {c=screen.pixelDepth;}
j=navigator.javaEnabled();
info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&u='+ u + '&fs=' + fs + '&b=' + b + '&x=' + x;
document.write('<img src="' + file + '?'+info+ '" style="display:none;">');
//document.write('<img src="' + file + '?'+info+ '" style="display:none;">');
//alert(file + '?'+info);
//document.write(file + '?'+info);
//document.write("<br>" + navigator.appName);
//document.write("<br>" + navigator.appVersion);
//document.write("<br>" + navigator.userAgent);