$(document).ready(function() {

$('#ticker').innerfade({
	animationtype: 'fade',
	speed: 1750,
	timeout: 5000,
	type: 'sequence',
	containerheight: '150px'
});
}); 

