
function askConfirm () {
	return confirm ("Are you sure you want to delete it ?" );
}
