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

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



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


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

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


 

//-->
//]]>