
SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 5000;
SLIDES.prefetch = 1;
SLIDES.repeat = true;

s = new slide();
s.src =  "http://mapofthemonth.com/templates/OS03C9628TM/images/slideshow/001.gif";
s.text = unescape("");
s.link = "index.php?cPath=3";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://mapofthemonth.com/templates/OS03C9628TM/images/slideshow/002.gif";
s.text = unescape("");
s.link = "index.php?cPath=3";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://mapofthemonth.com/templates/OS03C9628TM/images/slideshow/003.gif";
s.text = unescape("");
s.link = "index.php?cPath=3";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://mapofthemonth.com/templates/OS03C9628TM/images/slideshow/004.gif";
s.text = unescape("");
s.link = "index.php?cPath=3";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);



if (false) SLIDES.shuffle();
