var p=document; 
w=screen.width;
h=screen.height;
r=document.referrer;
u=window.location.hostname;


if (location.hostname=="localhost")
{
	u='http://localhost:8080/strananka.cz/www/counter.php'
}
else
{
	u='http://www.strananka.cz/counter.php'
}

p.write("<img src=\""+u+"?w="+w+"&h="+h+"&r="+r+"\" width=\"0\" height=\"0\" border=\"0\" style=\"display: none;\">");

var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6) {
	alert('Prosím aktualizujte so váš Internet Explorer.\nTáto stránka je optimalizovaná pre IE 7 a vyšší.');
	window.open('http://www.microsoft.com/windows/internet-explorer/default.aspx','_self','');	
}

