$(document).ready(function() {	
	$('#banner').cycle({ 
		timeout: 	'4000',
		speed: 		'750'	
	});
	$('#testimonials').cycle({ 
		timeout: 	0,
		random: 	true	
	});
});

