
function footer()
{
   document.writeln("<HR>");
   document.writeln("<ADDRESS>© 1999 Dennis Amend</ADDRESS>");
   document.writeln("Letzte Änderung: October 99 ", document.lastModified);
}
