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('photos_jasper/jaspfront.jpg','<b>4 Bed 2 Bath with Walkout Basement</b><br>This is a fairly standard home done for a family in southern Indiana.  It has 4 bedrooms and 2 baths and a full size walkout basement.', '1');
addPhoto('photos_jasper/jaspfrontside.jpg','A view of the home from the 3 car garage side', '2');
addPhoto('photos_jasper/jaspback.jpg','A view of the walkout basement from the back.  Grading issues are always important to address with ICF basements.  Improper grading can cause basement leakage even in ICF basements.', '3');
addPhoto('photos_jasper/jasperhouse.jpg','The finished home.', '4');

