var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "mycountdowndiv";
  setEventDate(2010, 6, 23, 0, 0, 0);
  event = "";
  onevent = "The moment you have been waiting for...!";
  afterevent = "Camp is Now in Session!";
}
addCountdown(mycountdown);
var mycountdown2 = new Countdown();
with (mycountdown2) {
  tagID = "mycountdowndiv2";
  setEventDate(2010, 6, 23, 0, 0, 0);
  event = "";
  onevent = "The moment you have been waiting for...!";
  afterevent = "Camp is Now in Session!";
}
addCountdown(mycountdown2);
var mycountdown3 = new Countdown();
with (mycountdown3) {
  tagID = "mycountdowndiv3";
  setEventDate(2010, 7, 21, 0, 0, 0);
  event = "";
  onevent = "The moment you have been waiting for...!";
  afterevent = "Camp is Now in Session!";
}
addCountdown(mycountdown3);
var mycountdown4 = new Countdown();
with (mycountdown4) {
  tagID = "mycountdowndiv4";
  setEventDate(2010, 8, 14, 0, 0, 0);
  event = "";
  onevent = "The moment you have been waiting for...!";
  afterevent = "Camp is Now in Session!";
}
addCountdown(mycountdown4);