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