$(document).ready( 
	function(){ 
		$('#testimonials').innerfade({ 
			//animationtype: 'slide', 
			speed: 550, 
			timeout: 8000, 
			type: 'random', 
			containerheight: '22em' 
		}); 
	} 
); 
