$(document).ready(function(){
	
	$('#testimonial-rotator').cycle({
		fx: 'fade',
		speed: 'slow',
		timeout: 18000
	});
	
});