
 $(document).ready( function(){ 
		
     <!-- fondu logos -->
	 $('.fade').innerfade({ 
		   animationtype: 'fade', 
		   speed: 1000,
		   timeout: 7000, 
		   type: 'sequence', 
		   containerheight: '1em',
		   offset: '20px'
	 }); 
	 
	  <!-- fondu news -->
	 $('#slideNews').innerfade({ 
		   animationtype: 'fade', 
		   speed: 1000,
		   timeout: 7000, 
		   type: 'random'
	 });
	 
 });

/*$(function() {
	$("#slideNews").jCarouselLite({
		vertical: true,
		visible: 1,
		auto: 2800,
		speed: 2600,
		scroll: 1
	});
});*/
