function vv1(){



var n=navigator;
var d=document;

//ref=window.top.document.referrer;

ref = document.referrer

width=window.screen.width;
height=window.screen.height;
hloubka=window.screen.colorDepth;
java=(n.javaEnabled())?1:0;


flash=0;

if(n.plugins && n.plugins["Shockwave Flash"]){
t=n.plugins["Shockwave Flash"].description;
flash=parseInt(t.substr(t.indexOf(".")-2,2),10);
}
else{
var fo='ShockwaveFlash.ShockwaveFlash';
var a;
try{ a=new ActiveXObject(fo+".7"); } catch(e){
try{ a=new ActiveXObject(fo+".6");
flash=6; a.AllowScriptAccess='always'; flash=0;
}
catch(ee){ if(flash==0){ try{ a=new ActiveXObject(fo); } catch(e){ } } }
}
if(flash==0 && a){
try{
var v=a.GetVariable("$version");
if(v){ v=v.split(" ")[1].split(","); flash=parseInt(v[0],10); }
} catch(e){ }
}
}




y=new Date();
y.setTime(y.getTime()-31536000000);
d.cookie="vv1=1";
cookie=(d.cookie.indexOf("vv1") != -1)?1:0;
d.cookie="vv1=1; expires="+y.toGMTString();



d.write("<img src=\"http://vsevjednom.cz/pocitadlo_.php?poc=10147&amp;typ=2&amp;ref="+escape(ref)+"&amp;width="+escape(width)+"&amp;height="+escape(height)+"&amp;hloubka="+escape(hloubka)+"&amp;java="+escape(java)+"&amp;flash="+escape(flash)+"&amp;cookie="+escape(cookie)+"&amp;lan=cs&amp;js=1\" width=\"1\" height=\"1\" alt=\"Vsevjednom.cz\" style=\"border: 0 none;\" />");

}


vv1();


