$(function($) {

	$('div.testimonials').cycle({ 
    	fx:     'scrollUp', 
   	 	timeout: 6000, 
    	delay:  -2000 
	});
	
});