$(document).ready(function(){    
    
	$('#testimonials').cycle({ 
 	   fx:    'fade', 
 	   delay: -1000 
	});
    
    
    
});


