$(document).ready(function(){
	$('body.page-id-65 a.contact').click(function(){
			$('body.page-id-65 iframe').attr('src','http://www.pater-werenfried-stiftung.de/app/iframe/contact/s_receiver/'+$(this).attr('title'));
		$('body.page-id-65 #s_contact').hide();
		return false;
	});
});

