<!--
function objGet(x) {var d=document; return (d.getElementById?d.getElementById(x):d.all?d.all[x]:d.layers?d.layers [x]:null);} 
function hodinky() {
 dnes= new Date();
 den=dnes.getDate();
 mesic=dnes.getMonth();
 hodina=dnes.getHours();
 minuta=dnes.getMinutes();
 sekunda=dnes.getSeconds();
 ho=dnes.getHours();
 mi=dnes.getMinutes();
 mujcas=hodina;
 mujcas+= ((minuta<10) ? ":0" : ":") +minuta;
 //mujcas+= ((sekunda<10) ? ":0" : ":") +sekunda;//
 if (mi>30) ho=ho+1;
 if ((ho>6) & (ho<=8)) po="Dobré ráno, ";
 else if((ho>8) & (ho<=11)) po="Dobré dopoledne, ";
 else if((ho>11) & (ho<=13)) po="Dobré poledne, ";
 else if((ho>13) & (ho<=17)) po="Dobré odpoledne, ";
 else if((ho>17) & (ho<=22)) po="Dobrý večer, ";
 else po="Klidnou noc, ";
 if ((hodina==0) & (minuta==0)) jmen();
 mesic +=1
 objGet("hodiny").innerHTML="Vítejte, dnes je "+den+"."+mesic+". a je "+mujcas+".";
 window.setTimeout("hodinky()",60000);
 };

//var a=70;//
//var b=0;//
//var vzkaz="";//
//var text="Vítejte na stránce 6. Z v Kladně  poslední aktualizace 28.4.2004";   //                                                           ";
//function beztext () //
//{setTimeout ("beztext()", 200);//
//window.status=vzkaz.substring(a,vzkaz.length)+vzkaz.substring(0,a);//
//if (a++==vzkaz.length) b=1;//
//if (b==1) a=a-2;//
//if (a==70) b=0;//
//}//
//vzkaz=text;//
//beztext();//



//window.status="Vítejte na stránce 6. Z a M v Kladně, poslední aktualizace proběhla 21.1.2007";//


-->
