function cancelAlert(){	if (!confirm ("This will cancel any changes without saving. Continue?")) return false;	return true;}function removeAlert(){	if (!confirm ("The selected items will be removed. This cannot be undone. Continue?")) return false;	return true;}function deletelistAlert(){	if (!confirm ("This Smart List will be permanently deleted. This cannot be undone. Continue?")) return false;	return true;}
