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('m1.jpg','Log Home Illustrated');
addPhoto('m2.jpg','Log Home Illustrated');
addPhoto('m3.jpg','Log Home Illustrated');
addPhoto('m4.jpg','Log Home Illustrated');
addPhoto('m5.jpg','Log Home Illustrated');
