$('document').ready(function(){
	
	/*** CLICK SULLE FOTO IN BASSO NELLA HOME **/
	$("img[name='fitness']").click(function (){
		window.open('/news/home','_self');
	});
	
	$("img[name='wellness']").click(function (){
		window.open('/orari/index','_self');
	});
	
	$("img[name='medical']").click(function (){
		window.open('/gallery/index','_self');
	});
	
    /*** SLIDESHOW **/
	$('#s3slider').s3Slider({
		timeOut: 5600
	});
 
	
});
