var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdown";
  setEventDate(2010, 08, 21, 7, 00, 0);
  event = "Rush Triathlon";
  onevent = "Until Start of the Triathlon!";
  afterevent = "And They're Off!";
}
addCountdown(mycountdown);