jQuery(function() {
  	jQuery('.nav').localScroll({
		hash:true
	});
});

