function loadNavigation ()
{

document.write ("<div>" );
document.write ("<span>Home</span>" );
document.write ("<a href=\"http://www.s-erben.de/index.html\">Zur Hauptseite</a>" );
document.write ("<a href=\"http://www.s-erben.de/bahn/index.html\">Stefan's Eisenbahnseite</a>" );
document.write ("<a href=\"http://www.s-erben.de/munga/index.html\">Stefan's DKW MUNGA und Borgward B2000 Seite</a>" );
document.write ("<br>" );
document.write ("<a href=\"http://www.s-erben.de/sitemap.html\">Sitemap</a>" );
document.write ("<a href=\"http://www.disclaimer.de/disclaimer.htm?farbe=C0C0C0/000000/000000/000000\">Haftungsausschluss</a>" );
document.write ("</div>" );

}
