//  ----------------------------------------------------------
//  Page Footer
//  Created by:     Matt Rehm
//  Creation date:  Donnerstag, 26. Januar 2006
//  Version:        1.0
//  ----------------------------------------------------------

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

document.writeln("<div style=\"width:500px;\">");
document.writeln("<div style=\" font-family: Helvetica,Arial; font-size:8pt; color:#808080; text-align:center; margin-top:30px;\">");
document.write("Copyright&copy; 2001 - ");
document.write(dj);
document.write(", Verlag und Druckerei Main-Echo GmbH & Co. KG<br>");
document.writeln("Weichertstra&szlig;e 20 &middot; 63741 Aschaffenburg &middot; Deutschland<br />");
document.writeln("Tel.: 0 60 21 / 3 96 - 2 69 &middot; Fax: 0 60 21 / 3 96 - 4 34 &middot; E-Mail: <a href=\"mailto:shop@main-echo.de\">shop@main-echo.de</a>");
document.writeln("</div>");
document.writeln("</div>");



