   $(document).ready(
				function(){
					
					$('.fade-testimonials').innerfade({
						speed: 1000,
						timeout: 6400,
						type: 'random_start',
						containerheight: '100px'
					});

			});