// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("all", "genNext")

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("3/5/2007", "http://i94.photobucket.com/albums/l111/vuttaa/gupee/DSC01190.jpg", "smiling Ms Dasgupta", "genNext", "smile galore...")
MainArray[MainVar++] = new Fix("3/5/2007", "http://i94.photobucket.com/albums/l111/vuttaa/gupee/DSC01269.jpg", "i'm so confused", "genNext", "hey dude! cant u see i'm changing?")
MainArray[MainVar++] = new Fix("3/5/2007", "http://i94.photobucket.com/albums/l111/vuttaa/gupee/DSC01380.jpg", "the ride", "genNext", "cool.. can i have more ride like this??")
MainArray[MainVar++] = new Fix("3/5/2007", "http://i94.photobucket.com/albums/l111/vuttaa/gupee/DSC01752.jpg", "smiley", "genNext", "that was a good joke!!")
MainArray[MainVar++] = new Fix("3/5/2007", "http://i94.photobucket.com/albums/l111/vuttaa/gupee/DSCF1643.jpg", "playful", "genNext", "get me the toys, wanna play!")
MainArray[MainVar++] = new Fix("3/5/2007", "http://i94.photobucket.com/albums/l111/vuttaa/gupee/latest-22ndjan011.jpg", "with ma toys", "genNext", "heh heh, that's how i play!")
MainArray[MainVar++] = new Fix("3/5/2007", "http://i94.photobucket.com/albums/l111/vuttaa/gupee/P1010170.jpg", "with my parents", "genNext", "hey, check out! these guys are cool - my parents afterAll.")
MainArray[MainVar++] = new Fix("3/5/2007", "http://i94.photobucket.com/albums/l111/vuttaa/gupee/P1010220.jpg", "swinging me", "genNext", "why did u wake me up??? cant u see i'm busy.. :)")