var mycountdown = new Countdown();with (mycountdown) {  tagID = "mycountdowndiv";  setEventDate(2005, 09, 14, 0, 0, 0);  event = "the New York Expo";  onevent = "The Expo has begun!";  afterevent = "The Expo has ended";}addCountdown(mycountdown);
