function footer()
{
  var prefix = 'andreas';
  var domain = 'naurath.de';
  document.writeln("<font size='-2' face='Verdana, Arial, Helvetica'>");
  document.write("<ADDRESS>&copy; 1995 - 2011 ");
  document.write("<A href=\'mailto" + ':' + prefix + '@' + domain +'\'>');
  document.write(prefix + '@' + domain);
  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>");
}

