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