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

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



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


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


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

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

//-->
//]]>
