//<![CDATA[
<!--
SLIDES = new slideshow("SLIDES");

// Create the slides and add them to the slideshow.



s = new slide();
s.src =  "home_discover.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);

s = new slide();
s.src =  "plate_1324.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_1314.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_1309.jpg";
//s.link = "";
s.timeout = 10000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);


s = new slide();
s.src =  "home_770.jpg";
//s.link = "";
s.timeout = 10000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);

 

//-->
//]]>