// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("all", "2007_Events", "2009_Events")

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("", "photos/2007/_DSC2898.JPG", "he loves his bands", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_DSC2955.JPG", "Cornell ponders a return to competition", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_DSC2845.JPG", "Will Ebony hit this shot in Columbus '08'?", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_DSC2954.JPG", "I still got it ", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_DSC2978_edited.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2551.JPG", "getting ready for the shoot", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2570.JPG", "even basketball players do cardio", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2591.JPG", "cierra repping on the bench", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2655.JPG", "latoya shares a laugh with Louis", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2662.JPG", "yes Cierra you must", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2668.JPG", "Cornell checks Cierra form", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2678.JPG", "Yes Latoya, you too must do abs ", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2718.JPG", "Niki gets ready to work", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2723.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2742.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2776.JPG", "yoga anyone?", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_CPS2811.JPG", "forever girls taking in some sun", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_0004515.JPG", "In this corner, Charles Barron", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_0004512.JPG", "Charles adds muscle for an '08' title defense", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_0004545.JPG", "Forever Fit Chicago Executive Staff", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_0004618_edited.JPG", "working those forearms", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_0004628.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_BRE2451.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_BRE2470.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_BRE2471.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_BRE2495.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_BRE2502.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_BRE2541.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_BRE2545.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2007/_BRE2581.JPG", "", "2007_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2009/0812300007.JPG", "", "2009_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2009/0812300017.JPG", "", "2009_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2009/0812300021.JPG", "", "2009_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2009/0812300040.JPG", "", "2009_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2009/0812300042.JPG", "", "2009_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2009/0812300044.JPG", "", "2009_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2009/0812300047.JPG", "", "2009_Events", "")
MainArray[MainVar++] = new Fix("", "photos/2009/0812300231.JPG", "", "2009_Events", "")



