function loadslidesnow()
{
SLIDES = new slideshow("SLIDES");

s = new slide();
s.src = ".././/system_files/hoods/gallery/243.jpg";
s.text = "Summer Crest Lot 21, our model home, features the Blakely B with side yard (Photo 1 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/249.jpg";
s.text = "Blakely B-S Kitchen (Photo 2 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/248.jpg";
s.text = "Blakely 2155 B-S Family Room (Photo 3 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/244.jpg";
s.text = "Blakely 2155 B-S Master Bath with luxurious soaking tub (Photo 4 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/247.jpg";
s.text = "Blakely 2155 B-S Dining Room (Photo 5 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/245.jpg";
s.text = "Blakely 2155 B-S - Secondary Bedroom (Photo 6 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/246.jpg";
s.text = "Blakely 2155 B-S - Secondary Bedroom (Photo 7 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/205.jpg";
s.text = "Cypress A - Model shown is located at Tuscany (Photo 8 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/207.jpg";
s.text = "Cypress A - Kitchen with granite slab and chef's island (Photo 9 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/206.jpg";
s.text = "Cypress A - Family Room (Photo 10 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/210.jpg";
s.text = "Cypress A - Huge Master Bedroom (Photo 11 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/209.jpg";
s.text = "Cypress A - Luxurious Master Bathroom (Photo 12 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/208.jpg";
s.text = "Cypress A - Formal living room (Photo 13 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/204.jpg";
s.text = "Cypress A - Formal dining area (Photo 14 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/201.jpg";
s.text = "Cypress A - Secondary Bedroom (Photo 15 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/202.jpg";
s.text = "Cypress A - Secondary Bedroom (Photo 16 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/193.jpg";
s.text = "Ashmore A - Model shown is located at Cambridge Pointe (Photo 17 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/195.jpg";
s.text = "Ashmore A - Kitchen with beautiful granite slab and chef's island (Photo 18 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/194.jpg";
s.text = "Ashmore A - Family Room (Photo 19 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/197.jpg";
s.text = "Ashmore A - Master Bedroom (Photo 20 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/196.jpg";
s.text = "Ashmore A - Master Bathroom (Photo 21 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/192.jpg";
s.text = "Ashmore A - Formal dining room (Photo 22 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/198.jpg";
s.text = "Ashmore A - Home Office or 4th Bedroom (Photo 23 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/190.jpg";
s.text = "Ashmore A - Secondary Bedroom (Photo 24 of 25)";
SLIDES.add_slide(s);

s = new slide();
s.src = ".././/system_files/hoods/gallery/191.jpg";
s.text = "Ashmore A - Secondary Bedroom (Photo 25 of 25)";
SLIDES.add_slide(s);

SLIDES.set_image(document.images.SLIDESIMG);
  SLIDES.set_textid("SLIDESTEXT"); // optional
  SLIDES.update();
}
