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('records/blood5.jpg',"");
addPhoto('records/blood1.jpg',"");
addPhoto('records/blood2.jpg',"");

addPhoto('records/blood3.jpg',"");

addPhoto('records/blood4.jpg',"");

addPhoto('records/gujrat1.jpg',"");
addPhoto('records/gujrat2.jpg',"");
addPhoto('records/gujrat3.jpg',"");
addPhoto('records/gujrat4.jpg',"");
addPhoto('records/gujrat5.jpg',"");
addPhoto('records/gujrat6.jpg',"");


//addPhoto('toby.jpg','Toby as a puppy. <br>Note that you can include <b><em>formatting</em></b> and <a href="http://www.web1marketing.com">links</a> in captions.',"Toby");

