//<script language="javascript">

function init() {
	// quit if already called
	if (arguments.callee.done) return;
	arguments.callee.done = true;
	// position content
	posCnt()
	document.getElementById('navrcholu').innerHTML = nvc();
};
// mozilla
if (document.addEventListener) {
	document.addEventListener("DOMContentLoaded", init, false);
}
// other
window.onload = init;
// position content
function posCnt() {
	var mnu = document.getElementById('mnu');
	var pg = document.getElementById('pg');
	mnu.style.position = "absolute";
	mnu.style.left = pg.offsetLeft + 'px';
	document.body.style.background = '#8a0b0f url(/zvonecek/img/bg-body.gif) repeat-y fixed ' + pg.offsetLeft + 'px top';
}
window.onresize = posCnt;


function nvc(){
var n=navigator;
var p=document;
var c,t,b,j,m,r,y;
var d,x,w;
d=x=w=0;
b=(n.appName=="Netscape" && parseInt(n.appVersion)==4)?"border=\"0\"":"style=\"border:none\"";
m=(n.userAgent.substring(0,8)=="Mozilla/")?n.userAgent.substring(8,9):4;
if(m>2)
j=(n.javaEnabled())?1:0;
r=window.top.document.referrer;
if(m>3 && screen){
d=screen.colorDepth;
if(d==0)
d=screen.pixelDepth;
x=screen.width;
w=(p.all)?top.document.body.clientWidth:top.innerWidth; }
y=new Date();
y.setTime(y.getTime()-31536000000);
p.cookie="nvt=1";
c=(p.cookie.indexOf("nvt") != -1)?1:0;
p.cookie="nvt=1; expires="+y.toGMTString();
return "<a href=\"http://navrcholu.cz/Statistika/38091/\"><img src=\"http://c1.navrcholu.cz/hit?site=38091;t=o14;" + "fv=0;js="+j+";cs="+c+";ref="+escape(r)+";cd=" + d + ";sx="+x+";wx="+w+";jss=1;r=" + Math.random() + "\" width=\"14\" height=\"14\" alt=\"NAVRCHOLU.cz\" "+b+" /></a>";
}




//</script>