jQuery.noConflict();
jQuery(document).ready(function($){
	/*
	 * Textlink in News List2
	 */
	$(".news-list3-item").find('.preview > a').each(function(){
		$(this).attr("rel", $(this).parent().parent().find('.news_image a').attr("rel"));
		$(this).attr("href", $(this).parent().parent().find('.news_image a').attr("href"));
		
		$(this).parent().parent().find('.news_image a').attr("rel","");
		
	});
	$(".news-list3-item").find('.file_link a').each(function(){
		$(this).html("Druckdokument").attr("target","_blank");												   
	});
});
