<!--

SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 4000;
SLIDES.prefetch = -1;
SLIDES.repeat = true;

s = new slide();
s.src =  "http://schoolrockinc.com/uploads/images/imgA03.jpg";
s.text = unescape("");
s.link = "";
s.target = "";
s.attr = "width:300,height:122";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://schoolrockinc.com/uploads/images/imgB03.jpg";
s.text = unescape("");
s.link = "";
s.target = "";
s.attr = "width:300,height:122";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://schoolrockinc.com/uploads/images/imgC03.jpg";
s.text = unescape("");
s.link = "";
s.target = "";
s.attr = "width:300,height:122";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://schoolrockinc.com/uploads/images/imgD03.jpg";
s.text = unescape("");
s.link = "";
s.target = "";
s.attr = "width:300,height:122";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://schoolrockinc.com/uploads/images/imgE03.jpg";
s.text = unescape("");
s.link = "";
s.target = "";
s.attr = "width:300,height:122";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://schoolrockinc.com/uploads/images/imgF03.jpg";
s.text = unescape("");
s.link = "";
s.target = "";
s.attr = "width:300,height:122";
s.filter = "";
SLIDES.add_slide(s);

s = new slide();
s.src =  "http://schoolrockinc.com/uploads/images/imgG03.jpg";
s.text = unescape("");
s.link = "";
s.target = "";
s.attr = "width:300,height:122";
s.filter = "";
SLIDES.add_slide(s);


if (false) SLIDES.shuffle();

//-->

