var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2007, 03, 27, 0, 0, 0);
  event = "the Miami Expo";
  onevent = "The Expo has begun!";
  afterevent = "The Expo has ended";
}
addCountdown(mycountdown);
