// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("Bands", "Patrons", "Staff", "Other", "all")

MainVar = 0; // Sets up the variable that counts the pictures.

function Fix(DatVal, PicVal, TitVal, CatVal, TxtVal) { // Allows you to use variables for the array instead of numbers.
   this.DatVal = DatVal 
   this.PicVal = PicVal 
   this.TitVal = TitVal 
   this.CatVal = CatVal
   this.TxtVal = TxtVal 
} 
var MainArray = new Array() // Sets up the main array.

// Now add one line for each picture you want in the album.  The format of these lines is shown below:
// MainArray[MainVar++] = new Fix("date", "picname.jpg", "pic title", "category", "pic description")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_212703.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_213140.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_213147.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_213431.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_213508.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_220541.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_220554.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_220608.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_220623.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_220641.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_220829.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_220839.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_222417.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_222515.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_222949.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1031_222958.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1101_001230.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/2009_1101_001716.jpg", "Gin Bunny Halloween Party 2009 ", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/ClydesdalesAtBronzeBoar-01.jpg", "Budweiser Clydesdales at the Bronze Boar", "Other", "")
MainArray[MainVar++] = new Fix("", "pics/ClydesdalesAtBronzeBoar-02.jpg", "Budweiser Clydesdales at the Bronze Boar", "Other", "")
MainArray[MainVar++] = new Fix("", "pics/20090418_0803.jpg", "Saturday, Saturday, Saturday night's all right", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/20090418_0817.jpg", "Saturday, Saturday, Saturday night's all right", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/Swampbubbles.jpg", "Swampbubbles", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/20090418_0818.jpg", "Saturday, Saturday, Saturday night's all right", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/20090418_0820.jpg", "Saturday, Saturday, Saturday night's all right", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/01-StPaddys.jpg", "St. Paddy's Day", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/02-StPaddys.jpg", "St. Paddy's Day", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/04-StPaddys.jpg", "St. Paddy's Day", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/05-StPaddys.jpg", "St. Paddy's Day", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/mar2009_25.jpg", "At the bar", "Staff", "")
MainArray[MainVar++] = new Fix("", "pics/mar2009_26.jpg", "Rikki", "Staff", "")
MainArray[MainVar++] = new Fix("", "pics/mar2009_29.jpg", "Playing Keno", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/mar2009_33.jpg", "A game of pool", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/mar2009_89.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/afterMudhenGame01.jpg", "After the Mudhens Game", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/afterMudhenGame04.jpg", "After the Mudhens Game", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/afterMudhenGame07.jpg", "After the Mudhens Game", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/afterMudhenGame09.jpg", "After the Mudhens Game", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/afterMudhenGame11.jpg", "After the Mudhens Game", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar05.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar10.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar11.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar12.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar17.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar24.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar25.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar29.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar34.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar36.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar41.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar42.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar44.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar46.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar47.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar49.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar52.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar56.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar63.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar64.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar65.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar68.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar69.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar70.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar71.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/atTheBar72.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/bronzeBoarFront01.jpg", "At the Bronze Boar", "Other", "")
MainArray[MainVar++] = new Fix("", "pics/bronzeBoarFront02.jpg", "At the Bronze Boar", "Other", "")
MainArray[MainVar++] = new Fix("", "pics/bronzeBoarFront03.jpg", "At the Bronze Boar", "Other", "")
MainArray[MainVar++] = new Fix("", "pics/ChrisSutter'sBand06.jpg", "Chris Sutter's Band", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/ChrisSutter'sBand07.jpg", "Chris Sutter's Band", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/ChrisSutter'sBand10.jpg", "Chris Sutter's Band", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/ChrisSutter'sBand11.jpg", "Chris Sutter's Band", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/ChrisSutter'sBand12.jpg", "Chris Sutter's Band", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/ChrisSutter'sBand14.jpg", "Chris Sutter's Band", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/ChrisSutter'sBand15.jpg", "Chris Sutter's Band", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/CNL01.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/CNL02.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/CNL03.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/CNL04.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/CNL05.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/CNL06.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/CNL07.jpg", "At the Bronze Boar", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/Gale&Johnny.jpg", "Gale & Johnny", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/Kelly.jpg", "Kelly", "Patrons", "")
MainArray[MainVar++] = new Fix("", "pics/NathanCoganTrio01.jpg", "Nathan Cogan Trio", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/NathanCoganTrio02.jpg", "Nathan Cogan Trio", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/NathanCoganTrio05.jpg", "Nathan Cogan Trio", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/SwampKingGigBronzeBoarFeb92008-Doug.jpg", "Swamp Kings", "Bands", "Doug")
MainArray[MainVar++] = new Fix("", "pics/theBrady02.jpg", "The Brady", "Bands", "")
MainArray[MainVar++] = new Fix("", "pics/theBrady03.jpg", "The Brady", "Bands", "")
