
$(document).ready(function() {
						   
	

	//scroll testimonial
	$('#featured-testimonials').cycle({ 
		cleartype:  1 ,
		timeout:  10000,
		speed: 900, 
		fx: 'scrollUp'
	});




});



