$(document).ready(function() {
	$('#banner-feed').cycle({
		timeout: 6000,
		speed: 2000
	});
	$('.testimonial').cycle({
		timeout: 10000,
		speed: 500
	});
});