//  ----------------------------------------------------------
//  Page Footer
//  Created by:     Matt Rehm
//  Creation date:  Dienstag, 7. Juni 2005
//  Version:        1.0
//  ----------------------------------------------------------

  var d = new Date();
  var dj = d.getYear();
  if(navigator.appName == "Netscape") { dj += 1900 ; }

document.writeln("<div align=\"center\">");
document.writeln("<div style=\" font-family: Helvetica,Arial; font-size:8pt; color:#808080; text-align:center; margin-top:30px;\">");
//document.writeln("<hr size=\"1\">");
document.write("Copyright&copy; 2000-");
document.write(dj);
document.write(", Inhalt KLIO Buchhandlung und Antiquariat<br />");
document.writeln("Preisangaben ohne Gewähr<br />");
document.writeln("Kontakt: <a href=\"mailto:klio@bluewin.ch\">KLIO Buchhandlung und Antiquariat</a>");
document.writeln("</div>");
document.writeln("</div>");
