//  ----------------------------------------------------------
//  Page Footer
//  Created by:     Matt Rehm
//  Creation date:  Montag, 11. Juli 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.write("     Copyright&copy; ");
if (dj > 2005) {
  document.write("2005-");
}
document.write(dj);
document.write(" OTTO HARRASSOWITZ GmbH & Co. KG, Wiesbaden, Germany<br />");
document.writeln("   Harrassowitz Verlag &middot; Kreuzberger Ring 7b-d &middot; 65205 Wiesbaden, Germany<br />");
document.writeln("   Tel.: +49 (0)6 11 / 5 30 - 0 &middot; Fax: +49 (0)6 11 / 5 30 - 9 99 &middot; Email: <a href=\"mailto:verlag@harrassowitz.de\">verlag@harrassowitz.de</a><br>");
document.writeln("  <div style=\" margin-top:3px;\">");
document.writeln("   <a href=\"http://www.harrassowitz.de\" target=\"_blank\">Harrassowitz Booksellers and Subscription Agents</a>");
document.writeln("  </div>");
document.writeln("  </div>");
document.writeln(" </div>");
