/**/

$(document).ready(function(){

	$('.blog-referenzen span').each(function(){
		if( $.trim($(this).text())=='Sonstiges' ){
			$(this).text('');
		}
	});
	
});