// JavaScript-Datei zum Erzeugen des Dokumentenfußes
// (um nicht immer wieder dieselbe Grütze zu speichern)

document.writeln("<DIV ALIGN=\"CENTER\">");

document.writeln("<HR><A HREF=\"nrs.htm\">CETERUM CENSEO NOVAM RATIONEM SCRIBENDI ESSE DELENDAM</A><HR>");

document.writeln("<DIV STYLE=\"font-size : 10pt\">");

document.writeln("<A HREF=\"index.htm\">Homepage</A> <BR> ");

document.writeln("<A HREF=\"bio.htm\">Biographie</A> | ");
document.writeln("<A HREF=\"cv.htm\">Lebenslauf</A> | ");
document.writeln("<A HREF=\"auto.htm\">Auto</A> | ");
document.writeln("<A HREF=\"kniffel.htm\">Kniffel</A> | ");
document.writeln("<A HREF=\"http://cgi08.puretec.de/cgi-bin/gb_form?clsid=6609331e49a7b4dfdfc49a27d0c5bd80\">G&auml;stebuch</A> | ");
document.writeln("<A HREF=\"http://cgi08.puretec.de/cgi-bin/fb_form?clsid=6609331e49a7b4dfdfc49a27d0c5bd80\">Feedback</A> <BR> ");

document.writeln("<A HREF=\"pixautor.htm\">Portraits</A> | ");
document.writeln("<A HREF=\"pixsonst.htm\">Galerie</A> | ");
document.writeln("<A HREF=\"pixcat.htm\">An der Kette</A> | ");
document.writeln("<A HREF=\"equipmt.htm\">Equipment</A> | ");
document.writeln("<A HREF=\"UlrikeUndTorsten/index.htm\">Ulrike und Torsten</A> <BR> ");

document.writeln("<A HREF=\"lotrecht.htm\">Lotrecht</A> | ");
document.writeln("<A HREF=\"usa.htm\">USA</A> | ");
document.writeln("<A HREF=\"kos.htm\">Dodekanes</A> | ");
document.writeln("<A HREF=\"mg.htm\">Mathematische Geod&auml;sie</A> | ");
document.writeln("<A HREF=\"nrs.htm\">Neuschrieb</A> <BR> ");

document.writeln("<A HREF=\"http://www.lps-welt.de\">LPS</A> <BR> ");

document.writeln("<BR>Fragen? Kommentare? Tips? Chilirezepte?<BR>");
document.writeln("<A HREF=\"mailto:mail2006 [[AT]] lars-ostermeyer.de?body=Bitte in der Mailadresse [[AT]] durch @ ersetzen (Spamschutz)\"><IMG SRC=\"kiste.gif\" BORDER=0 WIDTH=65 HEIGHT=60 ALT=\"Post\"><BR>Her damit!</A>");

document.writeln("</DIV> </DIV>");

document.writeln("<BR><BR><BR><BR><BR>");

document.writeln("<DIV STYLE=\"font-size : 8pt\" ALIGN=\"center\"><TABLE BORDER=\"1\"><TR><TD STYLE=\"font : 8pt\" ALIGN=\"CENTER\">");
document.writeln(document.title + "<BR>(" + document.URL + ")<BR>Zuletzt ge&auml;ndert: " + document.lastModified);
document.writeln("</TD></TR></TABLE></DIV>");