$(document).ready(function(){
	$('a.email').each(function(){
		e = this.rel.replace('/','@');
		this.href = 'mailto:' + e;
		$(this).text(e);
	});


//$('a').nyroModalManual();
//$.nyroModalSettings(settings);

	//$('#weiterempfehlen a').nyroModal();
	
	
	
});