function copy() // correctly copyright
   {
   top.document.getElementById('copy').firstChild.nodeValue = 'copyright©2011 Hotel Adler in Hornberg, Tel. 07833/ 93 59 ';
   }
window.attachEvent("onload", copy);
