//  ----------------------------------------------------------
//  Page Footer
//  Created by:     Matt Rehm
//  Creation date:  Dienstag, 14. März 2006
//  Version:        1.0
//  ----------------------------------------------------------

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

document.writeln("<div style=\"width:490px;\">");
document.writeln("<div style=\" font-family: Verdana,Helvetica,Arial; font-size:7pt; color:#000000; text-align:center; margin-top:30px;\">");
document.write("Copyright&copy; 1998 - ");
document.write(dj);
document.write(", Galda + Leuchter International Booksellers.<br>");
document.writeln("All rights reserved.");
document.writeln("</div>");
document.writeln("</div>");



