 $(document).ready( 
				   function(){ $('#news').innerfade({ 
													animationtype: 'fade', 
													speed: 'normal', 
													timeout: 4000, 
													type: 'random', 
													containerheight: 'auto' 
													}); 
				  } 
				  
				  ); 