$(function(){	$("a[href*='#']").easingScroll({		easing: "linear",		duration: 200	});});
