// JavaScript Document

<!--

SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 7000;
SLIDES.prefetch = -1;
SLIDES.repeat = true;

s = new slide();
s.src =  "http://www.ehaontario.ca/logos/RAINBANENR.jpg";
s.text = unescape("");
s.link = "http://www.ehaontario.ca/sponsors.htm#rainbow";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://www.ehaontario.ca/logos/ramilas.jpg";
s.text = unescape("");
s.link = "http://www.ehaontario.ca/sponsors.htm#ramilas";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);

if (true) SLIDES.shuffle();

//-->
