function submitForm(eventName) {
	document.forms[0].action = document.forms[0].action + "?_eventId=" + eventName;
	document.forms[0].submit();
}
