Wednesday, December 10, 2008

12.9.08

day = "Tuesday";

goWork = function() {
  self.drive();
  self.callClient(pissed off);  
  self.eatLunch();
  self.produceMedia();
  self.leave();
}

goOut = function (triviaNight){
  var LeewardSide = team.roundOne;
  self.location = "Flying Saucer patio";
  self.state = "fucking cold";
  LeewardSide = "WIN";
  trace("In your face");
  self.location = "Flying Saucer inside";
  weather = hail;
  var SloppySeconds = team.roundTwo;
  weather = snow;
  trace("Holy shit, snow in Austin");
  SloppySeconds.self.answer(What pseudonym was used by mystery writers Dannay and Lee   and was also the name of the detective) = "Ellery Queen";
  SloppySeconds.ben.answer(In Usher's song "Love in the Club", who sang the lyrics 'you ever made love with a thug in the club') = "Young Jeezy";
  SloppySeconds.overwriteAnswer(In Usher's song "Love in the Club", who sang the lyrics 'you ever made love with a thug in the club') = "50 Cent";
  answer(In Usher's song "Love in the Club", who sang the lyrics 'you ever made love with a thug in the club') = "Young Jeezy";
  ben.emotion = "sad";
  SloppySeconds.feelings = "stupid";
  SloppySeconds.andrew.answer(Which actress in 1979 divorced her husband and married Steve McQueen) = "Alie McGraw";
  SloppySeconds = "3rd place";
  winnings = "$65";
  comments = "booyah, bitches!";
}

goHome = function(){
  self.drive();
  self.getMail();
}

goBed = function(){
  self.brushTeeth();
  self.sleep();
}


  
  

No comments: