document.write ('<img src=\"http://toplist.cz/dot.asp?id=123186&amp;http='+escape(document.referrer)+'&amp;wi='+escape(window.screen.width)+'&amp;he='+escape(window.screen.height)+'&amp;cd='+escape(window.screen.colorDepth)+'&amp;t='+escape(document.title)+'\" width=\"1\" height=\"1\" alt=\"TOPlist\" />');

function replaceText(text){
	while(text.lastIndexOf('&amp;') > 0){
		text = text.replace('&amp;', '[i-Stats]');
	}
	return text;
}
var web_referrer = replaceText(document.referrer);

istat = new Image(1,1);
istat.src = 'http://www.proalergiky.cz/stats/counter.php?sw='+screen.width+'&sc='+screen.colorDepth+'&referer='+web_referrer+'&page='+location.href;

