//Show an nice submit Button
function msButton(){
   document.write('<a href="#" onclick="document.metasuche.submit();" title="Suchen">Go</a>');
   }

//get current year
function copyright(){
   var jetzt = new Date();
   document.write(jetzt.getFullYear());
   }

//show Print option, no javascript no printfeature
function showPrint(){
   document.write('<a href="javascript:print();" title="Seite drucken" class="print" >Seite drucken</a>');
   }
