// JavaScript Document
SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 6000;
SLIDES.prefetch = -1;
SLIDES.repeat = true;

s = new slide();
s.src =  "images/providence_bank_munster.jpg";
s.text = unescape("Providence Bank - Munster Indiana");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/st_john_town_hall.jpg";
s.text = unescape("St. John Town Hall - St. John Indiana");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/family_christian_health_center.jpg";
s.text = unescape("Family Christian Health Center - Harvey Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/college_park.jpg";
s.text = unescape("College Park - South Holland Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/lasalle_park1.jpg";
s.text = unescape("LaSalle Park - South Holland Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360";
s.filter = "";
SLIDES.add_slide(s);


s = new slide();
s.src =  "images/lasalle_park.jpg";
s.text = unescape("LaSalle Park - South Holland Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/buffalo_wings.jpg";
s.text = unescape("Buffalo Wild Wings - Frankfort Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/crown_center.jpg";
s.text = unescape("Crown Center - Frankfort Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360,height:250";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/lincolnway_bank.jpg";
s.text = unescape("Lincolnway Bank - New Lenox Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360,height:250";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/nissan_auto.jpg";
s.text = unescape("Thomas Nissan - South Holland, Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360,height:250";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/pass_crockett.jpg";
s.text = unescape("Pass Crockett Building - Tinley Park Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360,height:250";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/providence_bank.jpg";
s.text = unescape("Providence Bank - South Holland Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360,height:250";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "images/tuffy.jpg";
s.text = unescape("Tuffy's Automotive - Frankfort Illinois");
//s.link = "http://localhost/lmteam/images/";
s.target = "";
s.attr = "width:360,height:250";
s.filter = "";
SLIDES.add_slide(s);



if (true) SLIDES.shuffle();

