$(document).ready(function(){
    $('.content:not(#index)').jScrollPane({
        showArrows:     true,
        wheelSpeed:     50
    });
})
