function pocitadlo() {
var Tmp=Math.floor(1000000 * Math.random());
var cntlink = document.createElement('script');
cntlink.setAttribute('src','http://cnt2.pocitadlo.cz/counter.php?poc=71663&amp;ref="+escape(top.document.referrer)+"&amp;depth="+screen.colorDepth+"&amp;width="+screen.width+"&amp;height="+screen.height+"&amp;tmp="+Tmp+"');
cntlink.setAttribute('type','text/javascript');
document.getElementsByTagName('head').item(0).appendChild(cntlink);
}
function ie4problem(){
return true;
}
window.onerror=ie4problem;
window.onload=pocitadlo; 
