$(document).ready(function(){
 $("#col2_werbung blockquote:not(:first)").before("<hr />");
 $("[id^='wb_section']").css("display","none");
 
  // Silbentrennung für Infoboxen einschalten
  Hyphenator.config({
        		minwordlength : 4,
        		classname : 'hyphenate',
        		displaytogglebox : false
        	});
  Hyphenator.run();


});

