$(document).ready(function() {
	Cufon.replace('ul.menulist h3', { fontFamily: 'garthshand', hover: true});
	$('#Dateofbirth').example('DD/MM/YYYY');
	$('a[rel="external"]').attr('target', '_blank');
	$('body').xing('Xing');	
	$("#menus li, .pane-list li").click(function(){
    	window.location=$(this).find("a").attr("href");return false;
	});
	$('#slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		speed:  2000,
		timeout: 6000 
	});
});



