function copy() // correctly copyright
   {
   top.document.getElementById('copy').firstChild.nodeValue = 'copyright©2011 Zepf GmbH';
   }
window.attachEvent("onload", copy);
