// JavaScript Document

$(function() {
	$('#testimonials').cycle({
	        speed:  'slow',
	        timeout: 15000	        
	    });
});