// JavaScript Document
$(function(){
	$("a[href*='#']").easingScroll();
});

