function ask(question,url){
	if (confirm(question)){
		location=url; 
	}
}