var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2007, 4, 15, 9, 0, 0);
  event = " ";
  onevent = "Good Luck All";
  afterevent = "Good Luck All!";
}
addCountdown(mycountdown);