SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 5000;
SLIDES.prefetch = -1;
SLIDES.repeat = true;

s = new slide();
s.src =  "http://www.mountainwestip.com/properties/texas/images/bayport/bayport.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_lrg.jpg";
s.target = "new";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_1_sm.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_1.jpg";
s.target = "new";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_2_sm.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_2.jpg";
s.target = "new";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_3_sm.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_3.jpg";
s.target = "new";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_4_sm.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_4.jpg";
s.target = "new";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_5_sm.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/bayport/bayport_5.jpg";
s.target = "new";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);


if (false) SLIDES.shuffle();
