 <!--
 


 // linkumwandlung in javascript - gibt nichts ab

    function go(link) {
	document.location.href = link;
    }

  
 // -->   