
jQuery(function($){
	$("#aktuelles > :last").addClass("last");
	$(".news-list-container tr:odd").addClass("odd");
	$("#nojs").hide();
	$("#seitedrucken").show();
	$("#pdfgen").show();
	$('a[href$=".pdf"]').addClass("pdf");
	//$('.tx-indexedsearch-res a[href$=".pdf"]').attr({target:"_blank"});
	
	$('a[href$=".pdf"]').attr({target:"_blank"}); 

	//$(".designtable tr:odd").addClass("odd");	
	
	$(".designtable").find("tr:even").addClass("odd");
	
	var emailbestellung = $(".sued .csc-frame-frame2 h1").text();
  	$('.sued .csc-frame-frame2 a.mail').attr({href:"mailto:schwing@praxis-institut.de?subject=Bestellung: "+emailbestellung+""});
	
});

