$(document).ready(function(){
	$('.testimonials').cycle({
		pause: true,
		timeout: 5000
	});
});