function confirmSubmit(question){
	return confirm(question);
}
