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('compost_bin500.JPG', '<b>&#147;Compost Bin&#148; (ca. 2009)</b>&nbsp;<br>', "1");
addPhoto('top_500.PNG', '<b>&#147;Compost Bin&#148; (top view)</b>&nbsp;<br>', "2");
addPhoto('top_open_500.PNG','<b>&#147Compost Bin&#148; (top view - open)</b><br>',"3");
addPhoto('working_compost_leftside_500.PNG', '<b>&#147;Working Compost&#148; (left side)</b>', "4");
addPhoto('tomato_350.JPG', '<b>&#147;Baby Tomato&#148; (2010)</b>', "5");
addPhoto('beans_350.JPG', '<b>&#147;New Beans&#148; (2010)</b>', "6");



