function eventShow(day, thisEvent) {
	$("eventBox").innerHTML = "<h3>"+day+"</h3>"+thisEvent;
	}