//<![CDATA[
<!--
SLIDES = new slideshow("SLIDES");

// Create the slides and add them to the slideshow.



s = new slide();
s.src =  "homeplate1.jpg";
//s.link = "";
s.timeout = 10000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);


s = new slide();
s.src =  "plate-aboutus.jpg";
//s.link = "";
s.timeout = 10000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);

 

//-->
//]]>