$('document').ready(function(){
	/* newsticker homepage */
	$('#newsticker_list').jcarousel({
        auto: 5,
        animation: 'slow',
        easing: 'easeOutExpo',
		scroll: 1,
		wrap:'both'
	});

	//don't wrap with only one element'
	$('#newsticker_list.one').jcarousel({
		wrap:null
	});
});
