indexSeparator = ' &raquo; ';
// Add one line per photo, using
//         addPhoto ('filename', 'caption', 'index text');
// The third parameter is optional and will default to the number
// of the photo if not provided.

addPhoto("img/const/spot1.jpg","I made a happy spot. Then I decided to expand it.");
addPhoto("img/const/spot2.jpg","It started low...");
addPhoto("img/const/spot5.jpg","...and finished taller than I expected.");
addPhoto("img/const/spot3.jpg","The fist layer of mud didn't stick as well as I thought it would.");
addPhoto("img/const/spot4.jpg","Now the Happy Spot is big enough to hold a hot tub!");


