indexSeparator = ' | ';
// 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('images/gallery1/photo1.jpg','Jeff Galloway and Friends');
addPhoto('images/gallery1/photo2.jpg','Alex and Tricia');
addPhoto('images/gallery1/photo3.jpg','Our Kenyan Friends');
addPhoto('images/gallery1/photo4.jpg','');
addPhoto('images/gallery1/photo5.jpg','');
addPhoto('images/gallery1/photo6.jpg','');
addPhoto('images/gallery1/photo7.jpg','');




