$(document).ready(
		function(){
			$('#home_testimonials_container').innerfade({
				speed: 'slow',
				timeout: 8000,
				type: 'random',
				containerheight: '130px'
			 }); 
		 } 
	);
