	   $(document).ready(
				function(){
					$('#indexFide1').innerfade({
						speed: 1000,
						timeout: 4000,
						type: 'sequence'

					});
					$('#indexFide2').innerfade({
						speed: 1000,
						timeout: 7000,
						type: 'random_next'
					});
					$('#indexFide3').innerfade({
						speed: 1000,
						timeout: 9000,
						type: 'random_next'
					});


			});