$(document).ready(function(){
			$('#testimonials').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 30000
			});
		}); 
