// CHANGE THIS LINE TO THE LOCATION OF YOUR USERSTATS.ASP FILE!!!
var file='http://www.gladstonechamber.com/stats/userstats.asp';

var d=new Date(); 
var s=d.getSeconds(); 
var m=d.getMinutes();
var x=s*m;
tz='' + escape(d.getTimezoneOffset());
ti='' + escape(document.title);
f='' + escape(document.referrer);
if (navigator.appName=='Netscape'){b='NS';} 
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 + '&tzo=' + tz + '&dt=' + ti + '&u='+ u + '&fs=' + fs + '&b=' + b + '&x=' + x;

// CHANGE THIS LINE TO THE LOCATION YOU WANT THE IMAGE TO POINT TO!!!
document.write('<A HREF="http://www.gladstonechamber.com" TARGET="_blank">');

document.write('<img src="' + file + '?'+info+ '" width=96 height=15 border=0></a><br>');
