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('g1.jpg','Cowboys and Indians June 04');
addPhoto('g2.jpg','Cowboys and Indians June 04');
addPhoto('g3.jpg','Cowboys and Indians June 04');
addPhoto('g4.jpg','Cowboys and Indians June 04');
