<!--
var url=new String();
var d=document;
// var dlc=d.location+""; //!!!?
var dlc=d.location.href; //!!!?
dlc=dlc.substring(dlc.lastIndexOf('/')+1,dlc.length).replace(".", "_");
if (dlc=="") {dlc="brak"}

if (window.screen) {
	var s=screen;
	if (s.width)
		url+='&e='+s.width+'x'+s.height;
	if (s.colorDepth) url+='&c='+s.colorDepth;
}
if (d.all || d.layers)
	url+='&j='+navigator.javaEnabled()+':'+navigator.platform;
	url+='&h='+top.frames.history.length;
	url+='&w='+top.document.referrer;

document.write('<IMG SRC="countm.php?s=');
document.write( dlc );
document.write('&p=0');
document.write(url);
document.write('" BORDER="0" onError="null">');
//-->
