// www.ondrejkratochvil.eu/js/toplist.js

onmo(); // volá funkci z general.js pro okamžité provedení

var ref;
if (document.referrer){
	ref = escape(document.referrer);
	if((ref.indexOf("127.0.0.1") > -1) || (ref.indexOf("localhost") > -1)) ref = "http://localhost/";
	if(ref.indexOf("ondrejkratochvil.eu") > -1) ref = "http://www.ondrejkratochvil.eu/";
}
else
	ref = "nepredan";
if((location.hostname=="127.0.0.1") || (location.hostname=="localhost")) ref = "http://localhost/";

document.write ('<img src="http://toplist.cz/dot.asp?id=229432&amp;http='+ref+'&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" border=0 alt="TOPlist" />');