var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2009, 7, 10, 22, 00, 00);
  event = "bis zur Party";
  onevent = "AUF ZUR PARTY!!";
  afterevent = "AUF ZUR PARTY!!";
}
addCountdown(mycountdown);
