var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2004, 7, 2, 7, 0, 0);
  event = "the LaVallee Centennial Week!";
  onevent = "The moment you have been waiting for...!";
  afterevent = "We're Celebrating the LaVallee Centennial Right Now!";
}
addCountdown(mycountdown);