var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2004, 05, 15, 11, 0, 0);
  event = "Mr. Jagat Shah to come online.";
  onevent = "The Moment you have been waiting for...!";
  afterevent = "The Chat Session is ON";
}
addCountdown(mycountdown);