$(document).ready(
		function(){
			
			$('#ticker').innerfade({
				animationtype: 'fade',
				speed: 1000,
				timeout: 4000,
				type: 'sequence',
				containerheight: 'auto'
			});
		}
	);