var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2005, 2, 4, 19, 30, 0);
  event = "BTM Premiere";
  onevent = "BTM Premiere";
  afterevent = "BTM is out!";
}
addCountdown(mycountdown);