SLIDES = new slideshow("SLIDES");




s = new slide();
s.src = "http://www.kpl.org/_images/pages/locations/ch/ch1.jpg";
s.text = "Country Hills Community Library";
s.target = "_self";
SLIDES.add_slide(s);




s = new slide();
s.src = "http://www.kpl.org/_images/pages/locations/ch/ch2.jpg";
s.text = "Country Hills Community Library";
s.target = "_self";
SLIDES.add_slide(s);




s = new slide();
s.src = "http://www.kpl.org/_images/pages/locations/ch/ch3.jpg";
s.text = "Country Hills Community Library";
s.target = "_self";
SLIDES.add_slide(s);




s = new slide();
s.src = "http://www.kpl.org/_images/pages/locations/ch/ch4.jpg";
s.text = "Country Hills Community Library";
s.target = "_self";
SLIDES.add_slide(s);




s = new slide();
s.src = "http://www.kpl.org/_images/pages/locations/ch/ch5.jpg";
s.text = "Country Hills Community Library";
s.target = "_self";
SLIDES.add_slide(s);




s = new slide();
s.src = "http://www.kpl.org/_images/pages/locations/ch/ch6.jpg";
s.text = "Country Hills Community Library";
s.target = "_self";
SLIDES.add_slide(s);




s = new slide();
s.src = "http://www.kpl.org/_images/pages/locations/ch/ch7.jpg";
s.text = "Country Hills Community Library";
s.target = "_self";
SLIDES.add_slide(s);


