 $(document).ready(
				function(){
					$('.testimonials').innerfade({
						speed: 1000,
						timeout: 10000,
						type: 'random',
						containerheight: '150px'
					});
					

			});