/* ************************************************************************** */
function buttonsponsoren(){
	var elem = document.getElementById('id-mitte');
	  elem.innerHTML = 
    '<h2 class="h2"><a>Die Sponsoren des<br>Verein für Heimatforschung Wallerfangen e.V.</a></h2>' +
/* -------------------------------------------------------------------------- */                                                                           
    '<table>' +
    '<col width="100" />' +
    '<col width="300" />' +
    '<col width="50" />' +
    '<col width="300" />' +
    '</colgroup>' +
    '<tr>' +
    '<td></td>' +    
    '<td><a class="gallerie-bild" href="bilder/sponsoren/wappen_wallerfangen_trans.png" TARGET="_blank"><img src="bilder/sponsoren/wappen_wallerfangen_trans.png" alt="Wappen Wallerfangen" height="75" width="105"  border="0"></a></td>' +
    '<td></td>' +
    '<td><a class="gallerie-bild" href="bilder/sponsoren/wappen_wallerfangen_trans.png" TARGET="_blank"><img src="bilder/sponsoren/wappen_wallerfangen_trans.png" alt="Wappen Wallerfangen" height="75" width="105"  border="0"></a></td>' +   
    '</tr>' + 
    '<tr><td>&nbsp;</td></tr>' +                      
    '<tr>' +
    '<td></td>' +     
    '<td><a class="gallerie-bild" href="bilder/sponsoren/wappen_wallerfangen_trans.png" TARGET="_blank"><img src="bilder/sponsoren/wappen_wallerfangen_trans.png" alt="Wappen Wallerfangen" height="75" width="105"  border="0"></a></td>' +
    '<td></td>' +
    '<td><a class="gallerie-bild" href="bilder/sponsoren/wappen_wallerfangen_trans.png" TARGET="_blank"><img src="bilder/sponsoren/wappen_wallerfangen_trans.png" alt="Wappen Wallerfangen" height="75" width="105"  border="0"></a></td>' +   
    '</tr>' +
    '</table>' +
    '<a href="#" class="top_oben nurright">&nbsp;</a>' +
/* -------------------------------------------------------------------------- */
   '';
   }
/* *********   E N D E   **************************************************** */
