indexSeparator = '&nbsp;';
// 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('photos/11.jpg', "");
addPhoto('photos/12.jpg', "");
addPhoto('photos/13.jpg', "");
addPhoto('photos/14.jpg', "");

addPhoto('photos/01.jpg', "neron en suelo con popeas");
addPhoto('photos/02.jpg', "neron tocando esclava");
addPhoto('photos/03.jpg', "BEA GRITANDO A SACO");


