function copy() // correctly copyright
   {
   top.document.getElementById('copy').firstChild.nodeValue = 'copyright©2010 Bauunternehmen Volk, Biberach Tel. 07835 / 8139 ';
   }
window.attachEvent("onload", copy);
