var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2007, 5, 11, 8, 0, 0);
  event = "AP US Exam";
  onevent = "IT'S TIME!";
  afterevent = "Congratulations    Great Job!";
}
addCountdown(mycountdown);