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('planes1.jpg','Planes');
addPhoto('dead-tired1.jpg','Dead Tired');
addPhoto('columns!.jpg','Columns!');
addPhoto('familybus.jpg','Family Bus');
addPhoto('rayguns.jpg','Ray Guns');
addPhoto('skelatonfoot.jpg','Skelaton Foot');
addPhoto('okayrobot.jpg','OK Robot');
addPhoto('hotrod.jpg','Hot Rod');
