
$(function(){	
	$("a[href^='#']").easingScroll();
	
	$("a[href^='#']").easingScroll({
		easing: "easeInQuad",
		duration: 500
	});
});
