// propagace FIREFOXu pro IE
if (navigator.appName == "Microsoft Internet Explorer") {
  document.write("<a href=\"http://proc.linux.cz/\"><img alt=\"\" title=\"LINUX - Bezpečnější, rychlejší, bez virů\" style=\"border:none; width:88px;height:15px\" src=\"proclinux.png\" /></a> ");
  document.write(" <a href=\"http://firefox.czilla.cz/\"><img alt=\"Získejte Firefox!\" title=\"Mozilla Firefox: Bezpečnější, rychlejší, lepší\" style=\"border:none; width:80px;height:15px\" src=\"ff2.gif\" /></a> ");
}

var
  mess="";
da = new Date(document.lastModified);
den = da.getUTCDate();                  // tago
mes = da.getUTCMonth() + 1;             // monato
rok = da.getUTCFullYear();              // jaro
datum = den+"."+mes+". "+rok;

document.write("Poslední aktualizace:&nbsp;" + datum);
