var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2010, 4, 1, 0, 0, 0);
  event = " the 2010 boating season!!";
  onevent = "The moment you have been waiting for...!";
  afterevent = "Welcome to the 2009 Boating Season!";
}
addCountdown(mycountdown);