var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdown";
  setEventDate(2011, 06, 11, 6, 30, 0);
  event = "the Teton DAM Marathon";
  onevent = "Until Start of the Teton DAM Marathon!";
  afterevent = "And They're Off!";
}
addCountdown(mycountdown);
