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/pic1.jpg','Linda, Kelly and me holding hands in a chain');
addPhoto('images/pic2.jpg','Mom sitting on the grass');
addPhoto('images/pic3.jpg','Linda holding a red kimino');
addPhoto('images/pic4.jpg','Me, Linda and Kelly all holding a Japanese fan');
addPhoto('images/pic5.jpg','A day in The Botanical Garden');
addPhoto('images/pic6.jpg','I call it "love birds"');
addPhoto('images/pic8.jpg','Handmade Japanese dolls');

