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/landsbury/landsbury.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/landsbury/landsbury_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/landsbury/landsbury_1_sm.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/landsbury/landsbury_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/landsbury/landsbury_2_sm.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/landsbury/landsbury_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/landsbury/landsbury_3_sm.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/landsbury/landsbury_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/landsbury/landsbury_4_sm.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/landsbury/landsbury_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/landsbury/landsbury_5_sm.jpg";
s.text = unescape("");
s.link = "http://www.mountainwestip.com/properties/texas/images/landsbury/landsbury_5.jpg";
s.target = "new";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

if (false) SLIDES.shuffle();

