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