   $(document).ready(
				function(){
					$('ul#fadeGal').innerfade({
						animationtype: 'fade',
						speed: 1000, 
						timeout: 6000,
						type: 'random',
						containerheight: '180px'
					});
					
				/**
				 * Remarque: 
				 * On peur ajouter d'autres blocks
				*/

			});
