﻿$(document).ready(applyBind);

function applyBind()
{
    $("#newsticker").removeClass("hidden");
    $("#newsticker").liScroll();
}