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

		$('#testimonials2').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 5000,
			type: 'random',
                        containerheight: '400px' 
		});
	}
);
