<!--
var now = new Date();
var yr = now.getYear();
var mName = now.getMonth() + 1;
var dName = now.getDay() + 1.;
var dayNr = ((now.getDate()<10) ? "" : "")+ now.getDate();
var mesic = now.getMonth() + 1;


if(dName==1) Day = "NEDĚLE";
if(dName==2) Day = "PONDĚLÍ";
if(dName==3) Day = "ÚTERÝ";
if(dName==4) Day = "STŘEDA";
if(dName==5) Day = "ČTVRTEK";
if(dName==6) Day = "PÁTEK";
if(dName==7) Day = "SOBOTA";
if(mName==1) Month="1.";if(mesic==1) akt_mesic="leden";
if(mName==2) Month="2.";if(mesic==2) akt_mesic="únor";
if(mName==3) Month="3.";if(mesic==3) akt_mesic="březen";
if(mName==4) Month="4.";if(mesic==4) akt_mesic="duben";
if(mName==5) Month="5.";if(mesic==5) akt_mesic="květen";
if(mName==6) Month="6.";if(mesic==6) akt_mesic="červen";
if(mName==7) Month="7.";if(mesic==7) akt_mesic="červenec"; 
if(mName==8) Month="8.";if(mesic==8) akt_mesic="srpen";
if(mName==9) Month="9.";if(mesic==9) akt_mesic="září";
if(mName==10) Month="10.";if(mesic==10) akt_mesic="říjen";
if(mName==11) Month="11.";if(mesic==11) akt_mesic="listopad";
if(mName==12) Month="12.";if(mesic==12) akt_mesic="prosinec";

var todaysDate =(" "
+ Day);
// -->
