function ask (question, page) {
	check = confirm(question);
	if(check == true) {
		self.location.href=page;
		return true;
	}  
}