// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("empennage","tools","other","wings","fuselage","canopy","systems","panel","engine","cowl")

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("8/2/2004", "./log/img/n808ps.jpg", "RV Grin #0", "other", "RV Grin")
MainArray[MainVar++] = new Fix("8/7/2004", "./log/img/delta_drillpress.jpg", "Power tools #0", "tools", "Power tools")
MainArray[MainVar++] = new Fix("8/7/2004", "./log/img/delta_grinder.jpg", "Power tools #1", "tools", "Power tools")
MainArray[MainVar++] = new Fix("8/7/2004", "./log/img/delta_sander.jpg", "Power tools #2", "tools", "Power tools")
MainArray[MainVar++] = new Fix("8/9/2004", "./log/img/img_4590.jpg", "Inventory #0", "empennage", "Inventory")
MainArray[MainVar++] = new Fix("8/9/2004", "./log/img/img_4593.jpg", "Inventory #1", "empennage", "Inventory")
MainArray[MainVar++] = new Fix("8/11/2004", "./log/img/img_4598.jpg", "Tools arrive #0", "tools", "Tools arrive")
MainArray[MainVar++] = new Fix("8/11/2004", "./log/img/img_4592.jpg", "Tools arrive #1", "tools", "Tools arrive")
MainArray[MainVar++] = new Fix("8/12/2004", "./log/img/img_4599.jpg", "Construction begins! #0", "empennage", "Construction begins!")
MainArray[MainVar++] = new Fix("8/12/2004", "./log/img/img_4600.jpg", "Construction begins! #1", "empennage", "Construction begins!")
MainArray[MainVar++] = new Fix("8/14/2004", "./log/img/img_4606.jpg", "Riveted rear spar #0", "empennage", "Riveted rear spar")
MainArray[MainVar++] = new Fix("8/14/2004", "./log/img/img_4604.jpg", "Front spar angles #0", "empennage", "Front spar angles")
MainArray[MainVar++] = new Fix("8/14/2004", "./log/img/img_4605.jpg", "Front spar angles #1", "empennage", "Front spar angles")
MainArray[MainVar++] = new Fix("8/15/2004", "./log/img/img_4613.jpg", "Match drill stabilizer skins #0", "empennage", "Match drill stabilizer skins")
MainArray[MainVar++] = new Fix("8/15/2004", "./log/img/img_4615.jpg", "Match drill stabilizer skins #1", "empennage", "Match drill stabilizer skins")
MainArray[MainVar++] = new Fix("8/15/2004", "./log/img/img_4614.jpg", "Priming 101 #0", "empennage", "Priming 101")
MainArray[MainVar++] = new Fix("8/15/2004", "./log/img/img_4618.jpg", "HS-710 problems #0", "empennage", "HS-710 problems")
MainArray[MainVar++] = new Fix("8/15/2004", "./log/img/img_4623.jpg", "HS-710 problems #1", "empennage", "HS-710 problems")
MainArray[MainVar++] = new Fix("8/15/2004", "./log/img/img_4624.jpg", "HS-710 problems #2", "empennage", "HS-710 problems")
MainArray[MainVar++] = new Fix("8/16/2004", "./log/img/img_4621.jpg", "Vertical Stab started #0", "empennage", "Vertical Stab started")
MainArray[MainVar++] = new Fix("8/16/2004", "./log/img/img_4625.jpg", "HS skin riveting #0", "empennage", "HS skin riveting")
MainArray[MainVar++] = new Fix("8/18/2004", "./log/img/img_4630.jpg", "Ordered new HS parts #0", "empennage", "Ordered new HS parts")
MainArray[MainVar++] = new Fix("8/21/2004", "./log/img/img_4639.jpg", "HS front spar, part deux #0", "empennage", "HS front spar, part deux")
MainArray[MainVar++] = new Fix("8/21/2004", "./log/img/img_4640.jpg", "HS front spar, part deux #1", "empennage", "HS front spar, part deux")
MainArray[MainVar++] = new Fix("8/22/2004", "./log/img/img_4633.jpg", "Finished Vertical Stabilizer #0", "empennage", "Finished Vertical Stabilizer")
MainArray[MainVar++] = new Fix("8/22/2004", "./log/img/img_4635.jpg", "Finished Vertical Stabilizer #1", "empennage", "Finished Vertical Stabilizer")
MainArray[MainVar++] = new Fix("8/22/2004", "./log/img/img_4647.jpg", "Riveting HS skins #0", "empennage", "Riveting HS skins")
MainArray[MainVar++] = new Fix("8/22/2004", "./log/img/img_4651.jpg", "Riveting HS skins #1", "empennage", "Riveting HS skins")
MainArray[MainVar++] = new Fix("8/22/2004", "./log/img/img_4652.jpg", "Riveting HS rear spar #0", "empennage", "Riveting HS rear spar")
MainArray[MainVar++] = new Fix("8/22/2004", "./log/img/img_4654.jpg", "HS and VS done! #0", "empennage", "HS and VS done!")
MainArray[MainVar++] = new Fix("8/29/2004", "./log/img/img_4714.jpg", "Rudder riveting - finally #0", "empennage", "Rudder riveting - finally")
MainArray[MainVar++] = new Fix("8/29/2004", "./log/img/img_4715.jpg", "Rudder riveting - finally #1", "empennage", "Rudder riveting - finally")
MainArray[MainVar++] = new Fix("8/29/2004", "./log/img/img_4716.jpg", "Rudder riveting - finally #2", "empennage", "Rudder riveting - finally")
MainArray[MainVar++] = new Fix("8/30/2004", "./log/img/img_4705.jpg", "Rudder brace shim #0", "empennage", "Rudder brace shim")
MainArray[MainVar++] = new Fix("8/30/2004", "./log/img/img_4709.jpg", "Rudder brace shim #1", "empennage", "Rudder brace shim")
MainArray[MainVar++] = new Fix("8/30/2004", "./log/img/img_4721.jpg", "Rudder brace shim #2", "empennage", "Rudder brace shim")
MainArray[MainVar++] = new Fix("8/30/2004", "./log/img/img_4721.jpg", "Rudder TE #0", "empennage", "Rudder TE")
MainArray[MainVar++] = new Fix("8/30/2004", "./log/img/img_4720.jpg", "Rudder TE #1", "empennage", "Rudder TE")
MainArray[MainVar++] = new Fix("8/30/2004", "./log/img/img_4722.jpg", "Rudder counterbalance #0", "empennage", "Rudder counterbalance")
MainArray[MainVar++] = new Fix("8/30/2004", "./log/img/img_4724.jpg", "Rudder complete #0", "empennage", "Rudder complete")
MainArray[MainVar++] = new Fix("9/1/2004", "./log/img/img_4726.jpg", "Trimming elevator stiffeners #0", "empennage", "Trimming elevator stiffeners")
MainArray[MainVar++] = new Fix("9/1/2004", "./log/img/img_4727.jpg", "Trimming elevator stiffeners #1", "empennage", "Trimming elevator stiffeners")
MainArray[MainVar++] = new Fix("9/1/2004", "./log/img/img_4729.jpg", "Trimming elevator stiffeners #2", "empennage", "Trimming elevator stiffeners")
MainArray[MainVar++] = new Fix("9/4/2004", "./log/img/img_4746.jpg", "Counterbalance #0", "empennage", "Counterbalance")
MainArray[MainVar++] = new Fix("9/4/2004", "./log/img/img_4747.jpg", "Counterbalance #1", "empennage", "Counterbalance")
MainArray[MainVar++] = new Fix("9/4/2004", "./log/img/img_4745.jpg", "Skin riveting #0", "empennage", "Skin riveting")
MainArray[MainVar++] = new Fix("9/4/2004", "./log/img/img_4750.jpg", "Skin riveting #1", "empennage", "Skin riveting")
MainArray[MainVar++] = new Fix("9/4/2004", "./log/img/img_4748.jpg", "Skin riveting #2", "empennage", "Skin riveting")
MainArray[MainVar++] = new Fix("9/6/2004", "./log/img/img_4737.jpg", "Left elevator skin & stiffeners #0", "empennage", "Left elevator skin & stiffeners")
MainArray[MainVar++] = new Fix("9/6/2004", "./log/img/img_4738.jpg", "Trim servo access hole #0", "empennage", "Trim servo access hole")
MainArray[MainVar++] = new Fix("9/6/2004", "./log/img/img_4741.jpg", "Trim servo access hole #1", "empennage", "Trim servo access hole")
MainArray[MainVar++] = new Fix("9/6/2004", "./log/img/img_4739.jpg", "Trim servo access hole #2", "empennage", "Trim servo access hole")
MainArray[MainVar++] = new Fix("9/10/2004", "./log/img/img_4751.jpg", "Bending elevator tabs #0", "empennage", "Bending elevator tabs")
MainArray[MainVar++] = new Fix("9/10/2004", "./log/img/img_4752.jpg", "Bending elevator tabs #1", "empennage", "Bending elevator tabs")
MainArray[MainVar++] = new Fix("9/10/2004", "./log/img/img_4755.jpg", "Left elevator understructure #0", "empennage", "Left elevator understructure")
MainArray[MainVar++] = new Fix("9/11/2004", "./log/img/img_4754.jpg", "More understructure work #0", "empennage", "More understructure work")
MainArray[MainVar++] = new Fix("9/11/2004", "./log/img/img_4758.jpg", "More understructure work #1", "empennage", "More understructure work")
MainArray[MainVar++] = new Fix("9/11/2004", "./log/img/img_4759.jpg", "More understructure work #2", "empennage", "More understructure work")
MainArray[MainVar++] = new Fix("9/11/2004", "./log/img/img_4760.jpg", "Right elevator skin riveting #0", "empennage", "Right elevator skin riveting")
MainArray[MainVar++] = new Fix("9/11/2004", "./log/img/img_4763.jpg", "Right elevator skin riveting #1", "empennage", "Right elevator skin riveting")
MainArray[MainVar++] = new Fix("9/11/2004", "./log/img/img_4764.jpg", "Right elevator skin riveting #2", "empennage", "Right elevator skin riveting")
MainArray[MainVar++] = new Fix("9/11/2004", "./log/img/img_4766.jpg", "Trim servo mount #0", "empennage", "Trim servo mount")
MainArray[MainVar++] = new Fix("9/11/2004", "./log/img/img_4768.jpg", "Trim servo mount #1", "empennage", "Trim servo mount")
MainArray[MainVar++] = new Fix("9/13/2004", "./log/img/img_4821.jpg", "Mounting the trim tab #0", "empennage", "Mounting the trim tab")
MainArray[MainVar++] = new Fix("9/13/2004", "./log/img/img_4820.jpg", "Mounting the trim tab #1", "empennage", "Mounting the trim tab")
MainArray[MainVar++] = new Fix("9/13/2004", "./log/img/img_4828.jpg", "Mounting the trim tab #2", "empennage", "Mounting the trim tab")
MainArray[MainVar++] = new Fix("9/24/2004", "./log/img/img_4835.jpg", "Trim tab rivets #0", "empennage", "Trim tab rivets")
MainArray[MainVar++] = new Fix("9/26/2004", "./log/img/img_4838.jpg", "Rolling leading edge on right elevator #0", "empennage", "Rolling leading edge on right elevator")
MainArray[MainVar++] = new Fix("9/26/2004", "./log/img/img_4841.jpg", "Rolling leading edge on right elevator #1", "empennage", "Rolling leading edge on right elevator")
MainArray[MainVar++] = new Fix("9/26/2004", "./log/img/img_4842.jpg", "Rolling leading edge on right elevator #2", "empennage", "Rolling leading edge on right elevator")
MainArray[MainVar++] = new Fix("9/26/2004", "./log/img/img_4845.jpg", "Rod end bearing tool #0", "empennage", "Rod end bearing tool")
MainArray[MainVar++] = new Fix("9/27/2004", "./log/img/img_4858.jpg", "Rolling leading edge on left elevator #0", "empennage", "Rolling leading edge on left elevator")
MainArray[MainVar++] = new Fix("9/27/2004", "./log/img/img_4859.jpg", "Rolling leading edge on left elevator #1", "empennage", "Rolling leading edge on left elevator")
MainArray[MainVar++] = new Fix("9/27/2004", "./log/img/img_4862.jpg", "Rolling leading edge on left elevator #2", "empennage", "Rolling leading edge on left elevator")
MainArray[MainVar++] = new Fix("1/1/2005", "./log/img/img_5082.jpg", "Hung the elevators #0", "empennage", "Hung the elevators")
MainArray[MainVar++] = new Fix("1/1/2005", "./log/img/img_5085.jpg", "Hung the elevators #1", "empennage", "Hung the elevators")
MainArray[MainVar++] = new Fix("1/1/2005", "./log/img/img_5081.jpg", "Swinging the elevators #0", "empennage", "Swinging the elevators")
MainArray[MainVar++] = new Fix("1/1/2005", "./log/img/img_5087.jpg", "Swinging the elevators #1", "empennage", "Swinging the elevators")
MainArray[MainVar++] = new Fix("1/14/2005", "./log/img/img_5166.jpg", "QB Kit Arrival #0", "empennage", "QB Kit Arrival")
MainArray[MainVar++] = new Fix("1/14/2005", "./log/img/img_5178.jpg", "QB Kit Arrival #1", "empennage", "QB Kit Arrival")
MainArray[MainVar++] = new Fix("1/14/2005", "./log/img/img_5169.jpg", "QB Kit Arrival #2", "empennage", "QB Kit Arrival")
MainArray[MainVar++] = new Fix("1/16/2005", "./log/img/img_5197.jpg", "Aileron brackets #0", "wings", "Aileron brackets")
MainArray[MainVar++] = new Fix("1/16/2005", "./log/img/img_5198.jpg", "Aileron brackets #1", "wings", "Aileron brackets")
MainArray[MainVar++] = new Fix("1/16/2005", "./log/img/img_5210.jpg", "Aileron gap fairing #0", "wings", "Aileron gap fairing")
MainArray[MainVar++] = new Fix("1/16/2005", "./log/img/img_5197.jpg", "Aileron gap fairing #1", "wings", "Aileron gap fairing")
MainArray[MainVar++] = new Fix("1/16/2005", "./log/img/img_5203.jpg", "Drill long aileron pushrods #0", "wings", "Drill long aileron pushrods")
MainArray[MainVar++] = new Fix("1/17/2005", "./log/img/img_5204.jpg", "Riveted aileron pushrods #0", "wings", "Riveted aileron pushrods")
MainArray[MainVar++] = new Fix("1/17/2005", "./log/img/img_5201.jpg", "Match drill lower right skin #0", "wings", "Match drill lower right skin")
MainArray[MainVar++] = new Fix("1/18/2005", "./log/img/img_5201.jpg", "Match drill lower right skin #0", "wings", "Match drill lower right skin")
MainArray[MainVar++] = new Fix("1/18/2005", "./log/img/img_5214.jpg", "Mount Gretz pitot bracket #0", "wings", "Mount Gretz pitot bracket")
MainArray[MainVar++] = new Fix("1/18/2005", "./log/img/img_5215.jpg", "Mount Gretz pitot bracket #1", "wings", "Mount Gretz pitot bracket")
MainArray[MainVar++] = new Fix("1/18/2005", "./log/img/img_5221.jpg", "Mount Gretz pitot bracket #2", "wings", "Mount Gretz pitot bracket")
MainArray[MainVar++] = new Fix("1/18/2005", "./log/img/img_5223.jpg", "Finish right landing light - with woes #0", "wings", "Finish right landing light - with woes")
MainArray[MainVar++] = new Fix("1/18/2005", "./log/img/img_5226.jpg", "Finish right landing light - with woes #1", "wings", "Finish right landing light - with woes")
MainArray[MainVar++] = new Fix("1/18/2005", "./log/img/img_5227.jpg", "Finish right landing light - with woes #2", "wings", "Finish right landing light - with woes")
MainArray[MainVar++] = new Fix("1/22/2005", "./log/img/img_5231.jpg", "Left aileron hinge brackets, short aileron pushrod #0", "wings", "Left aileron hinge brackets, short aileron pushrod")
MainArray[MainVar++] = new Fix("1/22/2005", "./log/img/img_5247.jpg", "Left aileron hinge brackets, short aileron pushrod #1", "wings", "Left aileron hinge brackets, short aileron pushrod")
MainArray[MainVar++] = new Fix("1/22/2005", "./log/img/img_5235.jpg", "Cut landing light hole on left side #0", "wings", "Cut landing light hole on left side")
MainArray[MainVar++] = new Fix("1/22/2005", "./log/img/img_5239.jpg", "Cut landing light hole on left side #1", "wings", "Cut landing light hole on left side")
MainArray[MainVar++] = new Fix("1/22/2005", "./log/img/img_5240.jpg", "Cut landing light hole on left side #2", "wings", "Cut landing light hole on left side")
MainArray[MainVar++] = new Fix("1/23/2005", "./log/img/img_5257.jpg", "Removed and replaced snap bushings. #0", "wings", "Removed and replaced snap bushings.")
MainArray[MainVar++] = new Fix("1/23/2005", "./log/img/img_5256.jpg", "Removed and replaced snap bushings. #1", "wings", "Removed and replaced snap bushings.")
MainArray[MainVar++] = new Fix("1/23/2005", "./log/img/img_5266.jpg", "Finished left landing light #0", "empennage", "Finished left landing light")
MainArray[MainVar++] = new Fix("1/23/2005", "./log/img/img_5254.jpg", "Finished left landing light #1", "empennage", "Finished left landing light")
MainArray[MainVar++] = new Fix("1/23/2005", "./log/img/img_5255.jpg", "Finished left landing light #2", "empennage", "Finished left landing light")
MainArray[MainVar++] = new Fix("1/24/2005", "./log/img/img_5263.jpg", "Testing snap bushing openings #0", "wings", "Testing snap bushing openings")
MainArray[MainVar++] = new Fix("1/24/2005", "./log/img/img_5265.jpg", "Testing snap bushing openings #1", "wings", "Testing snap bushing openings")
MainArray[MainVar++] = new Fix("1/25/2005", "./log/img/img_5281.jpg", "Worked on brake pedals #0", "fuselage", "Worked on brake pedals")
MainArray[MainVar++] = new Fix("1/25/2005", "./log/img/img_5283.jpg", "Worked on brake pedals #1", "fuselage", "Worked on brake pedals")
MainArray[MainVar++] = new Fix("1/25/2005", "./log/img/img_5284.jpg", "Worked on brake pedals #2", "fuselage", "Worked on brake pedals")
MainArray[MainVar++] = new Fix("1/26/2005", "./log/img/img_5288.jpg", "Finished brake pedals #0", "fuselage", "Finished brake pedals")
MainArray[MainVar++] = new Fix("1/26/2005", "./log/img/img_5287.jpg", "Finished brake pedals #1", "fuselage", "Finished brake pedals")
MainArray[MainVar++] = new Fix("1/26/2005", "./log/img/img_5291.jpg", "Made elevator bellcrank assembly #0", "fuselage", "Made elevator bellcrank assembly")
MainArray[MainVar++] = new Fix("1/26/2005", "./log/img/img_5292.jpg", "Made elevator bellcrank assembly #1", "fuselage", "Made elevator bellcrank assembly")
MainArray[MainVar++] = new Fix("1/29/2005", "./log/img/img_5307.jpg", "Making miscellaneous fuse parts #0", "fuselage", "Making miscellaneous fuse parts")
MainArray[MainVar++] = new Fix("1/30/2005", "./log/img/img_5294.jpg", "Enlarging holes for pitot and aoa tubing #0", "wings", "Enlarging holes for pitot and aoa tubing")
MainArray[MainVar++] = new Fix("1/30/2005", "./log/img/img_5304.jpg", "Enlarging holes for pitot and aoa tubing #1", "wings", "Enlarging holes for pitot and aoa tubing")
MainArray[MainVar++] = new Fix("1/30/2005", "./log/img/img_5295.jpg", "Dimpled wing skins #0", "wings", "Dimpled wing skins")
MainArray[MainVar++] = new Fix("1/30/2005", "./log/img/img_5298.jpg", "Dimpled wing skins #1", "wings", "Dimpled wing skins")
MainArray[MainVar++] = new Fix("1/30/2005", "./log/img/img_5303.jpg", "Mounted aileron #0", "wings", "Mounted aileron")
MainArray[MainVar++] = new Fix("1/30/2005", "./log/img/img_5302.jpg", "Mounted aileron #1", "wings", "Mounted aileron")
MainArray[MainVar++] = new Fix("1/30/2005", "./log/img/img_5300.jpg", "Running wires and tubes in left wing #0", "wings", "Running wires and tubes in left wing")
MainArray[MainVar++] = new Fix("1/30/2005", "./log/img/img_5304.jpg", "Running wires and tubes in left wing #1", "wings", "Running wires and tubes in left wing")
MainArray[MainVar++] = new Fix("1/30/2005", "./log/img/img_5305.jpg", "Running wires and tubes in left wing #2", "wings", "Running wires and tubes in left wing")
MainArray[MainVar++] = new Fix("1/31/2005", "./log/img/img_5308.jpg", "Drilled brake pedals to brake cylinder #0", "fuselage", "Drilled brake pedals to brake cylinder")
MainArray[MainVar++] = new Fix("1/31/2005", "./log/img/img_5309.jpg", "Drilled brake pedals to brake cylinder #1", "fuselage", "Drilled brake pedals to brake cylinder")
MainArray[MainVar++] = new Fix("1/31/2005", "./log/img/img_5313.jpg", "Made long elevator pushrod (F-790) #0", "fuselage", "Made long elevator pushrod (F-790)")
MainArray[MainVar++] = new Fix("1/31/2005", "./log/img/img_5315.jpg", "Made long elevator pushrod (F-790) #1", "fuselage", "Made long elevator pushrod (F-790)")
MainArray[MainVar++] = new Fix("2/1/2005", "./log/img/img_5319.jpg", "Received the DigiTrak #0", "wings", "Received the DigiTrak")
MainArray[MainVar++] = new Fix("2/2/2005", "./log/img/img_5329.jpg", "Mounted Roll Servo #0", "wings", "Mounted Roll Servo")
MainArray[MainVar++] = new Fix("2/3/2005", "./log/img/img_5325.jpg", "Riveting bottom left wing skin #0", "wings", "Riveting bottom left wing skin")
MainArray[MainVar++] = new Fix("2/3/2005", "./log/img/img_5327.jpg", "Riveting bottom left wing skin #1", "wings", "Riveting bottom left wing skin")
MainArray[MainVar++] = new Fix("2/5/2005", "./log/img/img_5331.jpg", "Finished skinning left wing #0", "wings", "Finished skinning left wing")
MainArray[MainVar++] = new Fix("2/5/2005", "./log/img/img_5332.jpg", "Finished skinning left wing #1", "wings", "Finished skinning left wing")
MainArray[MainVar++] = new Fix("2/6/2005", "./log/img/img_5336.jpg", "Attaching nutplates for inspection cover #0", "wings", "Attaching nutplates for inspection cover")
MainArray[MainVar++] = new Fix("2/6/2005", "./log/img/img_5334.jpg", "Snap bushings in right wing #0", "wings", "Snap bushings in right wing")
MainArray[MainVar++] = new Fix("2/6/2005", "./log/img/img_5339.jpg", "Snap bushings in right wing #1", "wings", "Snap bushings in right wing")
MainArray[MainVar++] = new Fix("2/7/2005", "./log/img/img_5340.jpg", "Mounted left flap and reinstalled roll servo #0", "wings", "Mounted left flap and reinstalled roll servo")
MainArray[MainVar++] = new Fix("2/7/2005", "./log/img/img_5341.jpg", "Mounted left flap and reinstalled roll servo #1", "wings", "Mounted left flap and reinstalled roll servo")
MainArray[MainVar++] = new Fix("2/8/2005", "./log/img/img_5344.jpg", "Drill seat back support angles #0", "fuselage", "Drill seat back support angles")
MainArray[MainVar++] = new Fix("2/8/2005", "./log/img/img_5348.jpg", "Drill seat back support angles #1", "fuselage", "Drill seat back support angles")
MainArray[MainVar++] = new Fix("2/10/2005", "./log/img/img_5361.jpg", "Frustration with riveting lower right wing skin #0", "wings", "Frustration with riveting lower right wing skin")
MainArray[MainVar++] = new Fix("2/10/2005", "./log/img/img_5360.jpg", "Frustration with riveting lower right wing skin #1", "wings", "Frustration with riveting lower right wing skin")
MainArray[MainVar++] = new Fix("2/13/2005", "./log/img/img_5371.jpg", "Seat back brace #0", "fuselage", "Seat back brace")
MainArray[MainVar++] = new Fix("2/13/2005", "./log/img/img_5370.jpg", "Seat back brace #1", "fuselage", "Seat back brace")
MainArray[MainVar++] = new Fix("2/14/2005", "./log/img/img_5372.jpg", "Riveting seat parts #0", "empennage", "Riveting seat parts")
MainArray[MainVar++] = new Fix("2/14/2005", "./log/img/img_5373.jpg", "Riveting seat parts #1", "empennage", "Riveting seat parts")
MainArray[MainVar++] = new Fix("2/15/2005", "./log/img/img_5410.jpg", "Riveted co-pilot seat #0", "fuselage", "Riveted co-pilot seat")
MainArray[MainVar++] = new Fix("2/15/2005", "./log/img/img_5411.jpg", "Riveted co-pilot seat #1", "fuselage", "Riveted co-pilot seat")
MainArray[MainVar++] = new Fix("2/21/2005", "./log/img/img_5397.jpg", "Installed nutplates on rear inspection panel #0", "fuselage", "Installed nutplates on rear inspection panel")
MainArray[MainVar++] = new Fix("2/21/2005", "./log/img/img_5405.jpg", "Trimmed hole and fit step #0", "fuselage", "Trimmed hole and fit step")
MainArray[MainVar++] = new Fix("2/21/2005", "./log/img/img_5399.jpg", "Trimmed hole and fit step #1", "fuselage", "Trimmed hole and fit step")
MainArray[MainVar++] = new Fix("2/22/2005", "./log/img/img_5408.jpg", "Tunnel cover z-angle (F-741) #0", "fuselage", "Tunnel cover z-angle (F-741)")
MainArray[MainVar++] = new Fix("3/4/2005", "./log/img/img_5648.jpg", "Nutplates for baggage floor #0", "fuselage", "Nutplates for baggage floor")
MainArray[MainVar++] = new Fix("3/5/2005", "./log/img/img_5686.jpg", "Finishing baggage floor and tunnel cover #0", "fuselage", "Finishing baggage floor and tunnel cover")
MainArray[MainVar++] = new Fix("3/5/2005", "./log/img/img_5683.jpg", "Finishing baggage floor and tunnel cover #1", "fuselage", "Finishing baggage floor and tunnel cover")
MainArray[MainVar++] = new Fix("3/6/2005", "./log/img/img_5689.jpg", "Started flap actuator install #0", "fuselage", "Started flap actuator install")
MainArray[MainVar++] = new Fix("3/6/2005", "./log/img/img_5690.jpg", "Started flap actuator install #1", "fuselage", "Started flap actuator install")
MainArray[MainVar++] = new Fix("3/12/2005", "./log/img/img_5751.jpg", "Finished right wing riveting #0", "wings", "Finished right wing riveting")
MainArray[MainVar++] = new Fix("3/13/2005", "./log/img/img_5747.jpg", "Mounted right flap #0", "wings", "Mounted right flap")
MainArray[MainVar++] = new Fix("3/13/2005", "./log/img/img_5750.jpg", "Mounted right flap #1", "wings", "Mounted right flap")
MainArray[MainVar++] = new Fix("3/13/2005", "./log/img/img_5751.jpg", "Mounted right flap #2", "wings", "Mounted right flap")
MainArray[MainVar++] = new Fix("3/14/2005", "./log/img/img_5757.jpg", "Drilled left step to fuse #0", "fuselage", "Drilled left step to fuse")
MainArray[MainVar++] = new Fix("3/14/2005", "./log/img/img_5758.jpg", "Drilled left step to fuse #1", "fuselage", "Drilled left step to fuse")
MainArray[MainVar++] = new Fix("3/14/2005", "./log/img/img_5760.jpg", "Drilled left step to fuse #2", "fuselage", "Drilled left step to fuse")
MainArray[MainVar++] = new Fix("3/19/2005", "./log/img/img_5778.jpg", "Flap actuator installation #0", "fuselage", "Flap actuator installation")
MainArray[MainVar++] = new Fix("3/19/2005", "./log/img/img_5785.jpg", "Flap actuator installation #1", "fuselage", "Flap actuator installation")
MainArray[MainVar++] = new Fix("3/19/2005", "./log/img/img_5788.jpg", "Flap actuator installation #2", "fuselage", "Flap actuator installation")
MainArray[MainVar++] = new Fix("3/20/2005", "./log/img/img_5793.jpg", "Center cabin cover #0", "fuselage", "Center cabin cover")
MainArray[MainVar++] = new Fix("3/20/2005", "./log/img/img_5804.jpg", "Did some aviating today #0", "other", "Did some aviating today")
MainArray[MainVar++] = new Fix("3/22/2005", "./log/img/img_5818.jpg", "More holes in fuselage - gear weldments #0", "fuselage", "More holes in fuselage - gear weldments")
MainArray[MainVar++] = new Fix("3/22/2005", "./log/img/img_5823.jpg", "More holes in fuselage - gear weldments #1", "fuselage", "More holes in fuselage - gear weldments")
MainArray[MainVar++] = new Fix("3/22/2005", "./log/img/img_5824.jpg", "More holes in fuselage - gear weldments #2", "fuselage", "More holes in fuselage - gear weldments")
MainArray[MainVar++] = new Fix("3/29/2005", "./log/img/img_5870.jpg", "Permanently mounted steps to fuselage #0", "fuselage", "Permanently mounted steps to fuselage")
MainArray[MainVar++] = new Fix("3/29/2005", "./log/img/img_5868.jpg", "Permanently mounted steps to fuselage #1", "fuselage", "Permanently mounted steps to fuselage")
MainArray[MainVar++] = new Fix("4/2/2005", "./log/img/img_5866.jpg", "Drilled for static ports #0", "fuselage", "Drilled for static ports")
MainArray[MainVar++] = new Fix("4/5/2005", "./log/img/img_5919.jpg", "Andair fuel selector & Airflow Performance Pump #0", "fuselage", "Andair fuel selector & Airflow Performance Pump")
MainArray[MainVar++] = new Fix("4/5/2005", "./log/img/img_5920.jpg", "Andair fuel selector & Airflow Performance Pump #1", "fuselage", "Andair fuel selector & Airflow Performance Pump")
MainArray[MainVar++] = new Fix("4/5/2005", "./log/img/img_5921.jpg", "Andair fuel selector & Airflow Performance Pump #2", "fuselage", "Andair fuel selector & Airflow Performance Pump")
MainArray[MainVar++] = new Fix("4/12/2005", "./log/img/img_5980.jpg", "Started interior painting #0", "fuselage", "Started interior painting")
MainArray[MainVar++] = new Fix("4/13/2005", "./log/img/img_5981.jpg", "Fuselage is painted #0", "fuselage", "Fuselage is painted")
MainArray[MainVar++] = new Fix("4/13/2005", "./log/img/img_5982.jpg", "Fuselage is painted #1", "fuselage", "Fuselage is painted")
MainArray[MainVar++] = new Fix("4/14/2005", "./log/img/img_5987.jpg", "Painted the fuselage - again #0", "fuselage", "Painted the fuselage - again")
MainArray[MainVar++] = new Fix("4/14/2005", "./log/img/img_5986.jpg", "Painted the fuselage - again #1", "fuselage", "Painted the fuselage - again")
MainArray[MainVar++] = new Fix("4/15/2005", "./log/img/img_6052.jpg", "Installed landing gear mounts #0", "fuselage", "Installed landing gear mounts")
MainArray[MainVar++] = new Fix("4/16/2005", "./log/img/img_6082.jpg", "Center cabin cover #0", "fuselage", "Center cabin cover")
MainArray[MainVar++] = new Fix("4/16/2005", "./log/img/img_6083.jpg", "Center cabin cover #1", "fuselage", "Center cabin cover")
MainArray[MainVar++] = new Fix("4/16/2005", "./log/img/img_6085.jpg", "Center cabin cover #2", "fuselage", "Center cabin cover")
MainArray[MainVar++] = new Fix("4/17/2005", "./log/img/img_6087.jpg", "Installed control sticks #0", "fuselage", "Installed control sticks")
MainArray[MainVar++] = new Fix("4/18/2005", "./log/img/img_6089.jpg", "Began electric aileron trim install #0", "empennage", "Began electric aileron trim install")
MainArray[MainVar++] = new Fix("4/18/2005", "./log/img/img_6095.jpg", "Began electric aileron trim install #1", "empennage", "Began electric aileron trim install")
MainArray[MainVar++] = new Fix("4/18/2005", "./log/img/img_6093.jpg", "Began electric aileron trim install #2", "empennage", "Began electric aileron trim install")
MainArray[MainVar++] = new Fix("4/19/2005", "./log/img/img_6111.jpg", "Installing aileron trim servo #0", "fuselage", "Installing aileron trim servo")
MainArray[MainVar++] = new Fix("4/19/2005", "./log/img/img_6108.jpg", "Installing aileron trim servo #1", "fuselage", "Installing aileron trim servo")
MainArray[MainVar++] = new Fix("4/19/2005", "./log/img/img_6112.jpg", "Installing aileron trim servo #2", "fuselage", "Installing aileron trim servo")
MainArray[MainVar++] = new Fix("4/28/2005", "./log/img/img_6261.jpg", "Finished the tubes on high pressure fuel pump #0", "fuselage", "Finished the tubes on high pressure fuel pump")
MainArray[MainVar++] = new Fix("4/29/2005", "./log/img/img_6264.jpg", "Making the fuel pump truly vertical #0", "fuselage", "Making the fuel pump truly vertical")
MainArray[MainVar++] = new Fix("4/29/2005", "./log/img/img_6260.jpg", "Installed a static air line #0", "fuselage", "Installed a static air line")
MainArray[MainVar++] = new Fix("5/1/2005", "./log/img/img_6280.jpg", "Fabricated parts for cabin frame #0", "fuselage", "Fabricated parts for cabin frame")
MainArray[MainVar++] = new Fix("5/1/2005", "./log/img/img_6283.jpg", "Fabricated parts for cabin frame #1", "fuselage", "Fabricated parts for cabin frame")
MainArray[MainVar++] = new Fix("5/2/2005", "./log/img/img_6286.jpg", "Remaking the brake pedals #0", "fuselage", "Remaking the brake pedals")
MainArray[MainVar++] = new Fix("5/3/2005", "./log/img/img_6284.jpg", "Riveted brake pedals #0", "fuselage", "Riveted brake pedals")
MainArray[MainVar++] = new Fix("5/3/2005", "./log/img/img_6285.jpg", "Riveted brake pedals #1", "fuselage", "Riveted brake pedals")
MainArray[MainVar++] = new Fix("5/7/2005", "./log/img/img_6349.jpg", "Finalized rudder pedal location #0", "other", "Finalized rudder pedal location")
MainArray[MainVar++] = new Fix("5/7/2005", "./log/img/img_6349.jpg", "Fuel vent frustrations! #0", "other", "Fuel vent frustrations!")
MainArray[MainVar++] = new Fix("5/7/2005", "./log/img/img_6350.jpg", "Fuel vent frustrations! #1", "other", "Fuel vent frustrations!")
MainArray[MainVar++] = new Fix("5/7/2005", "./log/img/img_6343.jpg", "Fuel vent frustrations! #2", "other", "Fuel vent frustrations!")
MainArray[MainVar++] = new Fix("5/9/2005", "./log/img/img_6353.jpg", "More tubing experience #0", "other", "More tubing experience")
MainArray[MainVar++] = new Fix("5/9/2005", "./log/img/img_6352.jpg", "More tubing experience #1", "other", "More tubing experience")
MainArray[MainVar++] = new Fix("5/9/2005", "./log/img/img_6356.jpg", "The cutest RV pilot #0", "other", "The cutest RV pilot")
MainArray[MainVar++] = new Fix("5/10/2005", "./log/img/img_6358.jpg", "Match drilled aft top skin #0", "fuselage", "Match drilled aft top skin")
MainArray[MainVar++] = new Fix("5/10/2005", "./log/img/img_6357.jpg", "Match drilled aft top skin #1", "fuselage", "Match drilled aft top skin")
MainArray[MainVar++] = new Fix("5/13/2005", "./log/img/img_6363.jpg", "Began cabin frame assembly #0", "fuselage", "Began cabin frame assembly")
MainArray[MainVar++] = new Fix("5/14/2005", "./log/img/img_6365.jpg", "More cabin frame work #0", "fuselage", "More cabin frame work")
MainArray[MainVar++] = new Fix("5/14/2005", "./log/img/img_6367.jpg", "More cabin frame work #1", "fuselage", "More cabin frame work")
MainArray[MainVar++] = new Fix("5/14/2005", "./log/img/img_6368.jpg", "More cabin frame work #2", "fuselage", "More cabin frame work")
MainArray[MainVar++] = new Fix("5/15/2005", "./log/img/img_6370.jpg", "Cabin frame is finished #0", "fuselage", "Cabin frame is finished")
MainArray[MainVar++] = new Fix("5/15/2005", "./log/img/img_6371.jpg", "Cabin frame is finished #1", "fuselage", "Cabin frame is finished")
MainArray[MainVar++] = new Fix("5/16/2005", "./log/img/img_6372.jpg", "Mounting cabin frame #0", "fuselage", "Mounting cabin frame")
MainArray[MainVar++] = new Fix("5/16/2005", "./log/img/img_6373.jpg", "Mounting cabin frame #1", "fuselage", "Mounting cabin frame")
MainArray[MainVar++] = new Fix("5/16/2005", "./log/img/img_6376.jpg", "Mounting cabin frame #2", "fuselage", "Mounting cabin frame")
MainArray[MainVar++] = new Fix("5/19/2005", "./log/img/img_6377.jpg", "Finish kit arrives #0", "empennage", "Finish kit arrives")
MainArray[MainVar++] = new Fix("5/19/2005", "./log/img/img_6381.jpg", "Finish kit arrives #1", "empennage", "Finish kit arrives")
MainArray[MainVar++] = new Fix("5/19/2005", "./log/img/img_6382.jpg", "Finish kit arrives #2", "empennage", "Finish kit arrives")
MainArray[MainVar++] = new Fix("5/24/2005", "./log/img/img_6425.jpg", "Installed elevator pushrod and even more tubing #0", "fuselage", "Installed elevator pushrod and even more tubing")
MainArray[MainVar++] = new Fix("5/24/2005", "./log/img/img_6424.jpg", "Installed elevator pushrod and even more tubing #1", "fuselage", "Installed elevator pushrod and even more tubing")
MainArray[MainVar++] = new Fix("5/24/2005", "./log/img/img_6423.jpg", "Installed elevator pushrod and even more tubing #2", "fuselage", "Installed elevator pushrod and even more tubing")
MainArray[MainVar++] = new Fix("5/25/2005", "./log/img/img_6426.jpg", "Attached brake pedals #0", "canopy", "Attached brake pedals")
MainArray[MainVar++] = new Fix("5/27/2005", "./log/img/img_6427.jpg", "Canopy latch handle cutout #0", "canopy", "Canopy latch handle cutout")
MainArray[MainVar++] = new Fix("5/27/2005", "./log/img/img_6431.jpg", "Canopy latch handle cutout #1", "canopy", "Canopy latch handle cutout")
MainArray[MainVar++] = new Fix("5/28/2005", "./log/img/img_6437.jpg", "Work continues on canopy latch handle #0", "canopy", "Work continues on canopy latch handle")
MainArray[MainVar++] = new Fix("5/28/2005", "./log/img/img_6433.jpg", "Work continues on canopy latch handle #1", "canopy", "Work continues on canopy latch handle")
MainArray[MainVar++] = new Fix("5/28/2005", "./log/img/img_6434.jpg", "Work continues on canopy latch handle #2", "canopy", "Work continues on canopy latch handle")
MainArray[MainVar++] = new Fix("5/29/2005", "./log/img/img_6434.jpg", "Final fit and finish of canopy latch handle #0", "canopy", "Final fit and finish of canopy latch handle")
MainArray[MainVar++] = new Fix("5/31/2005", "./log/img/img_6452.jpg", "Working on the modular panel #0", "fuselage", "Working on the modular panel")
MainArray[MainVar++] = new Fix("5/31/2005", "./log/img/img_6453.jpg", "Working on the modular panel #1", "fuselage", "Working on the modular panel")
MainArray[MainVar++] = new Fix("6/1/2005", "./log/img/img_6455.jpg", "Finished F-703B angle for isntrument panel #0", "empennage", "Finished F-703B angle for isntrument panel")
MainArray[MainVar++] = new Fix("6/6/2005", "./log/img/img_6463.jpg", "Running brake lines #0", "fuselage", "Running brake lines")
MainArray[MainVar++] = new Fix("6/6/2005", "./log/img/img_6462.jpg", "Riveting fuel tank attach angle and canopy latch #0", "fuselage", "Riveting fuel tank attach angle and canopy latch")
MainArray[MainVar++] = new Fix("6/6/2005", "./log/img/img_6468.jpg", "Riveting fuel tank attach angle and canopy latch #1", "fuselage", "Riveting fuel tank attach angle and canopy latch")
MainArray[MainVar++] = new Fix("6/6/2005", "./log/img/img_6466.jpg", "Riveting fuel tank attach angle and canopy latch #2", "fuselage", "Riveting fuel tank attach angle and canopy latch")
MainArray[MainVar++] = new Fix("6/9/2005", "./log/img/img_6484.jpg", "Christmas in June #0", "other", "Christmas in June")
MainArray[MainVar++] = new Fix("6/10/2005", "./log/img/img_6487.jpg", "Drilling UMHW blocks for the tip-up frame #0", "canopy", "Drilling UMHW blocks for the tip-up frame")
MainArray[MainVar++] = new Fix("6/10/2005", "./log/img/img_6494.jpg", "Drilling UMHW blocks for the tip-up frame #1", "canopy", "Drilling UMHW blocks for the tip-up frame")
MainArray[MainVar++] = new Fix("6/10/2005", "./log/img/img_6496.jpg", "Drilling UMHW blocks for the tip-up frame #2", "canopy", "Drilling UMHW blocks for the tip-up frame")
MainArray[MainVar++] = new Fix("6/12/2005", "./log/img/img_6566.jpg", "The Mothership #0", "other", "The Mothership")
MainArray[MainVar++] = new Fix("6/12/2005", "./log/img/img_6565.jpg", "The Mothership #1", "other", "The Mothership")
MainArray[MainVar++] = new Fix("6/14/2005", "./log/img/img_6587.jpg", "Fuel selector woes fixed #0", "fuselage", "Fuel selector woes fixed")
MainArray[MainVar++] = new Fix("6/15/2005", "./log/img/img_6584.jpg", "Strobe power supply mount #0", "fuselage", "Strobe power supply mount")
MainArray[MainVar++] = new Fix("6/20/2005", "./log/img/img_6637.jpg", "Fitting the tip-up frame #0", "canopy", "Fitting the tip-up frame")
MainArray[MainVar++] = new Fix("6/20/2005", "./log/img/img_6638.jpg", "Fitting the tip-up frame #1", "canopy", "Fitting the tip-up frame")
MainArray[MainVar++] = new Fix("6/20/2005", "./log/img/img_6641.jpg", "Fitting the tip-up frame #2", "canopy", "Fitting the tip-up frame")
MainArray[MainVar++] = new Fix("6/21/2005", "./log/img/img_6643.jpg", "Canopy latch access hole and static line pass thro #0", "canopy", "Canopy latch access hole and static line pass thro")
MainArray[MainVar++] = new Fix("6/21/2005", "./log/img/img_6645.jpg", "Canopy latch access hole and static line pass thro #1", "canopy", "Canopy latch access hole and static line pass thro")
MainArray[MainVar++] = new Fix("6/21/2005", "./log/img/img_6646.jpg", "Canopy latch access hole and static line pass thro #2", "canopy", "Canopy latch access hole and static line pass thro")
MainArray[MainVar++] = new Fix("6/22/2005", "./log/img/img_6652.jpg", "Drilled gooseneck hinges on canopy frame #0", "canopy", "Drilled gooseneck hinges on canopy frame")
MainArray[MainVar++] = new Fix("6/24/2005", "./log/img/img_6656.jpg", "More fitting of the frame #0", "canopy", "More fitting of the frame")
MainArray[MainVar++] = new Fix("6/25/2005", "./log/img/img_6653.jpg", "Attaching C-613 splice plates to frame #0", "canopy", "Attaching C-613 splice plates to frame")
MainArray[MainVar++] = new Fix("6/25/2005", "./log/img/img_6657.jpg", "Attaching C-613 splice plates to frame #1", "canopy", "Attaching C-613 splice plates to frame")
MainArray[MainVar++] = new Fix("6/25/2005", "./log/img/img_6662.jpg", "Attaching C-613 splice plates to frame #2", "canopy", "Attaching C-613 splice plates to frame")
MainArray[MainVar++] = new Fix("6/26/2005", "./log/img/img_6668.jpg", "Started cutting the canopy! #0", "canopy", "Started cutting the canopy!")
MainArray[MainVar++] = new Fix("6/27/2005", "./log/img/img_6673.jpg", "Trimming the canopy #0", "canopy", "Trimming the canopy")
MainArray[MainVar++] = new Fix("6/27/2005", "./log/img/img_6671.jpg", "Trimming the canopy #1", "canopy", "Trimming the canopy")
MainArray[MainVar++] = new Fix("6/27/2005", "./log/img/img_6680.jpg", "Trimming the canopy #2", "canopy", "Trimming the canopy")
MainArray[MainVar++] = new Fix("6/29/2005", "./log/img/img_6682.jpg", "Big cut is made! #0", "canopy", "Big cut is made!")
MainArray[MainVar++] = new Fix("6/29/2005", "./log/img/img_6683.jpg", "Trimming the canopy after the cut #0", "canopy", "Trimming the canopy after the cut")
MainArray[MainVar++] = new Fix("6/29/2005", "./log/img/img_6684.jpg", "Trimming the canopy after the cut #1", "canopy", "Trimming the canopy after the cut")
MainArray[MainVar++] = new Fix("6/29/2005", "./log/img/img_6686.jpg", "Trimming the canopy after the cut #2", "canopy", "Trimming the canopy after the cut")
MainArray[MainVar++] = new Fix("7/4/2005", "./log/img/img_6715.jpg", "Lots of canopy trimming #0", "fuselage", "Lots of canopy trimming")
MainArray[MainVar++] = new Fix("7/5/2005", "./log/img/img_6716.jpg", "Drilled holes for canopy attach bolts #0", "canopy", "Drilled holes for canopy attach bolts")
MainArray[MainVar++] = new Fix("7/5/2005", "./log/img/img_6720.jpg", "Drilled holes for canopy attach bolts #1", "canopy", "Drilled holes for canopy attach bolts")
MainArray[MainVar++] = new Fix("7/5/2005", "./log/img/img_6719.jpg", "Conduit to tail #0", "fuselage", "Conduit to tail")
MainArray[MainVar++] = new Fix("7/6/2005", "./log/img/img_6721.jpg", "Drilling the canopy #0", "canopy", "Drilling the canopy")
MainArray[MainVar++] = new Fix("7/6/2005", "./log/img/img_6723.jpg", "Drilling the canopy #1", "canopy", "Drilling the canopy")
MainArray[MainVar++] = new Fix("7/6/2005", "./log/img/img_6725.jpg", "Drilling the canopy #2", "canopy", "Drilling the canopy")
MainArray[MainVar++] = new Fix("7/7/2005", "./log/img/img_6729.jpg", "My canopy fix #0", "canopy", "My canopy fix")
MainArray[MainVar++] = new Fix("7/7/2005", "./log/img/img_6730.jpg", "My canopy fix #1", "canopy", "My canopy fix")
MainArray[MainVar++] = new Fix("7/7/2005", "./log/img/img_6731.jpg", "My canopy fix #2", "canopy", "My canopy fix")
MainArray[MainVar++] = new Fix("7/7/2005", "./log/img/img_6733.jpg", "Redrilled the canopy #0", "canopy", "Redrilled the canopy")
MainArray[MainVar++] = new Fix("7/7/2005", "./log/img/img_6734.jpg", "Redrilled the canopy #1", "canopy", "Redrilled the canopy")
MainArray[MainVar++] = new Fix("7/7/2005", "./log/img/img_6735.jpg", "Redrilled the canopy #2", "canopy", "Redrilled the canopy")
MainArray[MainVar++] = new Fix("7/10/2005", "./log/img/img_6752.jpg", "Instrument panel supports #0", "fuselage", "Instrument panel supports")
MainArray[MainVar++] = new Fix("7/10/2005", "./log/img/img_6754.jpg", "Instrument panel supports #1", "fuselage", "Instrument panel supports")
MainArray[MainVar++] = new Fix("7/10/2005", "./log/img/img_6751.jpg", "Instrument panel supports #2", "fuselage", "Instrument panel supports")
MainArray[MainVar++] = new Fix("7/11/2005", "./log/img/img_6756.jpg", "Misc fuse work #0", "fuselage", "Misc fuse work")
MainArray[MainVar++] = new Fix("7/13/2005", "./log/img/img_6759.jpg", "Repainted cabin - for the last time #0", "fuselage", "Repainted cabin - for the last time")
MainArray[MainVar++] = new Fix("7/13/2005", "./log/img/img_6760.jpg", "Repainted cabin - for the last time #1", "fuselage", "Repainted cabin - for the last time")
MainArray[MainVar++] = new Fix("7/14/2005", "./log/img/img_6764.jpg", "panel modification #0", "fuselage", "panel modification")
MainArray[MainVar++] = new Fix("7/22/2005", "./log/img/img_6805.jpg", "Riveted canopy skin #0", "canopy", "Riveted canopy skin")
MainArray[MainVar++] = new Fix("7/22/2005", "./log/img/img_6807.jpg", "Riveted canopy skin #1", "canopy", "Riveted canopy skin")
MainArray[MainVar++] = new Fix("7/27/2005", "./log/img/img_6802.jpg", "Finished painting the cabin...I think #0", "fuselage", "Finished painting the cabin...I think")
MainArray[MainVar++] = new Fix("7/27/2005", "./log/img/img_6809.jpg", "Finished painting the cabin...I think #1", "fuselage", "Finished painting the cabin...I think")
MainArray[MainVar++] = new Fix("7/27/2005", "./log/img/img_6804.jpg", "Riveted aft top skin #0", "fuselage", "Riveted aft top skin")
MainArray[MainVar++] = new Fix("7/30/2005", "./log/img/img_6813.jpg", "Canpoy brace kit #0", "canopy", "Canpoy brace kit")
MainArray[MainVar++] = new Fix("7/30/2005", "./log/img/img_6815.jpg", "Canpoy brace kit #1", "canopy", "Canpoy brace kit")
MainArray[MainVar++] = new Fix("8/7/2005", "./log/img/img_6854.jpg", "Back to normal #0", "fuselage", "Back to normal")
MainArray[MainVar++] = new Fix("8/7/2005", "./log/img/img_6855.jpg", "Back to normal #1", "fuselage", "Back to normal")
MainArray[MainVar++] = new Fix("8/9/2005", "./log/img/img_6880.jpg", "Final canopy trimming #0", "canopy", "Final canopy trimming")
MainArray[MainVar++] = new Fix("8/9/2005", "./log/img/img_6877.jpg", "Final canopy trimming #1", "canopy", "Final canopy trimming")
MainArray[MainVar++] = new Fix("8/9/2005", "./log/img/img_6884.jpg", "Clasps on reinforcement kit #0", "canopy", "Clasps on reinforcement kit")
MainArray[MainVar++] = new Fix("8/9/2005", "./log/img/img_6883.jpg", "Clasps on reinforcement kit #1", "canopy", "Clasps on reinforcement kit")
MainArray[MainVar++] = new Fix("8/10/2005", "./log/img/panel_final.jpg", "Panel layout #0", "other", "Panel layout")
MainArray[MainVar++] = new Fix("8/15/2005", "./log/img/img_7006.jpg", "Installing the sub-panel #0", "fuselage", "Installing the sub-panel")
MainArray[MainVar++] = new Fix("8/15/2005", "./log/img/img_7009.jpg", "Installing the sub-panel #1", "fuselage", "Installing the sub-panel")
MainArray[MainVar++] = new Fix("8/15/2005", "./log/img/img_7011.jpg", "Installing the sub-panel #2", "fuselage", "Installing the sub-panel")
MainArray[MainVar++] = new Fix("8/15/2005", "./log/img/img_7005.jpg", "Instrument panel cutouts are done #0", "fuselage", "Instrument panel cutouts are done")
MainArray[MainVar++] = new Fix("8/17/2005", "./log/img/img_7012.jpg", "Canopy side skirts #0", "canopy", "Canopy side skirts")
MainArray[MainVar++] = new Fix("8/17/2005", "./log/img/img_7014.jpg", "Canopy side skirts #1", "canopy", "Canopy side skirts")
MainArray[MainVar++] = new Fix("8/24/2005", "./log/img/img_7088.jpg", "Rear window frustrations #0", "canopy", "Rear window frustrations")
MainArray[MainVar++] = new Fix("8/25/2005", "./log/img/img_7084.jpg", "More thinking about the rear window #0", "canopy", "More thinking about the rear window")
MainArray[MainVar++] = new Fix("8/25/2005", "./log/img/img_7086.jpg", "More thinking about the rear window #1", "canopy", "More thinking about the rear window")
MainArray[MainVar++] = new Fix("8/29/2005", "./log/img/img_7116.jpg", "Redrilling rear window #0", "canopy", "Redrilling rear window")
MainArray[MainVar++] = new Fix("8/30/2005", "./log/img/img_7118.jpg", "Dressing the canopy #0", "canopy", "Dressing the canopy")
MainArray[MainVar++] = new Fix("9/11/2005", "./log/img/img_7370.jpg", "Mounted the ELT #0", "systems", "Mounted the ELT")
MainArray[MainVar++] = new Fix("9/11/2005", "./log/img/img_7371.jpg", "Mounted the ELT #1", "systems", "Mounted the ELT")
MainArray[MainVar++] = new Fix("9/11/2005", "./log/img/img_7382.jpg", "Mounted a fuseblock #0", "systems", "Mounted a fuseblock")
MainArray[MainVar++] = new Fix("9/12/2005", "./log/img/img_7379.jpg", "Mounted the strobe power supply #0", "systems", "Mounted the strobe power supply")
MainArray[MainVar++] = new Fix("9/12/2005", "./log/img/img_7376.jpg", "Rear window is on for good #0", "canopy", "Rear window is on for good")
MainArray[MainVar++] = new Fix("9/12/2005", "./log/img/img_7377.jpg", "Rear window is on for good #1", "canopy", "Rear window is on for good")
MainArray[MainVar++] = new Fix("9/12/2005", "./log/img/img_7380.jpg", "Rear window is on for good #2", "canopy", "Rear window is on for good")
MainArray[MainVar++] = new Fix("9/13/2005", "./log/img/img_7383.jpg", "Canopy strut mounts #0", "canopy", "Canopy strut mounts")
MainArray[MainVar++] = new Fix("9/18/2005", "./log/img/img_7429.jpg", "Permanently attaching the bubble #0", "canopy", "Permanently attaching the bubble")
MainArray[MainVar++] = new Fix("9/18/2005", "./log/img/img_7433.jpg", "Permanently attaching the bubble #1", "canopy", "Permanently attaching the bubble")
MainArray[MainVar++] = new Fix("9/25/2005", "./log/img/img_7465.jpg", "Mounting electrical goodies #0", "systems", "Mounting electrical goodies")
MainArray[MainVar++] = new Fix("9/25/2005", "./log/img/img_7472.jpg", "Mounting electrical goodies #1", "systems", "Mounting electrical goodies")
MainArray[MainVar++] = new Fix("9/26/2005", "./log/img/img_7468.jpg", "Battery box and ground tab block #0", "systems", "Battery box and ground tab block")
MainArray[MainVar++] = new Fix("9/26/2005", "./log/img/img_7473.jpg", "Battery box and ground tab block #1", "systems", "Battery box and ground tab block")
MainArray[MainVar++] = new Fix("9/26/2005", "./log/img/img_7475.jpg", "Fairing the front edge of the canopy #0", "canopy", "Fairing the front edge of the canopy")
MainArray[MainVar++] = new Fix("9/26/2005", "./log/img/img_7474.jpg", "Throttle quadrant #0", "fuselage", "Throttle quadrant")
MainArray[MainVar++] = new Fix("9/27/2005", "./log/img/img_7470.jpg", "Mounting Comm antenna #0", "systems", "Mounting Comm antenna")
MainArray[MainVar++] = new Fix("9/27/2005", "./log/img/img_7471.jpg", "Mounting Comm antenna #1", "systems", "Mounting Comm antenna")
MainArray[MainVar++] = new Fix("10/2/2005", "./log/img/img_7506.jpg", "Avionics trays #0", "panel", "Avionics trays")
MainArray[MainVar++] = new Fix("10/3/2005", "./log/img/img_7509.jpg", "Canopy side skirts #0", "canopy", "Canopy side skirts")
MainArray[MainVar++] = new Fix("10/3/2005", "./log/img/img_7508.jpg", "Canopy side skirts #1", "canopy", "Canopy side skirts")
MainArray[MainVar++] = new Fix("10/5/2005", "./log/img/img_7511.jpg", "Airgizmos panel dock #0", "panel", "Airgizmos panel dock")
MainArray[MainVar++] = new Fix("10/5/2005", "./log/img/img_7510.jpg", "Airgizmos panel dock #1", "panel", "Airgizmos panel dock")
MainArray[MainVar++] = new Fix("10/10/2005", "./log/img/img_7558.jpg", "Panel - starting to come together #0", "canopy", "Panel - starting to come together")
MainArray[MainVar++] = new Fix("10/10/2005", "./log/img/img_7559.jpg", "Panel - starting to come together #1", "canopy", "Panel - starting to come together")
MainArray[MainVar++] = new Fix("10/11/2005", "./log/img/dsc00813.jpg", "Glassing with Jeff #0", "canopy", "Glassing with Jeff")
MainArray[MainVar++] = new Fix("10/11/2005", "./log/img/dsc00812.jpg", "Glassing with Jeff #1", "canopy", "Glassing with Jeff")
MainArray[MainVar++] = new Fix("10/11/2005", "./log/img/dsc00815.jpg", "Glassing with Jeff #2", "canopy", "Glassing with Jeff")
MainArray[MainVar++] = new Fix("10/11/2005", "./log/img/dsc00816.jpg", "Smoothing with dacron #0", "canopy", "Smoothing with dacron")
MainArray[MainVar++] = new Fix("10/11/2005", "./log/img/dsc00817.jpg", "Smoothing with dacron #1", "canopy", "Smoothing with dacron")
MainArray[MainVar++] = new Fix("10/11/2005", "./log/img/dsc00819.jpg", "Smoothing with dacron #2", "canopy", "Smoothing with dacron")
MainArray[MainVar++] = new Fix("10/12/2005", "./log/img/img_7560.jpg", "Never ending sanding #0", "canopy", "Never ending sanding")
MainArray[MainVar++] = new Fix("10/12/2005", "./log/img/img_7561.jpg", "Never ending sanding #1", "canopy", "Never ending sanding")
MainArray[MainVar++] = new Fix("10/12/2005", "./log/img/img_7565.jpg", "Never ending sanding #2", "canopy", "Never ending sanding")
MainArray[MainVar++] = new Fix("10/17/2005", "./log/img/img_7567.jpg", "Relay stiffener plate #0", "fuselage", "Relay stiffener plate")
MainArray[MainVar++] = new Fix("10/19/2005", "./log/img/img_7577.jpg", "Starting the landing gear #0", "fuselage", "Starting the landing gear")
MainArray[MainVar++] = new Fix("10/19/2005", "./log/img/img_7574.jpg", "Starting the landing gear #1", "fuselage", "Starting the landing gear")
MainArray[MainVar++] = new Fix("10/21/2005", "./log/img/img_7588.jpg", "Assembled main gear wheels #0", "systems", "Assembled main gear wheels")
MainArray[MainVar++] = new Fix("10/22/2005", "./log/img/img_7589.jpg", "Main gear leg work #0", "systems", "Main gear leg work")
MainArray[MainVar++] = new Fix("10/24/2005", "./log/img/img_7583.jpg", "Drilled the switch panel #0", "panel", "Drilled the switch panel")
MainArray[MainVar++] = new Fix("10/24/2005", "./log/img/img_7585.jpg", "Drilled the switch panel #1", "panel", "Drilled the switch panel")
MainArray[MainVar++] = new Fix("10/24/2005", "./log/img/img_7586.jpg", "Drilled the switch panel #2", "panel", "Drilled the switch panel")
MainArray[MainVar++] = new Fix("10/25/2005", "./log/img/img_7592.jpg", "Stainless steel wheel pant brackets #0", "fuselage", "Stainless steel wheel pant brackets")
MainArray[MainVar++] = new Fix("10/25/2005", "./log/img/img_7590.jpg", "Starting to run wires #0", "systems", "Starting to run wires")
MainArray[MainVar++] = new Fix("10/25/2005", "./log/img/img_7591.jpg", "Starting to run wires #1", "systems", "Starting to run wires")
MainArray[MainVar++] = new Fix("10/26/2005", "./log/img/img_7593.jpg", "Running wires and other musings #0", "systems", "Running wires and other musings")
MainArray[MainVar++] = new Fix("10/26/2005", "./log/img/img_7595.jpg", "Running wires and other musings #1", "systems", "Running wires and other musings")
MainArray[MainVar++] = new Fix("10/26/2005", "./log/img/img_7594.jpg", "Running wires and other musings #2", "systems", "Running wires and other musings")
MainArray[MainVar++] = new Fix("10/29/2005", "./log/img/img_7621.jpg", "To the windy city and back #0", "other", "To the windy city and back")
MainArray[MainVar++] = new Fix("10/30/2005", "./log/img/img_7734.jpg", "Untangling the wires #0", "systems", "Untangling the wires")
MainArray[MainVar++] = new Fix("10/30/2005", "./log/img/img_7733.jpg", "Untangling the wires #1", "systems", "Untangling the wires")
MainArray[MainVar++] = new Fix("10/31/2005", "./log/img/img_7745.jpg", "More conduit, contactor mounting #0", "systems", "More conduit, contactor mounting")
MainArray[MainVar++] = new Fix("10/31/2005", "./log/img/img_7744.jpg", "More conduit, contactor mounting #1", "systems", "More conduit, contactor mounting")
MainArray[MainVar++] = new Fix("11/1/2005", "./log/img/img_7735.jpg", "Installed control sticks #0", "systems", "Installed control sticks")
MainArray[MainVar++] = new Fix("11/1/2005", "./log/img/img_7749.jpg", "Installed control sticks #1", "systems", "Installed control sticks")
MainArray[MainVar++] = new Fix("11/5/2005", "./log/img/img_7797.jpg", "Let there be light #0", "panel", "Let there be light")
MainArray[MainVar++] = new Fix("11/7/2005", "./log/img/img_7800.jpg", "painting the panel #0", "panel", "painting the panel")
MainArray[MainVar++] = new Fix("11/7/2005", "./log/img/img_7803.jpg", "landing gear - why are you so frustrating #0", "fuselage", "landing gear - why are you so frustrating")
MainArray[MainVar++] = new Fix("11/7/2005", "./log/img/img_7805.jpg", "landing gear - why are you so frustrating #1", "fuselage", "landing gear - why are you so frustrating")
MainArray[MainVar++] = new Fix("11/7/2005", "./log/img/img_7802.jpg", "landing gear - why are you so frustrating #2", "fuselage", "landing gear - why are you so frustrating")
MainArray[MainVar++] = new Fix("11/7/2005", "./log/img/img_7801.jpg", "interior led lighting #0", "systems", "interior led lighting")
MainArray[MainVar++] = new Fix("11/13/2005", "./log/img/img_7932.jpg", "hanging out in kalllleefornia #0", "other", "hanging out in kalllleefornia")
MainArray[MainVar++] = new Fix("11/19/2005", "./log/img/img_7962.jpg", "Why-ring #0", "systems", "Why-ring")
MainArray[MainVar++] = new Fix("11/19/2005", "./log/img/img_7959.jpg", "Why-ring #1", "systems", "Why-ring")
MainArray[MainVar++] = new Fix("11/20/2005", "./log/img/img_7961.jpg", "Again why-ring #0", "systems", "Again why-ring")
MainArray[MainVar++] = new Fix("11/21/2005", "./log/img/img_7963.jpg", "Sea of wires #0", "systems", "Sea of wires")
MainArray[MainVar++] = new Fix("11/21/2005", "./log/img/img_7960.jpg", "Sea of wires #1", "systems", "Sea of wires")
MainArray[MainVar++] = new Fix("11/21/2005", "./log/img/img_7965.jpg", "Sea of wires #2", "systems", "Sea of wires")
MainArray[MainVar++] = new Fix("12/5/2005", "./log/img/img_8036.jpg", "wiring stick grips #0", "systems", "wiring stick grips")
MainArray[MainVar++] = new Fix("12/5/2005", "./log/img/img_8032.jpg", "wiring stick grips #1", "systems", "wiring stick grips")
MainArray[MainVar++] = new Fix("12/7/2005", "./log/img/img_8038.jpg", "switch panel minor work #0", "fuselage", "switch panel minor work")
MainArray[MainVar++] = new Fix("12/7/2005", "./log/img/img_8039.jpg", "always do something #0", "wings", "always do something")
MainArray[MainVar++] = new Fix("12/7/2005", "./log/img/img_8040.jpg", "always do something #1", "wings", "always do something")
MainArray[MainVar++] = new Fix("12/16/2005", "./log/img/img_8130.jpg", "12V power supply #0", "other", "12V power supply")
MainArray[MainVar++] = new Fix("12/18/2005", "./log/img/img_8125.jpg", "Pitot probe install #0", "wings", "Pitot probe install")
MainArray[MainVar++] = new Fix("12/19/2005", "./log/img/img_8127.jpg", "Trimmed rear spar #0", "wings", "Trimmed rear spar")
MainArray[MainVar++] = new Fix("12/20/2005", "./log/img/img_8129.jpg", "Pitot air line installation #0", "fuselage", "Pitot air line installation")
MainArray[MainVar++] = new Fix("12/20/2005", "./log/img/img_8126.jpg", "Pitot air line installation #1", "fuselage", "Pitot air line installation")
MainArray[MainVar++] = new Fix("12/31/2005", "./log/img/img_8297.jpg", "Wiring with dad #0", "systems", "Wiring with dad")
MainArray[MainVar++] = new Fix("12/31/2005", "./log/img/img_8298.jpg", "Wiring with dad #1", "systems", "Wiring with dad")
MainArray[MainVar++] = new Fix("1/3/2006", "./log/img/img_8291.jpg", "Baggage compartment lighting #0", "systems", "Baggage compartment lighting")
MainArray[MainVar++] = new Fix("1/3/2006", "./log/img/img_8293.jpg", "Baggage compartment lighting #1", "systems", "Baggage compartment lighting")
MainArray[MainVar++] = new Fix("1/3/2006", "./log/img/img_8290.jpg", "Dimmer wiring #0", "systems", "Dimmer wiring")
MainArray[MainVar++] = new Fix("1/3/2006", "./log/img/img_8296.jpg", "LED indicator lights #0", "systems", "LED indicator lights")
MainArray[MainVar++] = new Fix("1/4/2006", "./log/img/p1010005.jpg", "Engine ready to ship - and more wiring #0", "systems", "Engine ready to ship - and more wiring")
MainArray[MainVar++] = new Fix("1/4/2006", "./log/img/p1010004.jpg", "Engine ready to ship - and more wiring #1", "systems", "Engine ready to ship - and more wiring")
MainArray[MainVar++] = new Fix("1/7/2006", "./log/img/img_8320.jpg", "Mounted the mount #0", "engine", "Mounted the mount")
MainArray[MainVar++] = new Fix("1/7/2006", "./log/img/img_8318.jpg", "Firewall forward kit arrives #0", "other", "Firewall forward kit arrives")
MainArray[MainVar++] = new Fix("1/8/2006", "./log/img/img_8321.jpg", "Wiring the strobe power supply #0", "systems", "Wiring the strobe power supply")
MainArray[MainVar++] = new Fix("1/10/2006", "./log/img/img_8324.jpg", "Map and instrument lights #0", "systems", "Map and instrument lights")
MainArray[MainVar++] = new Fix("1/10/2006", "./log/img/img_8326.jpg", "Map and instrument lights #1", "systems", "Map and instrument lights")
MainArray[MainVar++] = new Fix("1/10/2006", "./log/img/img_8325.jpg", "Map and instrument lights #2", "systems", "Map and instrument lights")
MainArray[MainVar++] = new Fix("1/14/2006", "./log/img/img_8365.jpg", "Finished indicator lights #0", "systems", "Finished indicator lights")
MainArray[MainVar++] = new Fix("1/15/2006", "./log/img/img_8357.jpg", "Fiddling with high pressure fuel pump #0", "systems", "Fiddling with high pressure fuel pump")
MainArray[MainVar++] = new Fix("1/17/2006", "./log/img/img_8358.jpg", "EIS wiring #0", "systems", "EIS wiring")
MainArray[MainVar++] = new Fix("1/19/2006", "./log/img/img_8359.jpg", "Self fulfilling panel shots #0", "systems", "Self fulfilling panel shots")
MainArray[MainVar++] = new Fix("1/19/2006", "./log/img/img_8363.jpg", "Self fulfilling panel shots #1", "systems", "Self fulfilling panel shots")
MainArray[MainVar++] = new Fix("1/19/2006", "./log/img/img_8366.jpg", "Self fulfilling panel shots #2", "systems", "Self fulfilling panel shots")
MainArray[MainVar++] = new Fix("1/25/2006", "./log/img/img_8375.jpg", "E N G I N E    is    H E R E #0", "engine", "E N G I N E    is    H E R E")
MainArray[MainVar++] = new Fix("1/25/2006", "./log/img/img_8376.jpg", "E N G I N E    is    H E R E #1", "engine", "E N G I N E    is    H E R E")
MainArray[MainVar++] = new Fix("1/30/2006", "./log/img/img_8449.jpg", "Moved ELT #0", "systems", "Moved ELT")
MainArray[MainVar++] = new Fix("1/30/2006", "./log/img/img_8454.jpg", "Moved ELT #1", "systems", "Moved ELT")
MainArray[MainVar++] = new Fix("1/30/2006", "./log/img/img_8453.jpg", "Temporarily mounted Lightspeed brain box #0", "engine", "Temporarily mounted Lightspeed brain box")
MainArray[MainVar++] = new Fix("2/4/2006", "./log/img/img_8479.jpg", "Halfway hung #0", "engine", "Halfway hung")
MainArray[MainVar++] = new Fix("2/7/2006", "./log/img/img_8483.jpg", "wingtip work #0", "wings", "wingtip work")
MainArray[MainVar++] = new Fix("2/7/2006", "./log/img/img_8486.jpg", "wingtip work #1", "wings", "wingtip work")
MainArray[MainVar++] = new Fix("2/7/2006", "./log/img/img_8484.jpg", "wingtip work #2", "wings", "wingtip work")
MainArray[MainVar++] = new Fix("2/10/2006", "./log/img/img_8489.jpg", "engine and gear #0", "engine", "engine and gear")
MainArray[MainVar++] = new Fix("2/10/2006", "./log/img/img_8487.jpg", "engine and gear #1", "engine", "engine and gear")
MainArray[MainVar++] = new Fix("2/10/2006", "./log/img/img_8488.jpg", "engine and gear #2", "engine", "engine and gear")
MainArray[MainVar++] = new Fix("3/6/2006", "./log/img/sew_20060222-083048.jpg", "Rounding the horn #0", "other", "Rounding the horn")
MainArray[MainVar++] = new Fix("3/6/2006", "./log/img/sew_20060223-082356.jpg", "Rounding the horn #1", "other", "Rounding the horn")
MainArray[MainVar++] = new Fix("3/6/2006", "./log/img/sew_20060304-110242.jpg", "Rounding the horn #2", "other", "Rounding the horn")
MainArray[MainVar++] = new Fix("3/16/2006", "./log/img/img_0713.jpg", "Making elevator up stop F-712D #0", "fuselage", "Making elevator up stop F-712D")
MainArray[MainVar++] = new Fix("3/16/2006", "./log/img/img_0714.jpg", "Making elevator up stop F-712D #1", "fuselage", "Making elevator up stop F-712D")
MainArray[MainVar++] = new Fix("3/17/2006", "./log/img/img_0720.jpg", "Drilling out cherrymax rivets #0", "empennage", "Drilling out cherrymax rivets")
MainArray[MainVar++] = new Fix("3/18/2006", "./log/img/img_0716.jpg", "Mounting the empennage #0", "fuselage", "Mounting the empennage")
MainArray[MainVar++] = new Fix("3/18/2006", "./log/img/img_0718.jpg", "Mounting the empennage #1", "fuselage", "Mounting the empennage")
MainArray[MainVar++] = new Fix("3/18/2006", "./log/img/img_0721.jpg", "Mounting the empennage #2", "fuselage", "Mounting the empennage")
MainArray[MainVar++] = new Fix("3/19/2006", "./log/img/img_0722.jpg", "Main power cable #0", "systems", "Main power cable")
MainArray[MainVar++] = new Fix("3/20/2006", "./log/img/img_0723.jpg", "Started on the cowl #0", "cowl", "Started on the cowl")
MainArray[MainVar++] = new Fix("3/22/2006", "./log/img/img_0727.jpg", "Drilling the front of the cowl #0", "cowl", "Drilling the front of the cowl")
MainArray[MainVar++] = new Fix("3/22/2006", "./log/img/img_0728.jpg", "Drilling the front of the cowl #1", "cowl", "Drilling the front of the cowl")
MainArray[MainVar++] = new Fix("3/22/2006", "./log/img/img_0729.jpg", "Drilling the front of the cowl #2", "cowl", "Drilling the front of the cowl")
MainArray[MainVar++] = new Fix("3/26/2006", "./log/img/img_0741.jpg", "Drilled top cowl #0", "cowl", "Drilled top cowl")
MainArray[MainVar++] = new Fix("3/27/2006", "./log/img/img_0748.jpg", "Both cowl halves fitted #0", "cowl", "Both cowl halves fitted")
MainArray[MainVar++] = new Fix("3/27/2006", "./log/img/img_0747.jpg", "Both cowl halves fitted #1", "cowl", "Both cowl halves fitted")
MainArray[MainVar++] = new Fix("3/27/2006", "./log/img/img_0749.jpg", "Both cowl halves fitted #2", "cowl", "Both cowl halves fitted")
MainArray[MainVar++] = new Fix("4/1/2006", "./log/img/img_0754.jpg", "EGT and CHT probe mounting #0", "cowl", "EGT and CHT probe mounting")
MainArray[MainVar++] = new Fix("4/1/2006", "./log/img/img_0753.jpg", "Finishing up camlocs on lower cowl #0", "cowl", "Finishing up camlocs on lower cowl")
MainArray[MainVar++] = new Fix("4/2/2006", "./log/img/img_0752.jpg", "Setting camloc depth #0", "cowl", "Setting camloc depth")
MainArray[MainVar++] = new Fix("4/2/2006", "./log/img/img_0751.jpg", "Setting camloc depth #1", "cowl", "Setting camloc depth")
MainArray[MainVar++] = new Fix("4/2/2006", "./log/img/img_0755.jpg", "And the baffling begins #0", "engine", "And the baffling begins")
MainArray[MainVar++] = new Fix("4/2/2006", "./log/img/img_0756.jpg", "And the baffling begins #1", "engine", "And the baffling begins")
MainArray[MainVar++] = new Fix("4/3/2006", "./log/img/img_0780.jpg", "baffling until further notice #0", "engine", "baffling until further notice")
MainArray[MainVar++] = new Fix("4/3/2006", "./log/img/img_0779.jpg", "baffling until further notice #1", "engine", "baffling until further notice")
MainArray[MainVar++] = new Fix("4/3/2006", "./log/img/img_0782.jpg", "baffling until further notice #2", "engine", "baffling until further notice")
MainArray[MainVar++] = new Fix("4/5/2006", "./log/img/img_0783.jpg", "front left inlet floor #0", "engine", "front left inlet floor")
MainArray[MainVar++] = new Fix("4/5/2006", "./log/img/img_0785.jpg", "front left inlet floor #1", "engine", "front left inlet floor")
MainArray[MainVar++] = new Fix("4/5/2006", "./log/img/img_0787.jpg", "front left inlet floor #2", "engine", "front left inlet floor")
MainArray[MainVar++] = new Fix("4/8/2006", "./log/img/img_0794.jpg", "Prop arrived #0", "engine", "Prop arrived")
MainArray[MainVar++] = new Fix("4/10/2006", "./log/img/img_0800.jpg", "Happy birthday to me #0", "systems", "Happy birthday to me")
MainArray[MainVar++] = new Fix("4/10/2006", "./log/img/img_0797.jpg", "Trimming the baffles #0", "engine", "Trimming the baffles")
MainArray[MainVar++] = new Fix("4/10/2006", "./log/img/img_0798.jpg", "Trimming the baffles #1", "engine", "Trimming the baffles")
MainArray[MainVar++] = new Fix("4/10/2006", "./log/img/img_0799.jpg", "Trimming the baffles #2", "engine", "Trimming the baffles")
MainArray[MainVar++] = new Fix("4/11/2006", "./log/img/img_0806.jpg", "Nutplates on spinner backplate #0", "cowl", "Nutplates on spinner backplate")
MainArray[MainVar++] = new Fix("4/11/2006", "./log/img/img_0808.jpg", "Nutplates on spinner backplate #1", "cowl", "Nutplates on spinner backplate")
MainArray[MainVar++] = new Fix("4/12/2006", "./log/img/img_0801.jpg", "Drilling elevator horns #0", "empennage", "Drilling elevator horns")
MainArray[MainVar++] = new Fix("4/12/2006", "./log/img/img_0802.jpg", "Drilling elevator horns #1", "empennage", "Drilling elevator horns")
MainArray[MainVar++] = new Fix("4/12/2006", "./log/img/img_0804.jpg", "Drilling elevator horns #2", "empennage", "Drilling elevator horns")
MainArray[MainVar++] = new Fix("4/12/2006", "./log/img/img_0796.jpg", "Scalloped the camloc mounting strips #0", "cowl", "Scalloped the camloc mounting strips")
MainArray[MainVar++] = new Fix("4/13/2006", "./log/img/img_0827.jpg", "Seats are back #0", "fuselage", "Seats are back")
MainArray[MainVar++] = new Fix("4/13/2006", "./log/img/img_0810.jpg", "Exhaust hangers #0", "engine", "Exhaust hangers")
MainArray[MainVar++] = new Fix("4/20/2006", "./log/img/img_0901.jpg", "Pics for you #0", "other", "Pics for you")
MainArray[MainVar++] = new Fix("4/20/2006", "./log/img/img_0908.jpg", "Pics for you #1", "other", "Pics for you")
MainArray[MainVar++] = new Fix("4/20/2006", "./log/img/img_0912.jpg", "Pics for you #2", "other", "Pics for you")
MainArray[MainVar++] = new Fix("4/28/2006", "./log/img/img_0938.jpg", "Instrument panel #0", "panel", "Instrument panel")
MainArray[MainVar++] = new Fix("4/29/2006", "./log/img/img_0967.jpg", "Moving day #0", "other", "Moving day")
MainArray[MainVar++] = new Fix("4/29/2006", "./log/img/img_0986.jpg", "Moving day #1", "other", "Moving day")
MainArray[MainVar++] = new Fix("4/29/2006", "./log/img/img_1005.jpg", "Moving day #2", "other", "Moving day")
MainArray[MainVar++] = new Fix("5/9/2006", "./log/img/img_1033.jpg", "Update #0", "other", "Update")
MainArray[MainVar++] = new Fix("5/9/2006", "./log/img/img_1042.jpg", "Connectors for the wing wires #0", "wings", "Connectors for the wing wires")
MainArray[MainVar++] = new Fix("5/9/2006", "./log/img/img_1046.jpg", "Connectors for the wing wires #1", "wings", "Connectors for the wing wires")
MainArray[MainVar++] = new Fix("5/10/2006", "./log/img/img_1044.jpg", "Installed Archer Wingtip VOR antenna #0", "wings", "Installed Archer Wingtip VOR antenna")
MainArray[MainVar++] = new Fix("5/10/2006", "./log/img/img_1043.jpg", "Glass work on empennage tips #0", "empennage", "Glass work on empennage tips")
MainArray[MainVar++] = new Fix("5/12/2006", "./log/img/img_1125.jpg", "Cut and trimmed oil door #0", "cowl", "Cut and trimmed oil door")
MainArray[MainVar++] = new Fix("5/14/2006", "./log/img/img_1123.jpg", "Sprayed the elevator tips #0", "empennage", "Sprayed the elevator tips")
MainArray[MainVar++] = new Fix("5/14/2006", "./log/img/img_1124.jpg", "Throttle quadrant work #0", "fuselage", "Throttle quadrant work")
MainArray[MainVar++] = new Fix("5/14/2006", "./log/img/img_1126.jpg", "Throttle quadrant work #1", "fuselage", "Throttle quadrant work")
MainArray[MainVar++] = new Fix("5/14/2006", "./log/img/img_1127.jpg", "Throttle quadrant work #2", "fuselage", "Throttle quadrant work")
MainArray[MainVar++] = new Fix("5/17/2006", "./log/img/img_1152.jpg", "Fiberglass tip work #0", "empennage", "Fiberglass tip work")
MainArray[MainVar++] = new Fix("5/17/2006", "./log/img/img_1155.jpg", "Oil door latches #0", "cowl", "Oil door latches")
MainArray[MainVar++] = new Fix("5/20/2006", "./log/img/p1000064.jpg", "Moving to the airport, part 2 #0", "other", "Moving to the airport, part 2")
MainArray[MainVar++] = new Fix("5/22/2006", "./log/img/p1000092.jpg", "First real work day at the hangar #0", "fuselage", "First real work day at the hangar")
MainArray[MainVar++] = new Fix("5/22/2006", "./log/img/p1000091.jpg", "First real work day at the hangar #1", "fuselage", "First real work day at the hangar")
MainArray[MainVar++] = new Fix("5/24/2006", "./log/img/p1000123.jpg", "Engine ground strap #0", "systems", "Engine ground strap")
MainArray[MainVar++] = new Fix("5/24/2006", "./log/img/p1000122.jpg", "Throttle and mixture controls #0", "engine", "Throttle and mixture controls")
MainArray[MainVar++] = new Fix("5/24/2006", "./log/img/p1000121.jpg", "Cabin heat #0", "engine", "Cabin heat")
MainArray[MainVar++] = new Fix("5/29/2006", "./log/img/p1000268.jpg", "Riveted filtered airbox #0", "engine", "Riveted filtered airbox")
MainArray[MainVar++] = new Fix("5/31/2006", "./log/img/p1000269.jpg", "Empennage fairing #0", "empennage", "Empennage fairing")
MainArray[MainVar++] = new Fix("5/31/2006", "./log/img/p1000270.jpg", "Empennage fairing #1", "empennage", "Empennage fairing")
MainArray[MainVar++] = new Fix("6/3/2006", "./log/img/p1000287.jpg", "Routed pitch trim cable, added rudder stop #0", "empennage", "Routed pitch trim cable, added rudder stop")
MainArray[MainVar++] = new Fix("6/3/2006", "./log/img/p1000289.jpg", "Routed pitch trim cable, added rudder stop #1", "empennage", "Routed pitch trim cable, added rudder stop")
MainArray[MainVar++] = new Fix("6/4/2006", "./log/img/p1000307.jpg", "Spars are drilled #0", "wings", "Spars are drilled")
MainArray[MainVar++] = new Fix("6/4/2006", "./log/img/p1000319.jpg", "Spars are drilled #1", "wings", "Spars are drilled")
MainArray[MainVar++] = new Fix("6/4/2006", "./log/img/p1000323.jpg", "Spars are drilled #2", "wings", "Spars are drilled")
MainArray[MainVar++] = new Fix("6/5/2006", "./log/img/p1000320.jpg", "Wing fairings #0", "wings", "Wing fairings")
MainArray[MainVar++] = new Fix("6/5/2006", "./log/img/p1000321.jpg", "Wing fairings #1", "wings", "Wing fairings")
MainArray[MainVar++] = new Fix("6/5/2006", "./log/img/p1000325.jpg", "Getting the bolts out #0", "wings", "Getting the bolts out")
MainArray[MainVar++] = new Fix("6/10/2006", "./log/img/p1000341.jpg", "Tip-up struts, handle, etc #0", "canopy", "Tip-up struts, handle, etc")
MainArray[MainVar++] = new Fix("6/10/2006", "./log/img/p1000340.jpg", "Tip-up struts, handle, etc #1", "canopy", "Tip-up struts, handle, etc")
MainArray[MainVar++] = new Fix("6/16/2006", "./log/img/p1000344.jpg", "Complying with SB 06-2-3 #0", "wings", "Complying with SB 06-2-3")
MainArray[MainVar++] = new Fix("6/18/2006", "./log/img/p1000411.jpg", "First flight in a Mooney #0", "other", "First flight in a Mooney")
MainArray[MainVar++] = new Fix("6/18/2006", "./log/img/p1000358.jpg", "Baffle trimming and riveting #0", "engine", "Baffle trimming and riveting")
MainArray[MainVar++] = new Fix("6/18/2006", "./log/img/p1000343.jpg", "Baffle trimming and riveting #1", "engine", "Baffle trimming and riveting")
MainArray[MainVar++] = new Fix("6/19/2006", "./log/img/p1000424.jpg", "Rudder cable covers #0", "fuselage", "Rudder cable covers")
MainArray[MainVar++] = new Fix("6/19/2006", "./log/img/p1000425.jpg", "Adjusting rudder #0", "fuselage", "Adjusting rudder")
MainArray[MainVar++] = new Fix("6/21/2006", "./log/img/p1000428.jpg", "Redoing the vertical stab attachment #0", "fuselage", "Redoing the vertical stab attachment")
MainArray[MainVar++] = new Fix("6/21/2006", "./log/img/p1000429.jpg", "Redoing the vertical stab attachment #1", "fuselage", "Redoing the vertical stab attachment")
MainArray[MainVar++] = new Fix("6/21/2006", "./log/img/p1000432.jpg", "Redoing the vertical stab attachment #2", "fuselage", "Redoing the vertical stab attachment")
MainArray[MainVar++] = new Fix("6/28/2006", "./log/img/p1000486.jpg", "rudder work, elevator pushrod and baffles #0", "fuselage", "rudder work, elevator pushrod and baffles")
MainArray[MainVar++] = new Fix("6/30/2006", "./log/img/p1000489.jpg", "Alternate air door #0", "engine", "Alternate air door")
MainArray[MainVar++] = new Fix("6/30/2006", "./log/img/p1000490.jpg", "Alternate air door #1", "engine", "Alternate air door")
MainArray[MainVar++] = new Fix("7/1/2006", "./log/img/p1000611.jpg", "Wired the elevator trim #0", "systems", "Wired the elevator trim")
MainArray[MainVar++] = new Fix("7/3/2006", "./log/img/p1000607.jpg", "Tank access plate prosealed in #0", "wings", "Tank access plate prosealed in")
MainArray[MainVar++] = new Fix("7/7/2006", "./log/img/p1000618.jpg", "Populating the fuselage #0", "systems", "Populating the fuselage")
MainArray[MainVar++] = new Fix("7/8/2006", "./log/img/p1000625.jpg", "New fuel line hoses #0", "engine", "New fuel line hoses")
MainArray[MainVar++] = new Fix("7/8/2006", "./log/img/p1000623.jpg", "New fuel line hoses #1", "engine", "New fuel line hoses")
MainArray[MainVar++] = new Fix("7/9/2006", "./log/img/p1000620.jpg", "OAT probe #0", "systems", "OAT probe")
MainArray[MainVar++] = new Fix("7/9/2006", "./log/img/p1000653.jpg", "Attached wings... for good #0", "wings", "Attached wings... for good")
MainArray[MainVar++] = new Fix("7/9/2006", "./log/img/p1000646.jpg", "Attached wings... for good #1", "wings", "Attached wings... for good")
MainArray[MainVar++] = new Fix("7/14/2006", "./log/img/p1000670.jpg", "Aileron stops and aileron alignment #0", "wings", "Aileron stops and aileron alignment")
MainArray[MainVar++] = new Fix("7/14/2006", "./log/img/p1000672.jpg", "Aileron stops and aileron alignment #1", "wings", "Aileron stops and aileron alignment")
MainArray[MainVar++] = new Fix("7/14/2006", "./log/img/p1000673.jpg", "Fuel and vent plumbing #0", "wings", "Fuel and vent plumbing")
MainArray[MainVar++] = new Fix("7/17/2006", "./log/img/p1000777.jpg", "Painted baffles #0", "engine", "Painted baffles")
MainArray[MainVar++] = new Fix("7/17/2006", "./log/img/p1000776.jpg", "Alternator connector #0", "engine", "Alternator connector")
MainArray[MainVar++] = new Fix("7/17/2006", "./log/img/p1000668.jpg", "Adjusting flaps #0", "wings", "Adjusting flaps")
MainArray[MainVar++] = new Fix("7/17/2006", "./log/img/p1000669.jpg", "Adjusting flaps #1", "wings", "Adjusting flaps")
MainArray[MainVar++] = new Fix("7/21/2006", "./log/img/p1000784.jpg", "Baffle seals #0", "engine", "Baffle seals")
MainArray[MainVar++] = new Fix("7/24/2006", "./log/img/p1000843.jpg", "Marker beacon antenna and other wing tip musings #0", "wings", "Marker beacon antenna and other wing tip musings")
MainArray[MainVar++] = new Fix("7/24/2006", "./log/img/p1000847.jpg", "Front deck access panels #0", "fuselage", "Front deck access panels")
MainArray[MainVar++] = new Fix("7/31/2006", "./log/img/p1000895.jpg", "Finished front deck access panels #0", "fuselage", "Finished front deck access panels")
MainArray[MainVar++] = new Fix("7/31/2006", "./log/img/p1000896.jpg", "Fixing mixture control #0", "engine", "Fixing mixture control")
MainArray[MainVar++] = new Fix("8/6/2006", "./log/img/p1000914.jpg", "Air scoop #0", "cowl", "Air scoop")
MainArray[MainVar++] = new Fix("8/7/2006", "./log/img/p1000915.jpg", "Finishing the inlet #0", "cowl", "Finishing the inlet")
MainArray[MainVar++] = new Fix("8/21/2006", "./log/img/p1010112.jpg", "Securing everything in the engine compartment #0", "engine", "Securing everything in the engine compartment")
MainArray[MainVar++] = new Fix("8/21/2006", "./log/img/p1010113.jpg", "Securing everything in the engine compartment #1", "engine", "Securing everything in the engine compartment")
MainArray[MainVar++] = new Fix("8/21/2006", "./log/img/p1010114.jpg", "Securing everything in the engine compartment #2", "engine", "Securing everything in the engine compartment")
MainArray[MainVar++] = new Fix("8/22/2006", "./log/img/p1010120.jpg", "Tank attach bracket #0", "fuselage", "Tank attach bracket")
MainArray[MainVar++] = new Fix("8/23/2006", "./log/img/p1010115.jpg", "Control stick interference #0", "fuselage", "Control stick interference")
MainArray[MainVar++] = new Fix("8/26/2006", "./log/img/p1010130.jpg", "Riveted forward top skin #0", "fuselage", "Riveted forward top skin")
MainArray[MainVar++] = new Fix("8/28/2006", "./log/img/p1010140.jpg", "Empennage fairing #0", "fuselage", "Empennage fairing")
MainArray[MainVar++] = new Fix("9/8/2006", "./log/img/p1010317.jpg", "Aircraft data plate and lower stab fairing #0", "fuselage", "Aircraft data plate and lower stab fairing")
MainArray[MainVar++] = new Fix("9/8/2006", "./log/img/p1010319.jpg", "Hinge pin covers #0", "fuselage", "Hinge pin covers")
MainArray[MainVar++] = new Fix("9/12/2006", "./log/img/p1010343.jpg", "Calibrated fuel tanks #0", "systems", "Calibrated fuel tanks")
MainArray[MainVar++] = new Fix("9/12/2006", "./log/img/p1010366.jpg", "Fine day to do some aviating #0", "other", "Fine day to do some aviating")
MainArray[MainVar++] = new Fix("9/13/2006", "./log/img/p1010316.jpg", "Inspection soon? #0", "other", "Inspection soon?")
MainArray[MainVar++] = new Fix("9/15/2006", "./log/img/p1010382.jpg", "Spinner installed #0", "engine", "Spinner installed")
MainArray[MainVar++] = new Fix("9/15/2006", "./log/img/p1010379.jpg", "Spinner installed #1", "engine", "Spinner installed")
MainArray[MainVar++] = new Fix("9/17/2006", "./log/img/p1010435.jpg", "On the scales again #0", "fuselage", "On the scales again")
MainArray[MainVar++] = new Fix("9/18/2006", "./log/img/p1010440.jpg", "IFR check #0", "systems", "IFR check")
MainArray[MainVar++] = new Fix("9/18/2006", "./log/img/p1010438.jpg", "IFR check #1", "systems", "IFR check")
MainArray[MainVar++] = new Fix("9/18/2006", "./log/img/p1010439.jpg", "IFR check #2", "systems", "IFR check")
MainArray[MainVar++] = new Fix("9/22/2006", "./log/img/pierre_scott.jpg", "Transition training with Pierre #0", "other", "Transition training with Pierre")

