<!--
// Create the slideshow object
ss = new slideshow("ss");

// Set the delay between slides, 1000 = 1 sec
// ss.timeout = 3000;

// Create the slides and add them to the slideshow.
s = new slide();
s.src = "img/whrabc_ss.gif";
s.link = "http://www.wildhorseranchatbouldercreek.com";
s.text = "<h4>Wildhorse Ranch at Boulder Creek</h4><br>A ranch, livestock, horse training, and<br>real estate marketing website I designed";
ss.add_slide(s);

s = new slide();
s.src = "img/cbr_ss.gif";
s.link = "http://www.crossbarranch.ca";
s.text = "<h4>Cross Bar Ranch</h4><br>A Canadian horse ranch's new database-driven website I am building (work in progress)";
ss.add_slide(s);

//s = new slide();
//s.src = "img/ons_ss.gif";
//s.link = "http://www.organicuresnailspa.com";
//s.text = "<h4>Organicures Nail Spa</h4><br>An organic all natural manicure/pedicure spa services site I built and maintain";
//ss.add_slide(s);

s = new slide();
s.src = "img/chfs_ss.gif";
s.link = "http://www.coloredhorsesforsale.com";
s.text = "<h4>Colored Horses For Sale</h4><br>An equine marketing site I built and maintain,<br>to assist clients in selling their horses";
ss.add_slide(s);

s = new slide();
s.src = "img/fhrk_ss.gif";
s.link = "http://www.foothillsranchkennels.com";
s.text = "<h4>Foothills Ranch Kennels</h4><br>A Canadian yellow labrador retriever puppy<br>breeder's website I created and maintain";
ss.add_slide(s);

s = new slide();
s.src = "img/stb_ss.gif";
s.link = "http://www.skippinthebars.com";
s.text = "<h4>Skippin The Bars</h4><br>A young/upcoming homozygous champagne<br>stallion's website I designed and maintain";
ss.add_slide(s);

// s = new slide();
// s.src = "img/wap_ss.gif";
// s.link = "http://www.withallprobability.com";
// s.text = "<h4>With All Probability</h4><br>AQHA Superhorse and World Champion stallion's website I built (work in progress)";
// ss.add_slide(s);

s = new slide();
s.src = "img/rda_ss.gif";
s.link = "http://www.ranchodeallegria.com";
s.text = "<h4>Rancho De Allegria</h4><br>An AQHA performance horse breeding/sales<br>ranch site I redesigned and maintain";
ss.add_slide(s);

s = new slide();
s.src = "img/cccha_ss.gif";
s.link = "http://www.cavecreekcutting.com";
s.text = "<h4>Cave Creek Cutting Horse Assoc.</h4><br>A local cutting horse association's website<br>I redesigned and maintain";
ss.add_slide(s);

s = new slide();
s.src = "img/occ_ss.gif";
s.link = "http://www.odencattlecompany.com";
s.text = "<h4>Oden Cattle Company</h4><br>A cattle ranch and show horse/breeding<br>website I designed and maintain";
ss.add_slide(s);

s = new slide();
s.src = "img/hh_ss.gif";
s.link = "http://www.hershbergerhorses.com";
s.text = "<h4>Hershberger Performance Horses</h4><br>AQHA World Champion trainer and<br>horse sale site I created and maintain";
ss.add_slide(s);

s = new slide();
s.src = "img/km_ss.gif";
s.link = "http://www.kathymccraine.com";
s.text = "<h4>Kathy McCraine</h4><br>A writer/photographer/publisher's<br>website I designed, built, and maintain";
ss.add_slide(s);

s = new slide();
s.src = "img/tpatr_ss.gif";
s.link = "http://www.thepreserveattheranch.com";
s.text = "<h4>The Preserve At The Ranch</h4><br>A real estate marketing website which<br>I took over maintenance of for the client";
ss.add_slide(s);

s = new slide();
s.src = "img/scs_ss.gif";
s.link = "http://www.scscleanhome.com";
s.text = "<h4>SCS Cleaning Service</h4><br>A housekeeping/janitorial service that I created<br>website, flyers and business cards for";
ss.add_slide(s);

s = new slide();
s.src = "img/fhr_ss.gif";
s.link = "http://www.foothillsranch.com";
s.text = "<h4>Foothills Ranch</h4><br>A large Canadian horse ranch's website<br>I redesigned and now maintain";
ss.add_slide(s);

//s = new slide();
//s.src = "img/rmph_ss.gif";
//s.link = "http://www.raftermhorses.com";
//s.text = "<h4>Rafter M Performance Horses</h4><br>A horse trainer/clinic and breeding/sales site I designed and maintain";
//ss.add_slide(s);

//s = new slide();
//s.src = "img/ce_ss.gif";
//s.link = "http://www.champaintequine.com";
//s.text = "<h4>ChamPaint Equine</h4><br>A Paint and Quarter Horse breeding<br>and sales site I built and maintain";
//ss.add_slide(s);

s = new slide();
s.src = "img/sac_ss.gif";
s.link = "http://www.stuffedanimalcircus.com";
s.text = "<h4>Stuffed Animal Circus</h4><br>A stuffed animal/accessories marketing<br>website I enhanced for the client";
ss.add_slide(s);

s = new slide();
s.src = "img/rmr_ss.gif";
s.link = "http://www.roundmountainranch.com";
s.text = "<h4>Round Mountain Ranch</h4><br>A dressage riding and training facility<br>website I created and maintain for the client";
ss.add_slide(s);

// The following loop sets an attribute for all of the slides.
for (var i=0; i < ss.slides.length; i++) {
  s = ss.slides[i];
  s.target = "_blank";
}

//-->
