jQuery( function() {
	initCarousel();
	setTimeout(autoNext, 3000);
});

	jQuery('#testimonials').cycle({
		fx:'fade',
		timeout: 10000
	});
