function jumpToYear(year)
{
	var html = "schedule" + year + ".html";
	location.href = html;
}
