// JavaScript Document

<!--

SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 5000;
SLIDES.prefetch = -1;
SLIDES.repeat = true;

s = new slide();
s.src =  "images/slides/tail_verizon.jpg";
s.text = "some text about the slide";
s.link = "";
s.target = "";
s.attr = "width:588,height:250";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/slides/tail_tw.jpg";
s.text = "some text about the slide";
s.link = "";
s.target = "";
s.attr = "width:588,height:250";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/slides/tail_cw.jpg";
s.text = "some text about the slide";
s.link = "";
s.target = "";
s.attr = "width:588,height:250";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/slides/tail_catholic.jpg";
s.text = "some text about the slide";
s.link = "";
s.target = "";
s.attr = "width:588,height:250";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/slides/tail_bluefrog.jpg";
s.text = "some text about the slide";
s.link = "";
s.target = "";
s.attr = "width:588,height:250";
s.filter = "";
SLIDES.add_slide(s);



if (false) SLIDES.shuffle();

//-->

