// ZM-SOFT, paticka
document.write('</div> <!-- telo konec -->');
document.write('<div class="paticka">');
document.write('<span class="paticka_vlevo">');
document.write('ZM-SOFT (c) 2007');
// document.write('&nbsp;email: <a href="mailto:marsikz@quick.cz">marsikz@quick.cz</a>');
document.write('</span>');

// propagace FIREFOXu pro IE
if (navigator.appName == "Microsoft Internet Explorer") {
  document.write("<a href=\"http://www.linux.org/\"><img alt=\"\" title=\"LINUX - secure, speed, no viruses\" style=\"border:none; width:88px;height:15px\" src=\"proclinux.png\" /></a> ");
  document.write(" <a href=\"http://www.mozilla.com/\"><img alt=\"Firefox!\" title=\"Mozilla Firefox: rate, secure, the best\" 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 = mes+"/"+den+"/"+rok;

document.write("Last modify:&nbsp;" + datum);
// ----------------
document.write('</div>');
document.write('</div>');
