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('Thanks01.jpg','');
addPhoto('Thanks02.jpg','');
addPhoto('Thanks03.jpg','');
addPhoto('Thanks04.jpg','');
addPhoto('Thanks05.jpg','');


