//<![CDATA[
<!--
SLIDES = new slideshow("SLIDES");
SLIDES.prefetch = -1;
SLIDES.repeat = true;

// Create the slides and add them to the slideshow.
 
s = new slide();
s.src =  "http://www.stgeorges.co.uk/foreign-languages/image/anylananyloc2.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.stgeorges.co.uk/foreign-languages/image/anylananyloc.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.stgeorges.co.uk/foreign-languages/image/learn-foreign-language.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);





//-->
//]]>