$(document).ready(function(){
	$('#box_ciclo_messaggi').cycle({ 
		fx:    'fade', 
		speed:  2500,
		timeout:  5000,
		cleartype: false
	});
});

