$(document).ready(function() {
// funzione per slideshow di testata
	$('#slideshow').cycle({
		fx: 'fade',
		timeout: 5000
	});
});

