function refreshSchedule(val)
{
	
	location.href='/schedule.php?view=month&' + val;
}