// js code

function isReady() {
	return confirm ('Is all information correct?\n\nHit OK to submit or CANCEL to make changes.');
}

