$(document).ready(function() {
   
   $('#nav').localScroll({
   	duration:500,
   	hash:true,
   });
      
});
