﻿function init() {
    $('#bioContentScroll').jScrollPane({ scrollbarOnLeft: true })

}



$(document).ready(function() {
init();
      });

