function mapClick(stateId){
	var stateInput = document.getElementById("mapSubview:mapForm:stateId");
	stateInput.value = stateId;
	return oamSubmitForm('mapSubview:mapForm','mapSubview:mapForm:practiceSubmit');
	
	//var mapForm = document.getElementById("mapForm");
	//mapForm.submit();
}
