$(document).ready( function()
{
    $(".stockTicker").jStockTicker({interval: 20});
});
