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("gallery4/01.jpg", "one");
addPhoto("gallery4/02.jpg", "two");
addPhoto("gallery4/03.jpg", "three");
addPhoto("gallery4/04.jpg", "four");
addPhoto("gallery4/05.jpg", "five");
addPhoto("gallery4/06.jpg", "six");
addPhoto("gallery4/07.jpg", "seven");
