$(document).ready(
		function(){
			$('.testimonials').innerfade({
				speed: '4000',
				timeout: 8000,
				type: 'random',
				containerheight: '255px'
			 });
			$('#animation').innerfade({
				speed: '6000',
				timeout: 3000,
				type: 'sequence',
				containerheight: '425px'
			 }); 
		 } 
	);