var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2010, 7, 18, 1, 0, 0);
  event = "Summer Camp!";
  onevent = "The moment you have been waiting for...!";
  afterevent = "Boy Scout Troop 195";
}
addCountdown(mycountdown);