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('images/cottage.jpg', '', '');
addPhoto('images/leafview.jpg', '', '');
addPhoto('images/verandah.jpg', '', '');
addPhoto('images/frontview.jpg', '', '');
addPhoto('images/frontcottage.jpg', '', '');
addPhoto('images/sunset.jpg', '', '');
addPhoto('images/bed01.jpg', '', '');
addPhoto('images/bed02.jpg', '', '');
addPhoto('images/bath01.jpg', '', '');
addPhoto('images/lounge.jpg', '', '');
addPhoto('images/stove.jpg', '', '');
addPhoto('images/kitchen001.jpg', '', '');
addPhoto('images/man.jpg', '', '');
addPhoto('images/view01.jpg', '', '');
addPhoto('images/view02.jpg', '', '');
addPhoto('images/view03.jpg', '', '');
addPhoto('images/garage.jpg', '', '');

