// JS to control the event ticker by called the jCarouselLite plugin
$(function() {  
	if($(".newsticker").length > 0){
		$(".newsticker").jCarouselLite({  
			vertical: true,
			hoverPause:true,
			visible: 3,
			auto:100,
			speed:2500  
		});
	}
});  