function copy() // correctly copyright
   {
   top.document.getElementById('copy').firstChild.nodeValue = 'copyright© 2012 Landgasthof zum Pflug, Unterentersbach ';
   }
window.attachEvent("onload", copy);
