// Smooth scroll to internal page hashlinks

jQuery(function( $ ){
	$.localScroll({
		duration:700,
		hash:true,
	});
});

// END Smooth scroll to internal page hashlinks
