$(document).ready( 
		function(){ 
			$('#news-ticker ul').innerfade({ 
				animationtype: 'slide', 
				speed: 750, 
				timeout: 5000, 
				type: 'sequence', 
				containerheight: 'auto' 
			});
		}
);