// design and layout of this site (c) Spacetime Publishing International

// thanks to Günther Schleu, Raumerstr. 1 a, 91054  Erlangen for use of this script - great work! 
// visit his homepage at http://www.free-solutions.de

// Copyright
document.write("- 2010 by Spacetime Publishing International &#8212; (Frederick D. Bunsen M.A.) <a class=menu-js href=\"./impressum/impressum.htm\">Administration<\/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 />");

// Seiten-URI
document.write("<b>Die URL dieser Seite:<\/b> <a class=menu-js href=\""+document.URL+"\">"+document.URL+"<\/a>: ");

// 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.spacetime-publishing.de"

	
function Recommendation()
  {
  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;
  }

// (c) und webmaster-email
    weblochost="service@spacetime-publishing.de"
  {
  document.write("<b>Feedback / Kontakt:<\/b> <a class=menu-js href=\"mailto:"+weblochost+"?subject="+document.URL+"\">"+weblochost+"<\/a>");
  document.write(" \n<a href=\"javascript:Recommendation()\" title=\"Empfehlen Sie uns weiter\"><\/a>\n\n");
  }