// dekalb_ppc.js

$(function () {
    // initialize scrollable with mousewheel support
    $("#scroll-container").scrollable({ vertical: true, mousewheel: true });


});

