//<![CDATA[
<!--
SLIDES = new slideshow("SLIDES");

// Create the slides and add them to the slideshow.

s = new slide();
s.src =  "http://www.isc-ukeas.com/images/slide_1.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);


s = new slide();
s.src =  "http://www.isc-ukeas.com/images/slide_2.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);
 

s = new slide();
s.src =  "http://www.isc-ukeas.com/images/slide_3.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://www.isc-ukeas.com/images/slide_4.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);
 

//-->
//]]>