var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2008, 8, 8, 10, 0, 0);
  event = " The Athletes Of The World Meet Again In Beijing For The Games Of The 29th Olympiad 2008.";
  onevent = "The moment you have been waiting for...!";
  afterevent = "Good Luck Canada";
}
addCountdown(mycountdown);