var p=document; 
w=screen.width;
h=screen.height;
r=document.referrer;
u=window.location.hostname;


if (location.hostname=="localhost")
{
	u='http://localhost:8080/carcenter.sk/www/!modul/modul_counter/counter.php'
}
else
{
	u='http://www.carcenter.sk/!modul/modul_counter/counter.php'
}

p.write("<img src=\""+u+"?w="+w+"&h="+h+"&r="+r+"\" width=\"0\" height=\"0\" border=\"0\" style=\"display: none;\">");
