theMonth = theMonth+1

if ( theMonth == "1") theMonth = "Leden";

if ( theMonth == "2") theMonth = "Únor";

if ( theMonth == "3") theMonth = "Březen";

if ( theMonth == "4") theMonth = "Duben";

if ( theMonth == "5") theMonth = "Květen";

if ( theMonth == "6") theMonth = "Červen";

if ( theMonth == "7") theMonth = "Červenec";

if ( theMonth == "8") theMonth = "Srpen";

if ( theMonth == "9") theMonth = "Září";

if ( theMonth == "10") theMonth = "Říjen";

if ( theMonth == "11") theMonth = "Listopad";

if ( theMonth == "12") theMonth = "Prosinec";

document.write( theDay + ".&nbsp;" );

document.write( theMonth );