// JavaScript Document

$(document).ready(function (){

    $(function () {
        //$('.scroll-pane').jScrollPane({ scrollbarWidth: 24, showArrows: true, arrowSize: 28, dragMaxHeight: 30 });
        $('.podcasts').jScrollPane();
    });
});
