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('M & Ms.jpg',"M & M's");addPhoto('scott.jpg','Scott ponders the waters.<br><br>Try clicking on the numbers in the index to jump to a particular picture. Note that you can specify the separator between index numbers.',"Scott");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");