// JavaScript Document

SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 5000;
SLIDES.prefetch = -1;
SLIDES.repeat = true;

s = new slide();
s.src =  "images/home-prov.jpg";
s.text = unescape("");
s.link = "catalog/providence.php";
s.target = "";
s.attr = "width:895,width:300";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/home-concord.jpg";
s.text = unescape("");
s.link = "catalog/railing.php";
s.target = "";
s.attr = "width:895,width:300";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/home-pur.jpg";
s.text = unescape("");
s.link = "catalog/puritan.php";
s.target = "";
s.attr = "width:895,width:300";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/home-alum.jpg";
s.text = unescape("");
s.link = "catalog/alumiguard-fencing.php";
s.target = "";
s.attr = "width:895,width:300";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/home-contour.jpg";
s.text = unescape("");
s.link = "catalog/railing.php";
s.target = "";
s.attr = "width:895,width:300";
s.filter = "";
SLIDES.add_slide(s);

if (false) SLIDES.shuffle();

nodivtext = SLIDES.get_all_text("<li>", "<p>\n");
if (nodivtext) {
  document.write("<UL>\n" + nodivtext + "\n</UL>");
}