// navigationTop.js \\

document.write("<div class='navigationTop'>");
document.write("  <div class='left'>");
document.write("    <a class='home' href='http://www.literarischer-salon.de/index.html'>&nbsp;Home&nbsp;</a> | ");
document.write("    <a class='programm' href='http://www.literarischer-salon.de/programm.html')>&nbsp;Programm&nbsp;</a> | ");
document.write("    <a class='reihen' href='http://www.literarischer-salon.de/reihen.html'>&nbsp;Reihen&nbsp;</a> | ");
document.write("    <a class='archiv' href='http://www.literarischer-salon.de/archiv.html'>&nbsp;Archiv&nbsp;</a> | ");
document.write("    <a class='foerderverein' href='http://www.literarischer-salon.de/foerderverein.html'>&nbsp;F&ouml;rderverein&nbsp;</a>");
document.write("  </div>");
document.write("  <div class='right'>");
document.write("    <a class='kontakt' href='http://www.literarischer-salon.de/kontakt.html'>&nbsp;Kontakt / Impressum&nbsp;</a>");
document.write("  </div>");
document.write("</div>");