// News Ticker
$(document).ready(function() {

jQuery(".news-ticker").show();
jQuery('.news-ticker ol').cycle({fx: 'scrollLeft'});

});


