$(document).ready(
	function(){
		$('#ticker').innerfade({
			animationtype: 'fade',
			speed: 1500,
			timeout: 2000,
			type: 'sequence',
			containerheight: '160px'
		});
	}
);
