Friday, October 15, 2004 at 11:48 AM

function Friday() {
    if (workFinished == 1 && kitchenTidy == 1 && houseWarm == 1 && winePurchased == 1 ) {
        updateHappinessLevel();
        gotoAndPlay("goodgirl");
        feedback = "Well done! Drink and chat!";
      }
};