$(function(){
	$("a[href*='#']").easingScroll({
  easing: "easeOutExpo",
  duration: "800"
	});
	$("#Schedule tr:nth-child(even)").css("background-color", "#F3F3F3");
	$("#Contact tr:nth-child(odd)").css("background-color", "#FAFAFA");
	$("#IDAndGlobalNav").corner("10px bottom");
	$(".Block").corner("10px");
	$("#Left").scrollFollow({
		speed: 0,
		offset: 45,
	});
})
