$(function() {
    if($('#ticker ul li').length < 2) return;
    $('#ticker #ticker-scroller').newsticker();
    $('#ticker ul').css('display', 'inline')
});
