var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2011, 12, 31, 21, 0, 0);
  event = "Nieuwjaar";
  onevent = "Allen daarheen!!";
  afterevent = "Allen daarheen!!!";
}
addCountdown(mycountdown);
