function sure(text) {
  return window.confirm(text);
}