var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2010, 2, 12, 20, 0, 0);
  event = "Vasteloavend 2009";
  onevent = "Paaf Alaaf!";
  afterevent = "Paaf Alaaf!";
}
addCountdown(mycountdown);