$(document).ready(function(){
  //Script to scroll the page using JQuery - document ready
  
  $.localScroll();

});
