// Taken from: http://www.webdeveloper.com/forum/showthread.php?t=131935

function hide(obj) {
  obj.style.display="none";
  var viewer_choice = confirm ("Click \"OK\" if you are ready to safely escape with your stolen art. Click \"Cancel\" to try to steal more.");
  if (viewer_choice == true) {document.location = "http://www.artsology.com/art_thief_escape.php";}
}

function busted(obj) {
  location="http://www.artsology.com/art_thief_busted.php";
}
