JS -оповещение с несколькими кнопками

var r=confirm("hello world");
if (r==true)
  {
  x="OK";
  }
 else
  {
  x="Cancel!";
  }
vagg