$(document).ready(function(){
	$('.happy-patients').cycle({
		random: 1, 
		timeout:  7500,
		speed: 500
	});
});