//If you are searching for a term that appears in here, it really appears with a photo that comes up in the album. Search the album instead.
// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("all", "before_the_tube", "after_the_tube", "transition")

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("Feb., 1998", "../../../images/before/slide1.jpg", "Home work", "before_the_tube", "At my home desk in College Station, TX, when I was teaching during graduate school.")
MainArray[MainVar++] = new Fix("Jan., 1999", "../../../images/before/slide2.jpg", "Old German sweater", "before_the_tube", "My grandmother gave me this sweater many years ago. Taken at my parents' house in Bossier City, LA.")
MainArray[MainVar++] = new Fix("Mar., 1999", "../../../images/before/slide3.jpg", "Lounging in short skirt", "before_the_tube", "I loved the weather in College Station when I could wear something like this in March.")
MainArray[MainVar++] = new Fix("Apr., 1999", "../../../images/before/slide4.jpg", "Relax after The Texan", "before_the_tube", "We have returned from eating in one of Bryan's best restaurants, The Texan. Basic black is great.")
MainArray[MainVar++] = new Fix("Apr., 1999", "../../../images/before/slide5.jpg", "Blue eyes and short hair", "before_the_tube", "A close-up of my blue eyes, with a short haircut and wearing pearls.")
MainArray[MainVar++] = new Fix("Feb., 2000", "../../../images/before/slide6.jpg", "In the Navy", "before_the_tube", "Heading to a restaurant  in College Station, in navy, one of my favorite colors.")
MainArray[MainVar++] = new Fix("Mar., 2000", "../../../images/before/slide7.jpg", "Honeymoon at the beach", "before_the_tube", "Sort of, since it was in combination with the webmaster's conference. Off the Seawall at 63rd, Galveston.")
MainArray[MainVar++] = new Fix("Oct., 2000", "../../../images/before/slide8.jpg", "Celebrating <i>Oktoberfest</i>", "before_the_tube", "Wearing a <i>dirndl</i> I got as a child, tied on the married side, of course. In Springfield, IL.")
MainArray[MainVar++] = new Fix("Feb., 2001", "../../../images/before/slide8a.jpg", "Borrowed Indian gear", "before_the_tube", "This Indian outfit I borrowed from my friend Katerie. This is in our bedroom in Springfield.")
MainArray[MainVar++] = new Fix("Jun., 2001", "../../../images/before/slide8b.jpg", "More Indian gear", "before_the_tube", "Here's another Indian outfit that I got in Chicago, outside of our apartment in Springfield.")
MainArray[MainVar++] = new Fix("Jun., 2001", "../../../images/before/slide9.jpg", "Day at the lake", "before_the_tube", "Here during a windy day at the state park in Lake Clinton, IL. Ulina and I couldn't go swimming, but the sun was great")
MainArray[MainVar++] = new Fix("Jun., 2001", "../../../images/before/slide10.jpg", "Another view at the lake", "before_the_tube", "I am wearing the same bottom as in the previous photo, but have a tye-die top on instead.")
MainArray[MainVar++] = new Fix("Jun., 2001", "../../../images/before/slide11.jpg", "On the way to teach", "before_the_tube", "Heading to class during the UIS summer term, in front of the Brookens Building which had my office.")
MainArray[MainVar++] = new Fix("Jun., 2001", "../../../images/before/slide12.jpg", "In my office", "before_the_tube", "Now I am in my office at UIS, with a specific layout to increase my mobility.")
MainArray[MainVar++] = new Fix("Jun., 2001", "../../../images/before/slide13.jpg", "On a caboose", "before_the_tube", "Here's my caboose sitting on this was on an old caboose in a park in Arthur, IL.")
MainArray[MainVar++] = new Fix("Jun., 2001", "../../../images/before/slide14.jpg", "In Amish country", "before_the_tube", "Front view from the previous picture. This town is located in the heart of Amish country.")
MainArray[MainVar++] = new Fix("Jun., 2001", "../../../images/before/slide15.jpg", "Semester end", "before_the_tube", "Hanging out at home after the last day of class. Little did I know this would be me last semester of full-time teaching.")
MainArray[MainVar++] = new Fix("Jun., 2001", "../../../images/before/slide16.jpg", "Rails-to-trail", "before_the_tube", "Cruising around a rails-to-trail path in Springfield. These are great paths for wheelchairs.")
MainArray[MainVar++] = new Fix("Jul., 2001", "../../../images/before/slide17.jpg", "Touring Milwaukee", "before_the_tube", "We are checking out the riverfront in Milwaukee. Notice poor Ulina was battling an eye infection then.")
MainArray[MainVar++] = new Fix("Feb., 2002", "../../../images/before/slide18.jpg", "After a meeting and dinner", "before_the_tube", "Hanging out in Bossier City after returning from a meeting in Jackson, MS and dinner in Vicksburg.")
MainArray[MainVar++] = new Fix("May, 2002", "../../../images/before/slide19.jpg", "Heading to India Day", "before_the_tube", "Wearing authentic Indian gear on the way to a local festival sponsoring India Day.")
MainArray[MainVar++] = new Fix("May, 2002", "../../../images/before/slide20.jpg", "<i>Heartsongs</i> on my heart", "before_the_tube", "On our back porch, catching rays and reading poetry from Mattie Stepanek.")
MainArray[MainVar++] = new Fix("Jun., 2002", "../../../images/before/slide21.jpg", "Hanging on the Red", "before_the_tube", "This is a park located on the Bossier side of the river, where we went for a picnic.")
MainArray[MainVar++] = new Fix("Aug., 2002", "../../../images/before/slide22.jpg", "Miami Beach first day", "before_the_tube", "After an afternoon on Miami Beach, on went this sheer top for sidewalk dining with the webmaster.")
MainArray[MainVar++] = new Fix("Aug., 2002", "../../../images/before/slide23.jpg", "Miami Beach second day", "before_the_tube", "On the beach around 35th St., Miami Beach in my patriotic swimsuit.")
MainArray[MainVar++] = new Fix("Aug., 2002", "../../../images/before/slide24.jpg", "Miami Beach third day", "before_the_tube", "On the beach around 30th St. Miami Beach, on a nice recliner and umbrella, right before taking off my top.")
MainArray[MainVar++] = new Fix("Aug., 2002", "../../../images/before/slide25.jpg", "Miami Beach other view", "before_the_tube", "Laying on my side from the previous picture, one of the last times I could. Notice Ulina seeking shade, too.")
MainArray[MainVar++] = new Fix("Jan., 2003", "../../../images/after/slide1.jpg", "First foray out", "after_the_tube", "I prepare to leave in Indian gear for a lecture by an Indian economist, for the first time outside home since returning from the hospital. Note the structure built by my father and a friend to hold my vent.")
MainArray[MainVar++] = new Fix("Apr., 2003", "../../../images/after/slide2.jpg", "New spring", "after_the_tube", "Spring and its fashions finally had arrived, but I still was on antibiotics. Notice the new wheelchair.")
MainArray[MainVar++] = new Fix("May, 2003", "../../../images/after/slide3.jpg", "Warming up", "after_the_tube", "Getting warmer, and I continue to get stronger on the vent. In our breakfast area.")
MainArray[MainVar++] = new Fix("May, 2003", "../../../images/after/slide4.jpg", "Getting outside more", "after_the_tube", "The warmer weather helped and I was getting more sun, but now I was on IV antibiotics.")
MainArray[MainVar++] = new Fix("Jun., 2003", "../../../images/after/slide5.jpg", "A favorite swimsuit", "after_the_tube", "This is one of my favorite swimsuits which can be worn as street clothes, too. On our back porch.")
MainArray[MainVar++] = new Fix("Jun., 2003", "../../../images/after/slide6.jpg", "Another picnic", "after_the_tube", "Out at the park on the Bossier side of the Red again on a picnic, a year after the first time.")
MainArray[MainVar++] = new Fix("Jun., 2003", "../../../images/after/slide7.jpg", "Increasingly rare outfit", "after_the_tube", "This outfit I wear in our foyer is one of just a few set of pants I still wear.")
MainArray[MainVar++] = new Fix("Jun., 2003", "../../../images/after/slide8.jpg", "Ready for action", "after_the_tube", "We are about to go out to dinner, this in our living room.")
MainArray[MainVar++] = new Fix("Jul., 2003", "../../../images/after/slide9.jpg", "Lunching down", "after_the_tube", "This is an area Shreveport restaurant, having a good lunch after seeing Lance win another stage.")
MainArray[MainVar++] = new Fix("Jul., 2003", "../../../images/after/slide10.jpg", "Good view of my hair", "after_the_tube", "Seeing me from over my shoulder, this affords a good view of my hair, now longer than it had been in years.")
MainArray[MainVar++] = new Fix("Sep., 2003", "../../../images/after/slide11.jpg", "Fading summer", "after_the_tube", "Summer is almost gone here, but I can still wear white comfortably. By our utility room.")
MainArray[MainVar++] = new Fix("Oct., 2003", "../../../images/after/slide12.jpg", "Going retro", "after_the_tube", "In our driveway I am dressed retro, relieved to be off antibiotics finally.")
MainArray[MainVar++] = new Fix("Oct., 2003", "../../../images/after/slide13.jpg", "After the Revel", "after_the_tube", "We have just left this local festival, glad the weather allows me to wear this dress.")
MainArray[MainVar++] = new Fix("Oct., 2003", "../../../images/after/slide14.jpg", "Keeping abreast", "after_the_tube", "Higher hemlines and more sheer tops have come back into style, so I take advantage of them. Outside a Shreveport-area restaurant.")
MainArray[MainVar++] = new Fix("Oct., 2003", "../../../images/after/slide15.jpg", "Basic black", "after_the_tube", "Basic black, however, always is in style. In our dining area.")
MainArray[MainVar++] = new Fix("Nov., 2003", "../../../images/after/slide16.jpg", "Black pearls", "after_the_tube", "Black pearls are classic as well, a present from the webmaster on one of his South Pacific business trips. The outfit, however, is local.")
MainArray[MainVar++] = new Fix("Mar., 2004", "../../../images/after/slide17.jpg", "World is not enough", "after_the_tube", "Finally warm enough to go out again. The webmaster tells me I look like a redhead Sophie Marceau in this outfit.")
MainArray[MainVar++] = new Fix("Mar., 2004", "../../../images/after/slide18.jpg", "Spring again", "after_the_tube", "And warm enough now so I can spend time outside in my favorite, non-bulky fashions.")
MainArray[MainVar++] = new Fix("May, 2004", "../../../images/after/slide19.jpg", "Having to check in again", "after_the_tube", "Unfortunately, pneumonia strikes again so off to the hospital I go after nine months of no antibiotcs.")
MainArray[MainVar++] = new Fix("Jun,, 2004", "../../../images/after/slide20.jpg", "Back to the beach", "after_the_tube", "After almost two years, my return to the beach, Johnson's Beach in Florida. Unfortunately, the weather soon got bad.")
MainArray[MainVar++] = new Fix("Jun,, 2004", "../../../images/after/slide21.jpg", "More on the beach", "after_the_tube", "At our hotel in Orange Beach, AL, with the webmaster. A couple of months later, a hurricane would radically alter everything here.")
MainArray[MainVar++] = new Fix("Jul,, 2004", "../../../images/after/slide22.jpg", "Enjoying summer weather", "after_the_tube", "Finally warm enough for me to wear a hankerchief crochet top, while on our driveway.")
MainArray[MainVar++] = new Fix("Aug,, 2004", "../../../images/after/slide23.jpg", "Asymetrical top", "after_the_tube", "Beside shorter skirts, one-strap tops were in at this time. In my study.")
MainArray[MainVar++] = new Fix("Aug,, 2004", "../../../images/after/slide24.jpg", "Diaphanous top", "after_the_tube", "Also in at this time were diaphonous, asymetrical tops. On our driveway.")
MainArray[MainVar++] = new Fix("Oct., 2004", "../../../images/after/slide25.jpg", "Summer ending", "after_the_tube", "Wearing one of my favorite outfits to take advantage of the ending summer. In my study.")
MainArray[MainVar++] = new Fix("Oct., 2004", "../../../images/after/slide26.jpg", "Fading days of summer", "after_the_tube", "We are out on the Shreveport riverfront, as the weather is warm enough still for me to wear an open front blouse, and miniskirt.")
MainArray[MainVar++] = new Fix("Oct., 2004", "../../../images/after/slide27.jpg", "Still enjoying summer", "after_the_tube", "Since the weather continued to be warm, I continued to wear nicer summer things. We just finished lunch here.")
MainArray[MainVar++] = new Fix("Oct., 2004", "../../../images/after/slide28.jpg", "New vent in action", "after_the_tube", "The Pulmonetics LTV950 is much more portable and easier on my site, making massages less uncomfortable on my neck and breathing.")
MainArray[MainVar++] = new Fix("Oct., 2004", "../../../images/after/slide29.jpg", "Summer starts to fade", "after_the_tube", "Changing into fall gear now, with my new vent and whatr my straight hair looks like rolled.")
MainArray[MainVar++] = new Fix("Oct., 2004", "../../../images/after/slide30.jpg", "New fishnet hose and shoes", "after_the_tube", "Enjoying refreshments outside in the waning Indian summer trying out new fishnet hose and shoes.")
MainArray[MainVar++] = new Fix("Mar., 2005", "../../../images/after/slide31.jpg", "Spring again", "after_the_tube", "Out and about again as the weather begins to warm up. Full-length support hose help for warmth.")
MainArray[MainVar++] = new Fix("Apr., 2005", "../../../images/after/slide32.jpg", "Finally warmer", "after_the_tube", "Hotter weather allows for wearing easier-to-breathe-in clothes. The less I have above the waist, the better.")
MainArray[MainVar++] = new Fix("Apr., 2005", "../../../images/after/slide33.jpg", "Scarf and antibiotics", "after_the_tube", "Even getting another round of antibiotics doesn't prevent me wearing a scarf.")
MainArray[MainVar++] = new Fix("May, 2005", "../../../images/after/slide34.jpg", "Old and new, front", "after_the_tube", "Combining older top and newer shirt and skirt that shows off long hair.")
MainArray[MainVar++] = new Fix("May, 2005", "../../../images/after/slide35.jpg", "Old and new, side", "after_the_tube", "Side view of previous outfit, with new shoes, showing off long hair from a different angle.")
MainArray[MainVar++] = new Fix("May, 2005", "../../../images/after/slide36.jpg", "Long hair again", "after_the_tube", "Here my hair is as long as it has been since being in graduate school.")
MainArray[MainVar++] = new Fix("May, 2005", "../../../images/after/slide37.jpg", "Short hair again", "after_the_tube", "Now it's back short for the summer, as I roll around our burgeoning neighborhood in 100 F heat.")
MainArray[MainVar++] = new Fix("May, 2005", "../../../images/after/slide38.jpg", "Catching rays, sipping wine", "after_the_tube", "We're often the only ones outside in the afternoon in summer because I love the heat -- note I'm redder when breathing on my own.")
MainArray[MainVar++] = new Fix("Jun., 2005", "../../../images/after/slide39.jpg", "Looking at you, kid", "after_the_tube", "On the Louisiana Boardwalk, looking at nearby child -- note vent in my lap.")
MainArray[MainVar++] = new Fix("Jun., 2005", "../../../images/after/slide40.jpg", "Now getting really hot", "after_the_tube", "On goes more comfortable clothing -- with reduced breathing ability now, the heat does get to me when it never used to.")
MainArray[MainVar++] = new Fix("Jun., 2005", "../../../images/after/slide41.jpg", "Evolution towards pink", "after_the_tube", "After shades of blue, pink is my next favorite, here matching the sun I'm getting.")
MainArray[MainVar++] = new Fix("Jul., 2005", "../../../images/after/slide42.jpg", "In car using the vent", "after_the_tube", "This is how I use the vent in the car (which can run off the car battery), by snaking the circuitry through the shoulder strap.")
MainArray[MainVar++] = new Fix("Jul., 2005", "../../../images/after/slide43.jpg", "Using the vent with old manual chair", "after_the_tube", "To do this, I have to lay it in my lap and use a small, portable battery (in the pocket on which I have my hand), with the circuitry suspended on a homemade arm.")
MainArray[MainVar++] = new Fix("Jul., 2005", "../../../images/after/slide44.jpg", "View of backyard and back of chair", "after_the_tube", "I'm catching rays here looking at my beautiful backyard which also affords a view of the complicated arrangement behind my electric wheelchair.")
MainArray[MainVar++] = new Fix("Jul., 2005", "../../../images/after/slide45.jpg", "Living strong", "after_the_tube", "Here, getting ready to go places not long after Lance Armstrong's seventh Tour de France win, into my 32nd month of vent life.")
MainArray[MainVar++] = new Fix("Jul., 2005", "../../../images/after/slide46.jpg", "Night out in new manual chair", "after_the_tube", "This was after coming home from my first night out with my new manual wheelchair (I'm shown in my electric wheelchair).")
MainArray[MainVar++] = new Fix("Jul., 2005", "../../../images/after/slide47.jpg", "Another asymmetrical view", "after_the_tube", "A view from the other side of this asymmetrical top, while out dining in Shreveport.")
MainArray[MainVar++] = new Fix("Aug., 2005", "../../../images/after/slide48.jpg", "Keeping cool", "after_the_tube", "After trooping around Bossier City's new Louisiana Boardwalk, we cooled off in the backyard.")
MainArray[MainVar++] = new Fix("Aug., 2005", "../../../images/after/slide49.jpg", "Still trying to keep cool", "after_the_tube", "Good thing for breathable fabrics and cool drinks, even with a warm vent on my lap, while out and about in Bossier City.")
MainArray[MainVar++] = new Fix("Aug., 2005", "../../../images/after/slide50.jpg", "We do like the Boardwalk", "after_the_tube", "One more shot from a visit to the Boardwalk, after a movie and trivia-playing, as night falls.")
MainArray[MainVar++] = new Fix("Feb., 2006", "../../../images/after/slide51.jpg", "Burned", "after_the_tube", "Tea accidentally was spilled on me a few days before this; notice its mark on my chest. Two months passed before it completely healed.")
MainArray[MainVar++] = new Fix("Jun., 2006", "../../../images/after/slide52.jpg", "On the beach", "after_the_tube", "Once a year we go to the only public beach in Bossier Parish. The Pulmonetics vent makes it possible to do so and stay ventilated.")
MainArray[MainVar++] = new Fix("Jun., 2006", "../../../images/after/slide53.jpg", "We do like the Riverfront", "after_the_tube", "We believe in equal time and like visiting Shreveport's Red River Entertainment District on sunny, warmer days.")
MainArray[MainVar++] = new Fix("Jun., 2007", "../../../images/after/slide54.jpg", "Another Riverfront visit", "after_the_tube", "Again visiting the Entertainment District on a milder day; in the middle of summer it's often too hot even for me.")
MainArray[MainVar++] = new Fix("Jul., 2007", "../../../images/after/slide55.jpg", "View of the front yard", "after_the_tube", "How my front yard turned out for the summer, in a nice summer outfit.")
MainArray[MainVar++] = new Fix("Aug., 2007", "../../../images/after/slide56.jpg", "Celebrating the Tour", "after_the_tube", "A Spainard on an American team won the Tour de France, so the approrpiate venue is a Mexican restaurant.")
MainArray[MainVar++] = new Fix("Sep., 2007", "../../../images/after/slide57.jpg", "Enjoying late summer", "after_the_tube", "Still very hot temperatures even in the latter part of the summer.")
MainArray[MainVar++] = new Fix("Sep., 2007", "../../../images/after/slide58.jpg", "Backyard learning", "after_the_tube", "Reading a listing of agents and publishers while enjoying the sun.")
MainArray[MainVar++] = new Fix("Oct., 2007", "../../../images/after/slide59.jpg", "Family resemblance", "after_the_tube", "Me with a picture of my mother at age 16 in the background, in my study.")
MainArray[MainVar++] = new Fix("Oct., 2007", "../../../images/after/slide60.jpg", "How I can type", "after_the_tube", "At Columbia Cafe, I'm using a straw to extend my reach onto the laptop keyboard.")
MainArray[MainVar++] = new Fix("Oct., 2007", "../../../images/after/slide61.jpg", "More Red River Revel", "after_the_tube", "Making my annual trip to this festival, in part to see my friend Barbara perform.")
MainArray[MainVar++] = new Fix("Oct., 2007", "../../../images/after/slide62.jpg", "And more Red River Revel", "after_the_tube", "My friend Barbara played another day in a large tent area, where I am here.")
MainArray[MainVar++] = new Fix("Oct., 2007", "../../../images/after/slide63.jpg", "Very late summer", "after_the_tube", "Almost Halloween, and it's still warm enough to go outside even if I can't sunbathe.")
MainArray[MainVar++] = new Fix("Oct., 2007", "../../../images/after/slide64.jpg", "Halloween outfit", "after_the_tube", "I like to dress up for holidays and I went to Columbia Cafe in this outfit.")
MainArray[MainVar++] = new Fix("Dec., 2007", "../../../images/after/slide65.jpg", "Unbelievably late summer", "after_the_tube", "Almost the middle of December and I can still go outside without a jacket.")
MainArray[MainVar++] = new Fix("Mar., 2008", "../../../images/after/slide66.jpg", "Fortunately early spring", "after_the_tube", "Almost the end of winter and I finally can go outside without a jacket.")
MainArray[MainVar++] = new Fix("May, 2008", "../../../images/after/slide67.jpg", "Spring in full force", "after_the_tube", "Out and about, illustrating how I am wearing dresses more often, longer one at this time of year.")
MainArray[MainVar++] = new Fix("May, 2008", "../../../images/after/slide68.jpg", "Memorial Day, before", "after_the_tube", "Before heading out to celebrate in honor of Memorial Day.")
MainArray[MainVar++] = new Fix("May, 2008", "../../../images/after/slide69.jpg", "Memorial Day, after", "after_the_tube", "At Shreveport's The Oyster Bar on Memorial Day.")
MainArray[MainVar++] = new Fix("Jul., 2008", "../../../images/after/slide70.jpg", "Le Tour begins", "after_the_tube", "Out celebrating the start of the Tour de France, wearing a shorter dress since it is finally warm enough.")
MainArray[MainVar++] = new Fix("Sep., 2008", "../../../images/after/slide71.jpg", "New van", "after_the_tube", "Rolling around in our new handicapped-accessible van, allowing me to stay in this chair when travelling.")
MainArray[MainVar++] = new Fix("Dec., 2008", "../../../images/after/slide72.jpg", "Warming hands", "after_the_tube", "Cold again, here I have a bag of field corn that can be heated that allows me to warm my aching hands.")
MainArray[MainVar++] = new Fix("Dec., 2008", "../../../images/after/slide73.jpg", "Back to being cold", "after_the_tube", "Showing off spirit for my husband's alma mater as they compete for the college football national championship.")
MainArray[MainVar++] = new Fix("Jan., 2009", "../../../images/after/slide74.jpg", "Supporting school spirit", "after_the_tube", "Almost the middle of December and I can still go outside without a jacket.")
MainArray[MainVar++] = new Fix("Jan., 2000", "../../../images/transit/slide1.jpg", "Reclining flat", "transition", "I could still lay flat at this point and breathe normally, a good thing when one is wearing pleather. You need something warm in Springfield, IL in the snow.")
MainArray[MainVar++] = new Fix("Aug., 2002", "../../../images/transit/slide3.jpg", "Warning for me at the beach", "transition", "Last photo of me laying down, on Miami Beach. After this shot, we took off my top and I noticed I breathed easier topfree -- a warning sign of my increasingly-compromised breathing.")
MainArray[MainVar++] = new Fix("Aug., 2002", "../../../images/transit/slide4.jpg", "Changes in jewelry", "transition", "Without anything stuck in my throat, I used to be able to wear other kinds of jewelry. In the Florida Keys.")
MainArray[MainVar++] = new Fix("Dec., 2002", "../../../images/transit/slide5.jpg", "Intubation", "transition", "When my breathing collapsed, I had to be intubated for six days. Because of my MD and ventilation, I had to be in critical care. This was most unpleasant.")
MainArray[MainVar++] = new Fix("Dec., 2002", "../../../images/transit/slide6.jpg", "Critical care room", "transition", "This is the whole setup in my room. I was dead without it. The last photo of me without a tube.")
MainArray[MainVar++] = new Fix("Dec., 2002", "../../../images/transit/slide7.jpg", "Reunited", "transition", "A few days after the surgery I was moved to another hospital and this allowed Ulina to see me to end our longest separation ever.")
MainArray[MainVar++] = new Fix("May, 2003", "../../../images/transit/slide8.jpg", "Recovering", "transition", "Five months after getting the tube and I am getting stronger. I must use a headset to talk on the phone, and wear compression hose much of the time.")
MainArray[MainVar++] = new Fix("May, 2003", "../../../images/transit/slide9.jpg", "View of IV access", "transition", "This side view allows a look at my accessed porta-cath, to give me antibiotics intravenously.")
MainArray[MainVar++] = new Fix("May, 2003", "../../../images/transit/slide10.jpg", "Another view of IV", "transition", "Here is a front view of the accessed port, while Ulima lays off to the side next to my flowers.")
MainArray[MainVar++] = new Fix("May, 2003", "../../../images/transit/slide11.jpg", "Port deaccessed", "transition", "Fianlly, the therapy had run its course and the port deaccessed shortly before this was taken. I have a pulse oximeter on my finger.")
MainArray[MainVar++] = new Fix("Sep., 2003", "../../../images/transit/slide12.jpg", "Finally antibiotic free", "transition", "Here is how I looked ten months after the surgery, finally off antibiotics (which would last eight months).")
MainArray[MainVar++] = new Fix("May, 2004", "../../../images/transit/slide13.jpg", "Massage: arm extension", "transition", "My arm getting extended here. Note that with my old vent how carefully things must be placed.")
MainArray[MainVar++] = new Fix("May, 2004", "../../../images/transit/slide14.jpg", "Massage: arm rotation", "transition", "My arm getting rotated. For this session I wore a swimsuit with strapless top, thong bottom that we got in Miami Beach.")
MainArray[MainVar++] = new Fix("May, 2004", "../../../images/transit/slide15.jpg", "Massage: hip and legs", "transition", "Here I have extension and rotation of my hips and legs. Even on the vent, I can't stay long flat on my back.")
MainArray[MainVar++] = new Fix("Jul., 2004", "../../../images/transit/slide16.jpg", "Massage: shoulders and back", "transition", "Here, my shoulders and back get extended. This time I wear a swimsuit with strapless top, hipster bottom.")
MainArray[MainVar++] = new Fix("Apr., 2006", "../../../images/transit/slide17.jpg", "Massage: arm and shoulder extension", "transition", "For my left arm, the Pulmonetics vent makes it much easier to work on it. Note massages can happen outside in nice weather.")
MainArray[MainVar++] = new Fix("May, 2006", "../../../images/transit/slide18.jpg", "Before Zyvox", "transition", "Myself and the webmaster just before I went on a severely restricted diet to take this antibiotic. it really cheats you on calories and nutrients.")
MainArray[MainVar++] = new Fix("May, 2006", "../../../images/transit/slide19.jpg", "Ravages of Zyvox", "transition", "After a couple of weeks on it, skin breaks down easily. The lines shows where the top of my hose had been all day, just one day.")
MainArray[MainVar++] = new Fix("Jun., 2006", "../../../images/transit/slide20.jpg", "After Zyvox", "transition", "Looking healthier a couple of weeks after finishing it. In our garage.")
MainArray[MainVar++] = new Fix("Mar., 2007", "../../../images/transit/slide21.jpg", "Under duress", "transition", "Taking antibiotics to knock out a respiratory infection (note accessed port), not knowing I had picked up another rare blood infection.")
MainArray[MainVar++] = new Fix("Mar., 2007", "../../../images/transit/slide22.jpg", "First port removed", "transition", "As a result of a rare blood infection, I had to have my port-a-cath removed, seen here three days after surgery.")
MainArray[MainVar++] = new Fix("May, 2007", "../../../images/transit/slide23.jpg", "Recovering from removal surgery", "transition", "How I look five weeks after the surgery to replace the port-a-cath with the new one.")
