function flash() {
	f1 = navigator.mimeTypes;
	f2 = f1["application/x-shockwave-flash"];
	f3 = f2.enabledPlugin;
	if(f1 && f2 && f3) return 1;
	return 0;
}

var url = 'http://wtstats.com/button.php';
url = url+'?u='+'Pricop';
url = url+'&page='+escape(location.href.replace(/#.+$/,''));
url = url+'&referer='+escape(document.referrer);
url = url+'&rez='+screen.width+'x'+screen.height;
url = url+'&color='+(screen.colorDepth?screen.colorDepth:screen.pixelDepth);
url = url+'&flash='+flash();
url = url+'&java='+(navigator.javaEnabled()?1:0);
document.write('<img src="'+url+'" alt="Web Traffic Statistics" border="0" style="display: none" />');