﻿SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 4000;
SLIDES.prefetch = -1;
SLIDES.repeat = true;
s = new slide();
s.src = "http://www.monarchcb.com/images/main/main_r4_c22.jpg";
s.text = unescape("");
s.link = "";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);
s = new slide();
s.src = "http://www.monarchcb.com/images/main/main_r4_c21.jpg";
s.text = unescape("");
s.link = "http://www.monarchcb.com/checking_accounts.htm";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);
s = new slide();
s.src = "http://www.monarchcb.com/images/main/main_r4_c20.jpg";
s.text = unescape("");
s.link = "http://www.monarchcb.com/savings_accounts.htm";
s.target = "";
s.attr = "";
s.filter = "";
SLIDES.add_slide(s);
if (false) SLIDES.shuffle();
