$(document).ready(function(){
	$('a.fancy').fancybox();
	$('input.date').datepicker($.datepicker.regional['de']);
});
