function confirmAlert(msg) {
	confirmation = confirm(msg);
	return confirmation;
}
