var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2009, 2, 21, 9, 0, 0);
  event = "";
  onevent = "The moment you have been waiting for...!";
  afterevent = "Thank you for attending!";
}
addCountdown(mycountdown);