//
// ALl Images names should not have any special characters , sticking to alpha and umerics is safest.
// Captions can contain single quotes but not double quotes. Do not use & in captions.
//
//

var galName="Local Attractions";
var galDir = "/Galleries/LocalAttractions/";
//
// Gallery Images
// 
var gimg =
[
"Omelet Cajun Band.JPG",
"omeletbutter.JPG", 
"omeletfire.JPG",       
"omeletpaddles.JPG",    
"omeletserving.JPG",    
"omeletstirring.JPG",   
"omeletworkers.JPG"    
// Last entry does not have comma after it
];
//
// Gallery Images
// 
var cap = 
[
"Cajun Band entertains at the 5,000 Omelette",                              
"Melting butter for cooking the eggs",                                
"Waiting for the fire to get just right for cooking eggs",         
"Paddles used to stir the eggs",                                      
"Free serving of the eggs to the public",                            
"Chevaliers take turns stirring the eggs",                         
"Omelette workers preparing for the celebration"                     
// Last entry does not have comma after it
];


