var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2010, 9, 25, 10, 0, 0);
  event = "2010 Hyperflite Skyhoundz World Canine Disc Championship";
  onevent = "The moment you have been waiting for...!";
  afterevent = "Congratulations 2010 Hyperflite Skyhoundz World Finalists!";
}
addCountdown(mycountdown);