document.write("<center><address align=>Forschungszentrum J&uuml;lich, Central Institute for Applied Mathematics, ");
document.writeln("<a href='mailto:s.birmanns@fz-juelich.de'>s.birmanns@fz-juelich.de</a><BR>");
document.write("URL: &lt;"+top.location.href+"&gt;, last change: ");

if (isNaN(update = new Date(document.lastModified))==1) {
  woerter = document.lastModified.split(" ");
  document.write(woerter[1]+" "+woerter[2]+" "+woerter[3]);
}
else {
  mm = update.getMonth() + 1;
  dd = update.getDate();
  yy = update.getYear();
  if (yy < 100) yy += 1900;
  if (dd < 10) dd = "0" + dd;
  if (mm < 10) mm = "0" + mm;
  document.write(dd+"."+mm+"."+yy);
}

document.writeln("</address></center>");

