var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "counter001";
  setEventDate(2008, 4, 5, 15, 0, 0);
  event = "pierwszej rundy wiosennej II DMMS w Chojnicach";
  onevent = "DMMS II już dzi o 17 na boisku przy przy hali parku wodnego...!";
  afterevent = "Następne eliminacje 12 kwietnia w Pułtusku!";
}
addCountdown(mycountdown);
var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "counter001";
  setEventDate(2008, 4, 12, 15, 0, 0);
  event = "drugiej rundy wiosennej II DMMS w Pułtusku";
  onevent = "";
  afterevent = "Następne eliminacje 26 kwietnia w Jarosławiu!";
}
addCountdown(mycountdown);
var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "counter001";
  setEventDate(2008, 4, 26, 15, 0, 0);
  event = "trzeciej rundy wiosennej II DMMS w Jarosławiu";
  onevent = "";
  afterevent = "Następne eliminacje 10 maja w Stargardzie Szczecińskim!";
}
addCountdown(mycountdown);
var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "counter001";
  setEventDate(2008, 5, 10, 15, 0, 0);
  event = "czwartej rundy wiosennej II DMMS w Stargardzie Szczecińskim";
  onevent = "";
  afterevent = "Następne eliminacje 17 maja w Tomaszowie Lubelskim!";
}
addCountdown(mycountdown);
var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "counter001";
  setEventDate(2008, 5, 17, 15, 0, 0);
  event = "piątej rundy wiosennej II DMMS w Tomaszowie Lubelskim";
  onevent = "";
  afterevent = "Finał już 14 czerwca 2008 w Katowickim Spodku";
}
addCountdown(mycountdown);
var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "counter001";
  setEventDate(2008, 6, 14, 15, 0, 0);
  event = "wielkiego finału w Katowickim Spodku";
  onevent = "";
  afterevent = "Zobacz zdjęcia z wielkiego finału";
}
addCountdown(mycountdown);

var mycountdown = new Countdown();
with (mycountdown) {
  tagID = "counter001";
  setEventDate(2008, 12, 31, 24, 0, 0);
  event = "końca 2008 roku";
  onevent = "";
  afterevent = "Zobacz zdjęcia z wielkiego finału";
}
addCountdown(mycountdown);

