
document.write('<span style="position: absolute; top: 221px; left: 10px"><a href="./index.htm"><img src="./obrazky/cz.gif" width="25" height="15" border="0"></a></span>');

document.write('<span style="position: absolute; top: 221px; left: 50px"><a href="./index_eng.html"><img src="./obrazky/en.gif" width="25" height="15" border="0"></a></span>');



var now = new Date();
var yr = now.getFullYear();
var mName = now.getMonth() + 1;
var dName = now.getDay() + 1.;
var dayNr = ((now.getDate()<10) ? "" : "")+ now.getDate();

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(mName==2) Month="2. ";
if(mName==3) Month="3. ";
if(mName==4) Month="4. ";
if(mName==5) Month="5. ";
if(mName==6) Month="6. ";
if(mName==7) Month="7. ";
if(mName==8) Month="8. ";
if(mName==9) Month="9. ";
if(mName==10) Month="10. ";
if(mName==11) Month="11. ";
if(mName==12) Month="12. ";


var todaysDate =(""
+ Day
+ " "
+ dayNr
+ ".&nbsp;"
+ Month
+ ""
+ yr);

document.write('<span style="position: absolute; top: 221px; left: 30%">');
document.write("Dnes je <b><i> "+todaysDate+"</i></b>");
document.write('</span>');

document.write('<span style="position: absolute; top: 220px; right: 10px">')
document.write('<form action="http://www.google.com/search" target="_blank">');
document.write('<input type="hidden" name="num" value="10">');
document.write('<input type="submit" value="Hledat:">');
document.write(" ");
document.write('<input type="text" name="as_q" size=18>');
document.write('<input type="hidden" name="as_sitesearch" value="aknm.cz">');
document.write('</form>');
document.write('</span>');



