// (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);

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 />");

// Homepath-URI
var URL = unescape(location.href)
var fileN1 = URL.lastIndexOf("/") + 1
var fileN2 = URL.length
var file_name = URL.substring(fileN1,fileN2)
var path_name = ""
var host_name = "http://www.free-solutions.de/"

function Recommandation()
  {
  window.location.href = 'mailto:?subject=Empfehlenswert: '+ self.location.href +'&body=Beim Surfen fand ich folgende Internet-Seite mit dem Titel _ ' +self.document.title+ ' _ . Die Seite gibt es unter: '+ self.location.href;
  }

if ((window.location.protocol == "file:")||(window.location.host != "http://www.free-solutions.de"))
  {
  document.write("<b>Offizieller Internetpfad:<\/b> <a href=\""+host_name+path_name+file_name+"\" target=\"inet\">"+host_name+path_name+file_name+"<\/a><br />");
  }
// webmaster-email
    weblochost="free-solutions.de"
  {
  document.write("<b>Feedback an / Kontakt:<\/b> <a href=\"mailto:webmaster@"+weblochost+"?subject="+document.URL+"\">webmaster@"+weblochost+"<\/a>")
  document.write(" | || | <a href=\"javascript:Recommandation()\" title=\"Seite per eMail weiterempfehlen\">Seite per eMail weiterempfehlen<\/a>\n\n");
  document.write("<br />Haben Sie gefunden, was Sie suchten ? Nein ? Schon die &lt;[<a href=\"js141_nojsmenu.html\" target=\"menuFrame\">Sitemap<\/a>]&gt; probiert ? - Ja ?<br />Dann empfehlen Sie <b>free-solutions.de<\/b> weiter und/oder setzen einen Link auf Ihre Homepage.");
  }
