function showCaution(message){
	return confirm(message);
}
