SLIDES = new slideshow("SLIDES");
SLIDES.timeout = 5000;
SLIDES.prefetch = -1;
SLIDES.repeat = true;
 
s = new slide();
s.src = "/Images/SlideShow/1.jpg";
s.text = unescape("212 SOUTHEAST 149TH COURT, VANCOUVER, WASHINGTON 98684 $209,900");
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=163";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/2.jpg";
s.text = unescape("2198 WEST JAYTON DRIVE, MERIDIAN, IDAHO 83642 $114,900");
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=162";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/3.jpg";
s.text = unescape("4251 N.E. MARMOT COURT, SALEM, OREGON 97305 $169,900");
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=119";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/4.jpg";
s.text = unescape("2538 E. CLARENDON AVENUE, PHOENIX, ARIZONA 85016 $99,900");
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=166";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/5.jpg";
s.text = unescape("1719 PRUNE STREET, MEDFORD, OREGON 97501 $109,900");
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=150";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/6.jpg";
s.text = unescape("18 GOODALL AVENUE, DAYTONA BEACH, FLORIDA 32118 $279,900");
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=125";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/7.jpg";
s.text = unescape("718 CYPRESS OAK CIRCLE, DELAND, FLORIDA 32720 $139,900");
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=159";
s.target = "";
SLIDES.add_slide(s);
 
if (true) SLIDES.shuffle();
