document.write('<img src="soubory/time.gif" width="12" height="9" alt=".: " /> Aktuální datum: <br /><b>');				
	today = new Date();
	den=today.getDate();
	mesic=(today.getMonth()+1);
	rok=(today.getFullYear());
document.write(den,'.',mesic,'.',rok,'</b><br />');

