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

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

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


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

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

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


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

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



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


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

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

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


//-->
//]]>