SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 2500;
SLIDES.prefetch = 10;
SLIDES.repeat = true;
spaces = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"

s = new slide();
s.src =  "pictures/bobby.jpg ";
s.text = unescape("<b><font color=black>Bobby at Lakewood</font></b>"+spaces+"1 of 7"+spaces+"bobby.jpg ");
s.target = "_blank";
s.attr = "width:800,height:600";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "pictures/burns.jpg ";
s.text = unescape("<b><font color=black>The crew at Gary Burns</font></b>"+spaces+"2 of 7"+spaces+"burns.jpg ");
s.target = "_blank";
s.attr = "width:800,height:600";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "pictures/errin.jpg ";
s.text = unescape("<b><font color=black>Erinn Lopez: 10th place at Twin Creeks JV tourney</font></b>"+spaces+"3 of 7"+spaces+"errin.jpg ");
s.target = "_blank";
s.attr = "width:800,height:600";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "pictures/jvboys.jpg";
s.text = unescape("<b><font color=black>JV Boys:  2nd place at JV Tourney at Westridge on October 10th. From L to R are Wayde Voss, Travis Seifer, Ryan Liggett, Michael Walker, Collier Harris</font></b>"+spaces+"4 of 7"+spaces+"jvboys.jpg");
s.target = "_blank";
s.attr = "width:800,height:600";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "pictures/sean.jpg  ";
s.text = unescape("<b><font color=black>Sean at Lakewood</font></b>"+spaces+"5 of 7"+spaces+"sean.jpg  ");
s.target = "_blank";
s.attr = "width:800,height:600";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "pictures/tim.jpg   ";
s.text = unescape("<b><font color=black>Tim at Lakewood</font></b>"+spaces+"6 of 7"+spaces+"tim.jpg   ");
s.target = "_blank";
s.attr = "width:800,height:600";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "pictures/wade.jpg  ";
s.text = unescape("<b><font color=black>Wade Voss at JV tourney at Westridge</font></b>"+spaces+"7 of 7"+spaces+"wade.jpg  ");
s.target = "_blank";
s.attr = "width:800,height:600";
s.filter = "";
SLIDES.add_slide(s);

if (false) SLIDES.shuffle();
