function checkSure() {
	return window.confirm("Are you sure you wish to do this?");
}
