// Domena bazowa serwisu
// (bez 'http://' i bez ukośnika na końcu!):
var host = "www.milosierdzie.pl/adoracja";

if (self.location.search.indexOf("?nielicz") == -1 && parent.location.search.indexOf("?nielicz") == -1 && location.href.indexOf("http://" + host) == 0)
	document.write('<img src="http://' + host + '/stat/stat.php?url=' + escape(location.href) + '&referrer=' + escape(document.referrer) + '" border="0" alt="">');
