var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "countdown";
  setEventDate(2003, 11, 17, 9, 0, 0);
  event = "release";
  onevent = "Available now at HMV, Sanity, JB Hifi and all good record stores!";
  afterevent = "Available now at HMV, Sanity, JB Hifi and all good record stores!";
}
addCountdown(mycountdown);
