$(document).ready(function(){
  $(function()
  {
    $('.scroll-pane').jScrollPane();
  });
});