var mycountdown = new Countdown();

with (mycountdown) {

  tagID = "thecountdown";

  setEventDate(2009, 1, 21, 4, 0, 0);

  event = "of Bush being the american President.";

  onevent = "We survived!!!!";

  afterevent = "Let's Party!";

}

addCountdown(mycountdown);
