// (c) Guenther Schleu 1999, ready 4 y2k.

// Copyright
document.write("- 2010 by G&#252;nther Schleu &#8213; <a href=\"impressum.html\">Nutzungsbedingungen und Impressum<\/a>.<br />Letzte Aktualisierung am: ");

// LastModify
function initArray()
  {
  this.length = initArray.arguments.length;
    for (var i = 0; i < this.length; i++)
  this[i+1] = initArray.arguments[i];
  }

  var LastModDate = new Date(document.lastModified);
     var TAGArray = new initArray("Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag");
              Tag = LastModDate.getDate();
  var TagAusgabe  = ((Tag < 10) ? "0" + Tag : Tag);
     var MONArray = new initArray("01.","02.","03.","04.","05.","06.","07.","08.","09.","10.","11.","12.");
              Jhr = LastModDate.getYear();
             Jahr = ( Jhr >= 2000 ) ? Jhr : ( ( Jhr < 80 ) ? Jhr + 2000 : Jhr + 1900 );
              Std = LastModDate.getHours();
  var StdAusgabe  = ((Std < 10) ? "0" + Std : Std);
              Min = LastModDate.getMinutes();
  var MinAusgabe  = ((Min < 10) ? "0" + Min : Min);
              Sec = LastModDate.getSeconds();
  var SecAusgabe  = ((Sec < 10) ? "0" + Sec : Sec);

// Copyright
// document.write("- "+Jahr+" by G&#252;nther Schleu &#8213; <a href=\"../impressum.html\">Nutzungsbedingungen und Impressum<\/a><br />Letzte Aktualisierung am: ");
document.write("<b>" + TAGArray[(LastModDate.getDay()+1)] + ", " + TagAusgabe + "." + MONArray[(LastModDate.getMonth()+1)] + Jahr + ", " + StdAusgabe + "." + MinAusgabe + ":" + SecAusgabe + "<\/b>.<br /><br />");

// Seiten-URI
document.write("<b>Die URL dieser Seite:<\/b> <a href=\""+document.URL+"\">"+document.URL+"<\/a><br \/>");

function Recommandation()
  {
  window.location.href = 'mailto:?subject=Empfehlenswert: '+ self.location.href +'&body=Ich m&#246;chte folgende Internet-Seite mit dem Titel &#187;' +self.document.title+ '&#171; empfehlen: '+ self.location.href;
  }

// webmaster-email
weblochost="schleu.de";
  {
  document.write("<b>Feedback an / Kontakt:<\/b> <a href=\"mailto:webmaster@"+weblochost+"?subject="+document.URL+"\">webmaster@"+weblochost+"<\/a>");
  document.write(" | || | \n<a href=\"javascript:Recommandation()\" title=\"Seite per eMail weiterempfehlen\">Seite per eMail weiterempfehlen<\/a>\n\n");
  }

