// When ready, re-store "stats" folder in the cgi-bin

// var file='cgi-bin/stats/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.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();
// function getwindowsize() {
// if (navigator.userAgent.indexOf("MSIE") > 0) {
// var sSize = (document.body.clientWidth * document.body.clientHeight);
// return sSize;
// } else {                                                
// var sSize = (window.outerWidth * window.outerHeight);
// return sSize;
// }
// return;      
// }
// p = Math.round((getwindowsize()/(screen.width * screen.height)*100) * Math.pow(10, 0));
color = window.screen.colorDepth;
// d = Math.pow (2, color);
// info='w=' + w + '&h=' + h + '&c=' + c + '&p=' + p + '&d=' + d + '&r=' + f + '&u=' + u + '&b=' + b + '&x=' + x;
// document.write('<img src="' + file + '?'+info+ '" width="1" height="1" border="0" alt="WebPage-Tools.com">');