SLIDES = new slideshow("SLIDES");
SLIDES.prefetch = -1;
SLIDES.repeat = true;

// Create the slides and add them to the slideshow.

s = new slide();
s.src =  "img/banner_a.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);

s = new slide();
s.src =  "img/banner_b.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);

s = new slide();
s.src =  "img/banner_c.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);

s = new slide();
s.src =  "img/banner_d.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);

s = new slide();
s.src =  "img/banner_e.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);

s = new slide();
s.src =  "img/banner_f.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);

s = new slide();
s.src =  "img/banner_g.jpg";
//s.link = "";
s.timeout = 7000;
//s.title = " slide";
//s.text = "This is the text.";
SLIDES.add_slide(s);