function bekraft(msg, theurl) {
	var choice = confirm(msg)
	if(choice) {
		location.href = theurl;
	} 	
}	