function toplist() {
var url = "http://www.toplist.cz/stat/237565";
var source = 'http://toplist.cz/count.asp?id=237565&logo=bc&'+
             'http='+escape(document.referrer)+'&t='
	     	     +escape(document.title);
	if (navigator.appName!='Konqueror') {
		     var a=document.getElementById('toplist');
		     var img=a.appendChild(document.createElement('img'));
		     img.setAttribute('src',source);
		     img.setAttribute('alt',"Toplist");
		     img.setAttribute('width',"88px");
		     a.setAttribute('href', url);
	}else{
	      document.write('<a href="'+url+'"><img src="'+source+'&amp;http='+escape(document.referrer)+'" alt="TopList"/></a>');
	}
}

function monokrystaly() {
var url = "http://monokrystaly.pretel.cz/stat/img.php";
var query =  'http='+escape(document.referrer)+'&ti='
	     	     +escape(document.title);
	if (navigator.appName.toLowerCase()!='konqueror') {
		     var p=document.getElementById('monokrystaly');
		     var img=p.appendChild(document.createElement('img'));
		     img.setAttribute('src',url + "?" + query);
		     img.setAttribute('alt',"monostats");
		     img.setAttribute('width',"1px");
		     img.setAttribute('border',"0");
	}else{
	      document.write('<img border="0" width="1" src="'+url+"?"+query+'" alt="TopList"/>');
	}
}
