var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2005, 4, 2, 0, 0, 0);
  event = "Our Wedding Day!";
  onevent = "The day we've all been waiting for is here!";
  afterevent = "All kinds of pictures now available!";
}
addCountdown(mycountdown);