function verify(msg){
	return confirm(msg);
}
