$(document).ready(
	function(){
			
		$('.testimonialsfade').cycle({
    		fx:    'fade',
    		speed:  5000
 		});
			
		$('.testimonialsscrollup').cycle({ 
    		fx:     'scrollUp', 
    		delay:  3000 
		});
			
	}
);