 <!-- logo fondus -->
	 $(document).ready( function(){ 
								 
							 $('#fondu').innerfade({ 
								   animationtype: 'fade', 
								   speed: 1492,
								   timeout: 9500, 
								   type: 'random', 
								   containerheight: '1em' 
							 }); 
							 
							 $('.fade').innerfade({ 
								  speed: 'slow', 
								  timeout: 1000, 
								  type: 'sequence', 
								  containerheight: '1.5em' 
							 });
							 
						 }); 