function footer()
{
  document.writeln("<font size='-2' face='Verdana, Arial, Helvetica'>");
  document.write("<ADDRESS>&copy; 1999 - 2002 ");
  document.write("<A href='mailto:webmaster@txt2wav.de'>");
  document.write("Andrea Naurath");
  document.write("</A>");
  document.write("</ADDRESS>");
  document.writeln("All rights reserved. ");
  document.writeln("<BR>");
  document.writeln("Letzte &Auml;nderung: ", document.lastModified);
  document.writeln("<BR>");
  document.write("<A href='http://www.naurath.de/impressum.html' target='_top'>");
  document.writeln("Impressum");
  document.write("</A>");
  document.writeln("<BR>");
  document.writeln("<BR>");
  document.write("<A href='http://www.naurath.de' target='_top'>");
  document.write("<IMG hspace='0' border='0' alt='ANNA Consulting' ");
  document.write("src='minianna.jpg'>");
  document.write("</A>");
  document.writeln("<BR>");
  document.writeln("</font>");
}
