$(document).ready (
	function() {
		$('#testimonials').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 5000,
			type: 'random',
                        containerheight: 'auto' 
		});

		$('#landing_testimonials').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 5000,
			type: 'random',
                        containerheight: 'auto' 
		});
	}
);