$(document).ready(function() {
    $("#home-ticker").cycle({
		fx: "scrollHorz", 
		pause: 1,
		speed:  1500, 
		timeout: 5000,
	});
});

