function sayIt (txt) {
  this.status=txt;
}

function returnTruth() {
  alert("The door is closed. Trick it or reach LEVEL3 in a different way! (Address? Where is the hand pointing?)");
  this.status=" ";
}