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("1849 Bachman Way, Winter Park, Florida 32792").fontcolor("#FFFFFF").fontsize(4) + unescape("  $114,900").fontcolor("#FF290B").fontsize(4);
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=330";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/2.jpg";
s.text = unescape("1562 S Monterey Street, Gilbert, Arizona 85233").fontcolor("FFFFFF").fontsize(4) + unescape("  $169,900").fontcolor("#FF290B").fontsize(4);
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=303";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/3.jpg";
s.text = unescape("5020 W Outlook Avenue, Boise, Idaho 83709").fontcolor("FFFFFF").fontsize(4) + unescape("  $189,900").fontcolor("#FF290B").fontsize(4);
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=331";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/4.jpg";
s.text = unescape("2236 NW Keel Avenue, Lincoln City, Oregon 97367").fontcolor("FFFFFF").fontsize(4) + unescape("  $149,900").fontcolor("#FF290B").fontsize(4);
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=301";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/5.jpg";
s.text = unescape("3413 W Myrtle Avenue, Phoenix, Arizona 85051 ").fontcolor("FFFFFF").fontsize(4) + unescape("  $109,900").fontcolor("#FF290B").fontsize(4);
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=262";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/6.jpg";
s.text = unescape("3293 Southview Drive, Eugene, Oregon 97405").fontcolor("FFFFFF").fontsize(4) + unescape("  $339,900").fontcolor("#FF290B").fontsize(4);
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=304";
s.target = "";
SLIDES.add_slide(s);
 
s = new slide();
s.src = "/Images/SlideShow/7.jpg";
s.text = unescape("1701 S Glasgow Avenue, Nampa, Idaho 83686").fontcolor("FFFFFF").fontsize(4) + unescape("  $119,900").fontcolor("#FF290B").fontsize(4);
s.link = "http://www.gorillacapital.com/ShowProperty.aspx?ID=287";
s.target = "";
SLIDES.add_slide(s);
 
if (true) SLIDES.shuffle();
