//Show an nice submit Button
function msButton(){
   document.write('<a href="seite_durchsuchen.html?&amp;no_cache=1" onclick="document.metasuche.submit();return false;" title="Suchen"><img src="fileadmin/images/layout/meta-suche-button-neu.png" alt="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>');
   }
   
