var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2017, 1, 1, 0, 0, 0);
  event = "2017...";
  onevent = "The moment you have been waiting for...!";
  afterevent = "World downfall...";
}
addCountdown(mycountdown);
