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('f1.jpg','Source Design Dec 03');
addPhoto('f2.jpg','Source Design Dec 03');
addPhoto('f3.jpg','Source Design Dec 03');
addPhoto('f4.jpg','Source Design Dec 03');
