function submitVote() {

	// check to see if a radial button has been chosen
	document.form_poll.submit();
}
