/*
footer.js

gertrud-von-le-fort-gesellschaft
v 2.0
created: 05-2005 js
last edited: 
*/

footerString="";

footerString+="<table width=\"480\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td colspan=\"4\"><img src=\"img/trans.gif\" alt=\"\" width=\"1\" height=\"30\" border=\"0\"></td></tr><tr>";
footerString+="";
footerString+="<td class=\"footer\" align=\"left\"><a href=\"javascript: window.scrollTo(0,0)\" class=\"footer\"><img src=\"img/back-to-top.gif\" alt=\"\" width=\"10\" height=\"11\" border=\"0\">Seitenanfang</a></td><td class=\"footer\" align=\"center\"><a href=\"javascript:openPrintPage()\" class=\"footer\"><img src=\"img/icon_print.gif\" alt=\"\" width=\"15\" height=\"12\" border=\"0\">Seite drucken</a></td><td class=\"footer\" align=\"center\">&nbsp;<a href=\"sitemap.html\" class=\"footer\">Sitemap (Inhalt/Gliederung)</a></td><td class=\"footer\" align=\"right\">&nbsp;&nbsp;<a href=\"impressum.html\" class=\"footer\">Impressum</a></td></tr>";
footerString+="<tr><td colspan=\"4\"><img src=\"img/trans.gif\" alt=\"\" width=\"1\" height=\"15\" border=\"0\"></td></tr></table>";

document.write(footerString);

