function copy() // correctly copyright
   {
   top.document.getElementById('copy').firstChild.nodeValue = 'copyright© 2010 copybühler, Gengenbach ';
   }
window.attachEvent("onload", copy);
