


  var needToConfirm = true;

  //window.onbeforeunload = confirmExit;
  //function confirmExit()
  //{
   // if (needToConfirm)
    //  return "Are you sure you want to leave?";
  //}


