   $(document).ready(
				function(){
					$('#testimonial').innerfade({
						animationtype: 'slide',
						speed: 750,
						timeout: 10000,
						type: 'random',
						containerheight: '80px'
					});
					


			});

