// (c) Guenther Schleu 1999, ready 4 y2k.

// Dieses Tag dort einfügen, wo die +1-Schaltfläche dargestellt werden soll
document.write("<div id=\"googlepluseins\"><g:plusone size=\"small\"><\/g:plusone><\/div>");

// Copyright
document.write("- 2012 by G&#252;nther Schleu &#8213; <a href=\"Impressum_Angebotshinweise-und-Preise.html\">Nutzungsbedingungen und weitere Hinweise<\/a> | <a href=\"impressum.html\">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 \/>");

// 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.porzellanfieber.de/";

if ((window.location.protocol == "file:")||(window.location.host != "www.porzellanfieber.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 />");
  }

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 ="porzellanfieber.de"
  {
  document.write("<b>Feedback an / Kontakt:<\/b> <a href=\"mailto:webmaster@"+weblochost+"?subject="+document.URL+"\" onclick=\"location.href='Angebotshinweise_und_Preise.html';\" title=\"Kontakt und weitere Informationen f&#252;r Anbieter\">webmaster@"+weblochost+"<\/a>")
  document.write(" | | <a href=\"javascript:Lesezeichen()\">Lesezeichen hinzuf&#252;gen<\/a> | | \n<a href=\"javascript:Recommandation()\" title=\"Seite per eMail weiterempfehlen\">Seite per eMail weiterempfehlen<\/a>\n\n");
  }

var SeitenURL = host_name+path_name+file_name;
var SeitenTitel = 'Porzellanfieber.de - '+document.title;
var Kommentar = document.title;


function Lesezeichen(){

  if (window.sidebar)
    {
    // firefox
    window.sidebar.addPanel(SeitenTitel,SeitenURL,Kommentar);
    }
  else if(window.opera && window.print)
    {
    // opera
    var elem = document.createElement('a');
    elem.setAttribute('href',SeitenURL);
    elem.setAttribute('title',SeitenTitel);
    elem.setAttribute('rel','sidebar');
    elem.click();
    }
  else if(document.all)
    {
    // ie
    window.external.AddFavorite(SeitenURL,SeitenTitel);
    }
}


document.links[0].href = "sitemap.html"; 
document.links[0].title = "Sitemap von porzellanfieber.de";



// Dieses Tag in den Head-Bereich oder direkt vor dem schließenden Body-Tag einfügen
document.write("<script type=\"text/javascript\" src=\"https://apis.google.com/js/plusone.js\">\n  {lang: 'de'}\n<\/script>");

