function ruota(){
				jQuery('#scritta').fadeIn('slow', function(){
					jQuery('#scritta').rotate({ angle:0,animateTo:105,easing: jQuery.easing.easeInOutExpo });
				});	
}
