$(document).ready(function() {
    $('.ticker')
	.cycle({ 
    fx: 'fade', 
	startingSlide: 0,
	speed: 1050,
	timeout: 7000,
	pause:   1,
	next:   '#next',
	pager:  '#splash-nav' ,
	});
});
