function askFirst(question) {
	return confirm(question);
}
