// hmmm
  function dontdiggthis() {
    if (confirm("You want to digg this ?\n\n" +
          "You really think people visiting digg.com want to link to this particular post in my f-log ?\n\n" +
          "are you daft or something ?") ) {
      alert("you are ? I'm sorry to hear that.");
    } else {
      alert("ERROR: #2109: User failed to click [OK]");
    }
  }

