// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("all", "Fair_Admin", "Setup", "Registration", 
"EISEF_HQ", "Exhibit_Areas", "Judging", "Junior_Biological_Exhibits", 
"Junior_Physical_Exhibits", "Junior_Teams_Exhibits", 
"Senior_Biological_Exhibits", "Senior_Physical_Exhibits", "Awards_Ceremony", 
"ISEF" )

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

// Allows you to use variables for the array instead of numbers.
function Fix( DatVal, 
              PicVal, 
              TitVal, 
              CatVal, 
              TxtVal,
              BigPicVal ) { 
   this.DatVal = DatVal 
   this.PicVal = PicVal 
   this.TitVal = TitVal 
   this.CatVal = CatVal
   this.TxtVal = TxtVal 
   this.BigPicVal = BigPicVal 
} 
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", "bigpicname.jpg" )

MainArray[MainVar++] = new Fix("EISEF 2007",
"logos/EISEF2007Pin.gif",
"2007 EISEF Logo",
"Fair_Admin",
"We hadn't done a space theme since 2001, and observing the skies with a telescope is good science. Also, this logo let us honor Iowa's own space researcher <a href=\"http://www-pw.physics.uiowa.edu/ProfVanAllen/\">James Van Allen</a>, who died in August 2006."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_EISEF_Board.jpg",
"EISEF Board, January 9, 2007",
"Fair_Admin",
"(Left&ndash;right) Jeff Kuehl, Burton Loupee, Pam Kraus, Shirley Starr, Linda Kelly, Walker Kelly, Colleen Kobe, Dave Murray, Heather Adams, Bill Gober"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_setup_100.jpg",
"Banners Need Grommets",
"Setup",
"We had really cool banners made, but they came without holes and grommets for hanging.  Pam Kraus (looking up) and Heather Adams are installing the grommets&mdash;and apparently they're having fun doing it."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_EISEF_Banner.gif",
"2007 EISEF Banner",
"Fair_Admin",
"Here's the banner.  You can see it in the background of many of the pictures from the Awards Ceremony."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_setup_110.jpg",
"Loading Data",
"Setup",
"Sponsored Awards Committee Chair Colleen Kobe copies the data she needs to one of our laptop PCs, then makes sure everything works.  We don't want any glitches on Fair Day!"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_setup_120.jpg",
"Laptops and Printer",
"Setup",
"Two of our five networked laptop PCs, flanking one of our five printers.  We use all this hardware to compile scores, track winners, print certificates and cue sheets and signs, oh my!  Fair HQ would run very differently without all this equipment&mdash;we know this, because we didn't have it until a few years ago.<br><br>Rockwell Collins generously lent us the laptops to use.  Thank you, RC!"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_setup_130.jpg",
"Soda-Pop Setup",
"Setup",
"These girls are getting the cold drinks (cans of soda-pop and bottles of water) ready.  They're distributing ice and the drinks among the ice chests and putting labels on top to guide the thirsty.  (L&ndash;r): LaResa Nilles, Taylor Shaw, and Madalyn Adams."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_setup_140.jpg",
"Sign Poles for Student Registration",
"Setup",
"Walker Kelly erects the poles that will hold signs above the Student Registration table, while Heather Adams and Linda Kelly watch."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_tables_100.jpg",
"Table Setup: Unfolding",
"Setup",
"203 student exhibits need over 100 tables.  How do we make them ready?<br><br>First step:  Take the tables off the delivery carts, unfold their legs, and set them upright.<br><br>Here boy scouts from Troop 29 are doing this first step."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_tables_110.jpg",
"Table Setup: Unfolding",
"Setup",
"Volunteers from Washington High School in Cedar Rapids set up exhibit tables."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_tables_120.jpg",
"Table Setup: Papering",
"Setup",
"Next step:  Cover the tables with paper, to provide an attractive and splinter-free surface for the exhibits.<br><br>Here Walker Kelly, the EISEF exhibit specialist, is unrolling paper on exhibit tables."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_tables_130.jpg",
"Table Setup: Papering",
"Setup",
"Scout leader Jo Roijas (left) and an assistant cut paper to fit a row of exhibit tables."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_tables_140.jpg",
"Table Setup: Skirting",
"Setup",
"Then skirts are stapled to the tables.  This makes them look better and lets the students hide stuff underneath.<br><br>Boy scouts of Troop 29 work on skirting tables."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_tables_150.jpg",
"Table Setup: Numbering",
"Setup",
"Lastly, exhibit numbers go on the front edge of the tables.<br><br>Walker Kelly pauses in his table numbering to chat with Susan Noreuil, Safety &amp; Standards Committee Chair and Senior Champion Mom."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_tables_160.jpg",
"Table Setup: Ready",
"Setup",
"Some of the exhibit tables, ready for the junior exhibitors to arrive in the morning."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Friday Setup",
"images_2007/2007_tables_170.jpg",
"Table Setup: Ready",
"Setup",
"Part of the senior exhibit area, waiting for the students to arrive in the morning."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_100.jpg",
"Sponsored Awards Registration",
"EISEF_HQ",
"Just inside EISEF Headquarters, Jim Shaw (left) and Sponsored Awards Committee Chair Colleen Kobe set up the Sponsored Award registration desk."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_110.jpg",
"Coat racks and coffee",
"EISEF_HQ",
"Some of the basic amenities we provide for our judges and staff.  On the left, Burton Loupee is preparing one of the coffee urns."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_120.jpg",
"Coffee",
"EISEF_HQ",
"Coffee is ready in HQ for thirsty judges."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_130.jpg",
"Doughnuts",
"EISEF_HQ",
"Doughnuts lie ready to give the judges the energy they need to face the students.<br><br>(The signs are instructions for judges.)"
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_140.jpg",
"A Judge at the Doughnuts",
"EISEF_HQ",
"Judge \"Dr. L\" is one of the first judges registered, so he has his pick of the doughnuts."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_sreg_b.jpg",
"Student Registration Starts",
"Registration",
"Student Registration is getting underway.  Registration staff (l&ndash;r):  Shirley Starr (talking to boy in black jacket), Senior Champion Mom Maureen Fosdick, Heather Adams, Nathan Glassmeyer."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_sreg_d.jpg",
"Students Arriving",
"Registration",
"These exhibits look fairly heavily&mdash;notice how the students are resting them on the floor."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_sreg_i.jpg",
"Students and Teacher Arriving",
"Registration",
"Teacher Chris Parrish from Keota has a good idea&mdash;load most of the exhibits on a cart and roll them in."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_sreg_j.jpg",
"Student Registration: Backs Up...",
"Registration",
"The lines at the Student Registration table grow long.  It takes time to register 203 exhibits!"
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_sreg_k.jpg",
"Student Registration: ...and up...",
"Registration",
"The lines at the Student Registration table at their longest.  We managed to finish registering the students only a little late&mdash;and before all the judges had registered."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_jreg_10.jpg",
"Judging Registration: Ready...",
"Registration",
"Everything is ready for the judges to arrive.  Senior Champion Mom Marcia Marquardt is ready to hand out judging packets, exhibit maps, and other necessities."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_jreg_30.jpg",
"Judging Registration: ...Start...",
"Registration",
"Looking down the stairs at the Judging Registration tables, as the first judges arrive.<br><br>Registration starts on the right, where the judges identify themselves and are registered.  They move left to receive their division assignments, then their identifying badges, ribbons, and pins, and finally their judging packets, maps, and other paperwork."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_jreg_50.jpg",
"Judging Registration: ...Go!",
"Registration",
"Registration is in full swing.  The line of people waiting to register is backed up into the corner and is starting to wrap around.  Eventually the line wrapped all the way around to the bottom of the escalator."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_judging_150.jpg",
"Selecting JP Exhibits",
"Judging",
"Junior Physical judges are deciding which exhibits to judge.  They'll put their numbered red stickers on the wall charts beside their choices.<br><br>(far right) Kyle Litwin, Andy Gilds"
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_judging_200.jpg",
"Selecting SP Exhibits",
"Judging",
"Senior Physical judge Brian Runge selects his exhibits to judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_judge_mtg_10.jpg",
"The Judges' Meeting",
"Judging",
"The judges' meeting and briefing, just before the judges go out to interview the students.<br>Fair officials (right&ndash;left):  Judging Committee Chair Pam Kraus (with microphone), Senior Physical Division Lead Doug Beadle (with blue armband), Fair Director Jeff Kuehl."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_judge_mtg_20.jpg",
"Pam Briefs the Judges",
"Judging",
"Judging Committee Char Pam Kraus addresses the judges' meeting.  She's holding up a \'Do Not Judge\' sign, which they may find at some exhibits."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_judge_mtg_30.jpg",
"Brad Briefs the Judges",
"Judging",
"Junior Physical Division Lead Brad Ajango (with microphone and red armband) addresses the judges, while Pam Kraus looks on."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_eisef_alumni.jpg",
"EISEF Alumni as Judges",
"EISEF_HQ",
"These are past EISEF exhibitors who helped with judging at the 2007 Fair:<p>Unidentified alumnus<br>Amy Marquardt (Junior Champion 2001, Senior Champion 2003 and 2005)<br>Arie Schiller (Senior Champion 2000 and 2003)<br>Jamilee Lightfoot (exhibited 2001&ndash;2006)<br>Doug Beadle (Senior Champion 1969)"
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_senior_champion_moms.jpg",
"Senior Champion Moms",
"EISEF_HQ",
"In past years their children were Senior Champions at EISEF&mdash;now they help run EISEF for other children.  Meet our Senior Champion Moms:<p>Susan Noreuil (daughter Ashley in 2001)<br>Maureen Fosdick (Michael, 2004)<br>Marcia Marquardt (Amy, 2003 and 2005)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb02.jpg",
"Ashley Funke",
"Senior_Biological_Exhibits",
"Ashley Funke<br>EISEF Senior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Mold Growth on Unpreserved Bread with Common Ingredients&nbsp;&raquo;<br>Beckman HS, Dyersville<br>Adult Sponsor: Cheryl Kluesner"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb05.jpg",
"Brian Bagge",
"Senior_Biological_Exhibits",
"Brian Bagge<br>EISEF Senior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Shelled Corn/Pellets vs. Ground Corn/Mineral Mix&nbsp;&raquo;<br>Beckman HS, Dyersville<br>Adult Sponsor: Cheryl Kluesner"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb07.jpg",
"Brianna Hendricks",
"Senior_Biological_Exhibits",
"Brianna Hendricks<br>EISEF Senior Biological Division Class I winner<br>&laquo;&nbsp;Colony Differentiation of <em>S. Mutans</em> and <em>Lactobacillus Casei</em> populations between Vegetarians &amp; Ominvores&nbsp;&raquo;<br>Burlington Comm. HS, Burlington<br>Adult Sponsor: Tami Plein"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp03.jpg",
"Hannah Dotseth",
"Senior_Physical_Exhibits",
"Hannah Dotseth<br>EISEF Senior Champion<br>&laquo;&nbsp;The Effects of Hair Dye on Tensile Hair Strength&nbsp;&raquo;<br>Burlington Comm. HS, Burlington<br>Adult Sponsor: Tami Plein",
"images_2007/2007_exhibit_sp03_big.jpg"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp03_judge.jpg",
"Hannah Dotseth",
"Senior_Physical_Exhibits",
"Hannah Dotseth (right) and judge Steve Abell contemplate her exhibit."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp11.jpg",
"Kendra Murray",
"Senior_Physical_Exhibits",
"Kendra Murray<br>&laquo;&nbsp;The Effect of Power Source type on the Calibration of a pH Probe&nbsp;&raquo;<br>Burlington Comm. HS, Burlington<br>Adult Sponsor: Tami Plein"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp11_judge.jpg",
"Kendra Murray",
"Senior_Physical_Exhibits",
"Kendra Murray (right) discusses her project with a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp13.jpg",
"Danille Roth",
"Senior_Physical_Exhibits",
"Danille Roth<br>&laquo;&nbsp;UVA &amp; UVB Intensity on Hours of a Tanning Bed Bulb&nbsp;&raquo;<br>Burlington Comm. HS, Burlington<br>Adult Sponsor: Tami Plein"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp19.jpg",
"Nicholas Schnicker",
"Senior_Physical_Exhibits",
"Nicholas Schnicker<br>EISEF Senior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Will Hydrogen be the Fuel of the Future?&nbsp;&raquo;<br>Burlington Comm. HS, Burlington<br>Adult Sponsor: Tami Plein"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp19_judge.jpg",
"Nicholas Schnicker",
"Senior_Physical_Exhibits",
"Nicholas Schnicker (right) explains his project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tb02.jpg",
"Brandon Boyle &amp; Nick Blint",
"Senior_Biological_Exhibits",
"Brandon Boyle (left) &amp; Nick Blint<br>&laquo;&nbsp;Short-Term Stress on the Human Body&nbsp;&raquo;<br>Burlington Comm. HS, Burlington<br>Adult Sponsor: Tami Plein"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tb04.jpg",
"Kirstin Kramer &amp; Whitney Plein",
"Senior_Biological_Exhibits",
"Kirstin Kramer (left) &amp; Whitney Plein<br>EISEF Senior Biological Division Class II winner<br>&laquo;&nbsp;The Effect of Temperature on Fecal Coliform Reproduction in Flint Creek Water&nbsp;&raquo;<br>Burlington Comm. HS, Burlington<br>Adult Sponsor: Tami Plein<br><br>Kirstin was an EISEF Junior Champion in 2004."
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_jp_a.jpg",
"Junior Physical Exhibits",
"Exhibit_Areas",
"Some of the 55 Junior Physical exhibits at the Fair."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb01.jpg",
"Courtney Adams",
"Senior_Biological_Exhibits",
"Courtney Adams<br>&laquo;&nbsp;Effects of Solutions on Plant growth&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb03.jpg",
"Taylor Edgar",
"Senior_Biological_Exhibits",
"Taylor Edgar<br>EISEF Senior Biological Division Class II winner<br>&laquo;&nbsp;The Effects of Fertilizer Runoff on Duckweed and the Filtering Properties of Duckweed&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb04.jpg",
"Megan Bartholomew",
"Senior_Biological_Exhibits",
"Megan Bartholomew<br>EISEF Senior Champion<br>&laquo;&nbsp;The Natural Way.  Effects of <em>Typha minima</em> on Freshwater Systems&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller",
"images_2007/2007_exhibit_sb04_big.jpg"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb04_judge.jpg",
"Megan Bartholomew",
"Senior_Biological_Exhibits",
"Megan Bartholomew (behind) describes her exhibit to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb06.jpg",
"Megan Shaffer",
"Senior_Biological_Exhibits",
"Megan Shaffer<br>&laquo;&nbsp;The Effect of Magnets on Radishes: Stunt or Promote?&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb08.jpg",
"McKenna Templeton",
"Senior_Biological_Exhibits",
"McKenna Templeton<br>EISEF Senior Biological Division Class I winner<br>&laquo;&nbsp;The Effects of Different Kinds of Meshes and Fabrics on Soil Erosion&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb08_judge.jpg",
"McKenna Templeton",
"Senior_Biological_Exhibits",
"McKenna Templeton (left) demonstrates part of her project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb11.jpg",
"Breanne Zumdome",
"Senior_Biological_Exhibits",
"Breanne Zumdome<br>&laquo;&nbsp;The New Age of Computers&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb11_judge.jpg",
"Breanne Zumdome",
"Senior_Biological_Exhibits",
"Breanne Zumdome (right) and a judge discuss her project."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp05.jpg",
"Kelsey Hammer",
"Senior_Physical_Exhibits",
"Kelsey Hammer<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;Biotech in Biofuel: The Benefits of <em>Bacillus thuringiensis</em> Corn in Producing Energy Efficient Ethanol.&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp08.jpg",
"Lee Hunold",
"Senior_Physical_Exhibits",
"Lee Hunold<br>EISEF Senior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Is There Alternative Fuel Left in the Field?&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller<br><br>Lee was an EISEF Junior Champion in 2004."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp12.jpg",
"Dylan Keller",
"Senior_Physical_Exhibits",
"Dylan Keller<br>&laquo;&nbsp;Durability is in the Bonding&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp18.jpg",
"Jordan Lightfoot",
"Senior_Physical_Exhibits",
"Jordan Lightfoot<br>EISEF Senior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Waste Not!&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller<br><br>Jordan was an EISEF Junior Champion in 2003 and 2004."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp18_judge.jpg",
"Jordan Lightfoot",
"Senior_Physical_Exhibits",
"Jordan Lightfoot (left) explains his project to judge Rod Blocksome."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tb01.jpg",
"Shala Hawes &amp; Haley Burgess",
"Senior_Biological_Exhibits",
"Shala Hawes (left) &amp; Haley Burgess<br>EISEF Senior Biological Division Class I winner<br>&laquo;&nbsp;The Levels of <em>E. coli</em> in Lee County Creeks&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tb03.jpg",
"Lauren Linnenbrink &amp; Michaela Burt",
"Senior_Biological_Exhibits",
"Lauren Linnenbrink &amp; Michaela Burt<br>EISEF Senior Biological Division Honorable Mention winner<br>&laquo;&nbsp;How Do Different Dilutions of Disinfectant Affect Bacteria?&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tb05.jpg",
"Olivia Rairden &amp; Shelby Burdette",
"Senior_Biological_Exhibits",
"Olivia Rairden &amp; Shelby Burdette<br>EISEF Senior Biological Division Honorable Mention winner<br>&laquo;&nbsp;The Effect of Water Temperature on <em>Artemia franciscana</em>&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tb05_judge.jpg",
"Olivia Rairden &amp; Shelby Burdette",
"Senior_Biological_Exhibits",
"Olivia Rairden &amp; Shelby Burdette (right and center) explain their project to judge Mike Goudy."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tp02.jpg",
"Wes McGraw &amp; Louie Broadhurst &amp; John Thompson",
"Senior_Physical_Exhibits",
"Wes McGraw &amp; Louie Broadhurst &amp; John Thompson<br>&laquo;&nbsp;Inflation vs. Bounce&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tp03.jpg",
"Lynnely Parker &amp; Bailie Bryant",
"Senior_Physical_Exhibits",
"Lynnely Parker &amp; Bailie Bryant<br>EISEF Senior Physical Division Class II winner<br>&laquo;&nbsp;A Comparison of Catalytic Oxidation of Bio-Based &amp; Fossil-Based Liquid Deicers on Aircraft Landing System Materials&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Adult Sponsor: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tp03_judge.jpg",
"Lynnely Parker &amp; Bailie Bryant",
"Senior_Physical_Exhibits",
"Lynnely Parker &amp; Bailie Bryant (right and center) explain their project to a judge."
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_judges_a.jpg",
"Judges on the Floor (literally)",
"Judging",
"In a pinch, the judges used <b>all</b> available surfaces when they were writing up scores and comments."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb07.jpg",
"Alyssa Bailey",
"Junior_Biological_Exhibits",
"Alyssa Bailey<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;The Effects of Acid Rain on Radish Seed Germination&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb19.jpg",
"Kaitlynn Beelman",
"Junior_Biological_Exhibits",
"Kaitlynn Beelman<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Effects of Metmyoglobin on the Flavor of Ground Beef&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb31.jpg",
"Kenneth William Templeton",
"Junior_Biological_Exhibits",
"Kenneth William Templeton<br>&laquo;&nbsp;What is the Effect of Liquids on Cells?&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Nadine Weirather"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb43.jpg",
"Haley Vandenberg",
"Junior_Biological_Exhibits",
"Haley Vandenberg<br>&laquo;&nbsp;How Temperature Affects Germination and Growth of <em>Glycine max</em> and Asoyia Beans&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Nadine Weirather"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb55.jpg",
"Christopher Wenger",
"Junior_Biological_Exhibits",
"Christopher Wenger<br>&laquo;&nbsp;Vitabeans&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp03.jpg",
"Warren Bailey",
"Junior_Physical_Exhibits",
"Warren Bailey<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;What Type of Garbage When Burned Produces the Most Energy?&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Nadine Weirather"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp09.jpg",
"Alex Brunstein",
"Junior_Physical_Exhibits",
"Alex Brunstein<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Wing Design for Fuel Efficiency: Part II&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall<br><br>The yellow and black structure standing in front of the exhibit is the catapult that Alex used to launch his test aircraft."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp09_judge.jpg",
"Alex Brunstein",
"Junior_Physical_Exhibits",
"Alex Brunstein (left) explains his project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp15.jpg",
"Dalton Bryant",
"Junior_Physical_Exhibits",
"Dalton Bryant<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Kill the Watts&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp19.jpg",
"Van Johnson",
"Junior_Physical_Exhibits",
"Van Johnson<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Hair Clogs in Drains&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Nadine Weirather"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp26.jpg",
"Traci Keller",
"Junior_Physical_Exhibits",
"Traci Keller<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Pump Up the Vacuum&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Nadine Weirather"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp33.jpg",
"Christopher Krebill",
"Junior_Physical_Exhibits",
"Christopher Krebill<br>&laquo;&nbsp;Growing Alum Crystals&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Nadine Weirather"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp33_judge_a.jpg",
"Christopher Krebill",
"Junior_Physical_Exhibits",
"Christopher Krebill (right) discusses his project with judge Jack Murphy."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp33_judge_b.jpg",
"Christopher Krebill",
"Junior_Physical_Exhibits",
"Christopher Krebill (right) describes his project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp38.jpg",
"Brian Krehbiel",
"Junior_Physical_Exhibits",
"Brian Krehbiel<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;Performance Under Pressure&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp45.jpg",
"Shelby Rooney",
"Junior_Physical_Exhibits",
"Shelby Rooney<br>&laquo;&nbsp;What Color Absorbs the Most Sound&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp53.jpg",
"Stormy Templeton",
"Junior_Physical_Exhibits",
"Stormy Templeton<br>&laquo;&nbsp;Homesick? Or is Home Sick of You?&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall<br><br>Stormy was an EISEF Junior Champion in 2006."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt02.jpg",
"Tiffany Burgess &amp; Kelly Riddle",
"Junior_Teams_Exhibits",
"Tiffany Burgess &amp; Kelly Riddle<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;Medicines vs. Liquids&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt09.jpg",
"Tia Johnson &amp; Katie Hocker",
"Junior_Teams_Exhibits",
"Tia Johnson &amp; Katie Hocker<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;SNAP, SHAKE, &amp; GLOW: The Magic of a Glowstick&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt09_judge.jpg",
"Tia Johnson &amp; Katie Hocker",
"Junior_Teams_Exhibits",
"Tia Johnson &amp; Katie Hocker (left and right) discussing their project with a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt17.jpg",
"Brandon Pezley &amp; Levi Edgar",
"Junior_Teams_Exhibits",
"Brandon Pezley &amp; Levi Edgar<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;Batter Up!  The Physics of Cheating in Baseball&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt27.jpg",
"Cailyn Spiker &amp; Taylor Pitford",
"Junior_Teams_Exhibits",
"Cailyn Spiker &amp; Taylor Pitford<br>&laquo;&nbsp;Liquid Detergents&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt35.jpg",
"Meagan Taube &amp; Jessica Beam",
"Junior_Teams_Exhibits",
"Meagan Taube &amp; Jessica Beam<br>&laquo;&nbsp;Chinampas&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt46.jpg",
"Bailey Templeton &amp; Nicole Staudte",
"Junior_Teams_Exhibits",
"Bailey Templeton &amp; Nicole Staudte<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;What Is the Effect of Temperature of Water on the Growth of Bush Beans?&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Nadine Weirather"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt50.jpg",
"Acacia Williams &amp; Tiffany Hildebrand",
"Junior_Teams_Exhibits",
"Acacia Williams &amp; Tiffany Hildebrand<br>&laquo;&nbsp;Copper &amp; Household Chemicals = Corrosion&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt51.jpg",
"Kayla Hasper &amp; Emilee Rairden",
"Junior_Teams_Exhibits",
"Kayla Hasper &amp; Emilee Rairden<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;Light For Less: Phase II &mdash; Dollars and Sense&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt51_judge.jpg",
"Kayla Hasper &amp; Emilee Rairden",
"Junior_Teams_Exhibits",
"Kayla Hasper &amp; Emilee Rairden (right and center) point out part of their exhibit to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt55.jpg",
"Jay Wilsey &amp; Bryce Bartholomew",
"Junior_Teams_Exhibits",
"Jay Wilsey &amp; Bryce Bartholomew<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;TTHM&mdash;A Disinfection By-Product&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Adult Sponsor: Kyle Van Ausdall"
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_jp_b.jpg",
"Junior Physical Exhibits",
"Exhibit_Areas",
"More Junior Physical exhibits during judging time."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp17.jpg",
"Cory Dies",
"Senior_Physical_Exhibits",
"Cory Dies<br>&laquo;&nbsp;BUTANOL: The Better Fuel.&nbsp;&raquo;<br>Durant HS, Durant<br>Adult Sponsor: Steve Koopmann"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp17_judge.jpg",
"Cory Dies",
"Senior_Physical_Exhibits",
"Cory Dies (left) gives a judge a handout about his project."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt21.jpg",
"Caleb Freund &amp; Allison Ralfs &amp; Austin Kessler",
"Junior_Teams_Exhibits",
"Caleb Freund &amp; Allison Ralfs (not shown) &amp; Austin Kessler<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;Farm Dust Explosions&nbsp;&raquo;<br>Durant MS, Durant<br>Adult Sponsor: Steve Koopmann"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt52.jpg",
"Samantha Horton &amp; Jessica McIntyre",
"Junior_Teams_Exhibits",
"Samantha Horton &amp; Jessica McIntyre<br>&laquo;&nbsp;Generating Electricity with Wind Turbines&nbsp;&raquo;<br>Durant MS, Durant<br>Adult Sponsor: Steve Koopmann"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb10.jpg",
"Brandy Faybik",
"Junior_Biological_Exhibits",
"Brandy Faybik<br>&laquo;&nbsp;Testing the Accuracy of Eyewitnesses&nbsp;&raquo;<br>Eddyville-Blakesburg HS, Eddyville<br>Adult Sponsor: Curt Johnston"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb36.jpg",
"MaKenzie Johnston",
"Junior_Biological_Exhibits",
"MaKenzie Johnston<br>&laquo;&nbsp;Water Floats?&nbsp;&raquo;<br>Eddyville-Blakesburg HS, Eddyville<br>Adult Sponsor: Curt Johnston"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb60.jpg",
"Brooke Lunsford",
"Junior_Biological_Exhibits",
"Brooke Lunsford<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Germ Killers&nbsp;&raquo;<br>Eddyville-Blakesburg HS, Eddyville<br>Adult Sponsor: Curt Johnston"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp16.jpg",
"Michael Gates",
"Junior_Physical_Exhibits",
"Michael Gates<br>&laquo;&nbsp;All Coiled Up&nbsp;&raquo;<br>Eddyville-Blakesburg HS, Eddyville<br>Adult Sponsor: Curt Johnston"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp24.jpg",
"Jacob Lane",
"Junior_Physical_Exhibits",
"Jacob Lane<br>&laquo;&nbsp;Ready, Aim, Fire&nbsp;&raquo;<br>Eddyville-Blakesburg HS, Eddyville<br>Adult Sponsor: Curt Johnston"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp56.jpg",
"Bradley Ver Steegh",
"Junior_Physical_Exhibits",
"Bradley Ver Steegh<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;3,2,1 Liftoff&nbsp;&raquo;<br>Eddyville-Blakesburg HS, Eddyville<br>Adult Sponsor: Curt Johnston"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb37.jpg",
"Katelyn Leonardo",
"Junior_Biological_Exhibits",
"Katelyn Leonardo<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Is Dog Saliva Lethal to Bacteria?&nbsp;&raquo;<br>Franklin MS, Cedar Rapids<br>Adult Sponsor: Leon Lueck"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb70.jpg",
"Elizabeth Townsend",
"Junior_Biological_Exhibits",
"Elizabeth Townsend<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Do Soil-Embeded Plants Absorb <em>Bacillus Cereus</em>?&nbsp;&raquo;<br>Franklin MS, Cedar Rapids<br>Adult Sponsor: Leon Lueck"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt14_a.jpg",
"Neel Ghosh &amp; Cole Rhatigan",
"Junior_Teams_Exhibits",
"Neel Ghosh (not shown) &amp; Cole Rhatigan<br>&laquo;&nbsp;The More Active Tennis Ball Is: Prince or Wilson?&nbsp;&raquo;<br>Franklin MS, Cedar Rapids<br>Adult Sponsor: Leon Lueck"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt14_b.jpg",
"Neel Ghosh &amp; Cole Rhatigan",
"Junior_Teams_Exhibits",
"Neel Ghosh &amp; Cole Rhatigan (not shown)<br>&laquo;&nbsp;The More Active Tennis Ball Is: Prince or Wilson?&nbsp;&raquo;<br>Franklin MS, Cedar Rapids<br>Adult Sponsor: Leon Lueck"
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_jp_c.jpg",
"Junior Physical Exhibits",
"Exhibit_Areas",
"Here's an entire row of Junior Physical exhibits when few judges were around."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb16.jpg",
"Tyler Darland",
"Junior_Biological_Exhibits",
"Tyler Darland<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Plants and CO<sub>2</sub>&nbsp;&raquo;<br>Fremont MS, Fremont<br>Adult Sponsor: Nancy Lane"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb47.jpg",
"Brett Roquet",
"Junior_Biological_Exhibits",
"Brett Roquet<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;To Grow or Not to Grow&nbsp;&raquo;<br>Fremont MS, Fremont<br>Adult Sponsor: Nancy Lane"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp51.jpg",
"Sean Hedge",
"Junior_Physical_Exhibits",
"Sean Hedge<br>&laquo;&nbsp;H<sub>2</sub>O: THINK BEFORE YOU DRINK&nbsp;&raquo;<br>Fremont MS, Fremont<br>Adult Sponsor: Nancy Lane"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp51_judge.jpg",
"Sean Hedge",
"Junior_Physical_Exhibits",
"Sean Hedge (right) describes his project to EISEF Fair Director Jeff Kuehl."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb28.jpg",
"Iry Eicher",
"Junior_Biological_Exhibits",
"Iry Eicher<br>&laquo;&nbsp;Spot the 9&nbsp;&raquo;<br>Ft Madison MS, Fort Madison<br>Adult Sponsor: Kelly Hackett"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb51.jpg",
"Aaron Grinstead",
"Junior_Biological_Exhibits",
"Aaron Grinstead<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Sight for Sore Eyes&nbsp;&raquo;<br>Ft Madison MS, Fort Madison<br>Adult Sponsor: Kelly Hackett"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb75.jpg",
"Jennie Simpson",
"Junior_Biological_Exhibits",
"Jennie Simpson<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Irritation Deteioration&nbsp;&raquo;<br>Ft Madison MS, Fort Madison<br>Adult Sponsor: Kelly Hackett"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp01.jpg",
"Brooke Johnson",
"Junior_Physical_Exhibits",
"Brooke Johnson<br>&laquo;&nbsp;Does The Flow of Water Effect How Much Energy is Generated?&nbsp;&raquo;<br>Ft Madison MS, Fort Madison<br>Adult Sponsor: Kelly Hackett"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp10.jpg",
"Stuart McCalmont",
"Junior_Physical_Exhibits",
"Stuart McCalmont<br>&laquo;&nbsp;Angular Momentum&nbsp;&raquo;<br>Ft Madison MS, Fort Madison<br>Adult Sponsor: Kelly Hackett"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp52.jpg",
"Dakota McWhortor",
"Junior_Physical_Exhibits",
"Dakota McWhortor<br>&laquo;&nbsp;Batteries: Does the Cost of a Battery Have any Effect on How Long It Lasts?&nbsp;&raquo;<br>Ft Madison MS, Fort Madison<br>Adult Sponsor: Kelly Hackett"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt23.jpg",
"Taylor Culbertson &amp; Alyssa Houston",
"Junior_Teams_Exhibits",
"Taylor Culbertson &amp; Alyssa Houston<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;Is Clean Really Clean?&nbsp;&raquo;<br>Ft Madison MS, Fort Madison<br>Adult Sponsor: Kelly Hackett"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt23_judge.jpg",
"Taylor Culbertson &amp; Alyssa Houston",
"Junior_Teams_Exhibits",
"Taylor Culbertson &amp; Alyssa Houston (left and right) describe their project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt39.jpg",
"Cody Pumphrey &amp; Brittany Burdette",
"Junior_Teams_Exhibits",
"Cody Pumphrey &amp; Brittany Burdette<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;Hoof Flex vs Hoof Saver&nbsp;&raquo;<br>Ft Madison MS, Fort Madison<br>Adult Sponsor: Kelly Hackett"
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_tchr_mtg_10.jpg",
"Teachers' Meeting",
"EISEF_HQ",
"Some of the teachers at the teachers' meeting, where the teachers who brought students to the Fair meet with Fair staff to exchange views and information.<br><br>Front row (r&ndash;l): Amanda Schiller, Nadine Weirather, Kyle Van Ausdall, Chris Parrish, Mary Tarnoff."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_tchr_mtg_30.jpg",
"Teachers' Meeting",
"EISEF_HQ",
"Teachers and Fair staff at the teachers' meeting.<br>Fair staff (r&ndash;l): Heather Adams, Jeff Kuehl, Walker Kelly, Susan Noreuil (sitting at pillar), Linda Kelly (just in front of pillar)."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_jp_d.jpg",
"Junior Physical Exhibits",
"Exhibit_Areas",
"Close-up of judges interviewing three Junior Physical exhibitors.  (L&ndash;r): Megha Puranam, judge Maryuri Roca, unidentified judge, Paavani Kar, Bryce Sines, unidentified judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb01.jpg",
"Jordan Anderson",
"Junior_Biological_Exhibits",
"Jordan Anderson<br>&laquo;&nbsp;Is Remembering Hard to Remember?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Amanda Falck"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb05.jpg",
"Rachel Collingsworth",
"Junior_Biological_Exhibits",
"Rachel Collingsworth<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;The Beat behind the Music&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb08.jpg",
"Victoria Dabler",
"Junior_Biological_Exhibits",
"Victoria Dabler<br>&laquo;&nbsp;Shopping &amp; Its Unseen Dangers&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb11.jpg",
"Danny Davies",
"Junior_Biological_Exhibits",
"Danny Davies<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;The Effects of Air Pressure on the Growth of Plants&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb14.jpg",
"Paige Ermer",
"Junior_Biological_Exhibits",
"Paige Ermer<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Water Quality&mdash;What You Can't See&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb20.jpg",
"Amy Hanson",
"Junior_Biological_Exhibits",
"Amy Hanson<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Flexibility Frenzy&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb23.jpg",
"Shauna Happel",
"Junior_Biological_Exhibits",
"Shauna Happel<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Got Balance?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb26.jpg",
"Tom Henry",
"Junior_Biological_Exhibits",
"Tom Henry<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Sweet!&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Amanda Falck"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb29.jpg",
"Anna Hobart",
"Junior_Biological_Exhibits",
"Anna Hobart<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;The Effects of Music on Plants&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Amanda Falck"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb32.jpg",
"Allison Kindig",
"Junior_Biological_Exhibits",
"Allison Kindig<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Do Antacids Actually Work?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb32_judge.jpg",
"Allison Kindig",
"Junior_Biological_Exhibits",
"Allison Kindig (right) explains her project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb35.jpg",
"Alex Larson",
"Junior_Biological_Exhibits",
"Alex Larson<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Caffeine Rush&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb35_judge.jpg",
"Alex Larson",
"Junior_Biological_Exhibits",
"Alex Larson (facing camera) explains his project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb38.jpg",
"Tyler Mattox",
"Junior_Biological_Exhibits",
"Tyler Mattox<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;The Effects of UV light on the Growth of Bacteria&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb41.jpg",
"Olivia Meier",
"Junior_Biological_Exhibits",
"Olivia Meier<br>&laquo;&nbsp;Wall Sits vs. Toe Raises&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb48.jpg",
"Valerie Ross",
"Junior_Biological_Exhibits",
"Valerie Ross<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Batch Game&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess<br><br>Yes, that's a pan of cookies on the table.  Valerie has properly covered them, as required by EISEF's Display Rules."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb52.jpg",
"Chase Sullivan",
"Junior_Biological_Exhibits",
"Chase Sullivan<br>&laquo;&nbsp;Beans: Humid or Not?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Amanda Falck"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb56.jpg",
"Robert Sweet",
"Junior_Biological_Exhibits",
"Robert Sweet<br>&laquo;&nbsp;Power Surge&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb59.jpg",
"Sabrina Wilcox",
"Junior_Biological_Exhibits",
"Sabrina Wilcox<br>&laquo;&nbsp;The Effects of Different Lights on Plant Growth&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb59_judge.jpg",
"Sabrina Wilcox",
"Junior_Biological_Exhibits",
"Sabrina Wilcox (facing camera) points out part of her exhibit to judge Dave Murray.<br><br>Dave is a member of the EISEF Board of Directors.  He's judging for the US Metric Association award, as shown by the green sheet on his clipboard."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb63.jpg",
"John Zauche",
"Junior_Biological_Exhibits",
"John Zauche<br>&laquo;&nbsp;Bubbly Grass&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp02_b.jpg",
"Katie Boyle",
"Junior_Physical_Exhibits",
"Katie Boyle<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;The Amount of Light Passing Though Different Paper Compositions&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp02_judge.jpg",
"Katie Boyle",
"Junior_Physical_Exhibits",
"Katie Boyle (right) explains her project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp05.jpg",
"Kyle Burke",
"Junior_Physical_Exhibits",
"Kyle Burke<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;The Effects of Air Fresheners on Air Quality&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp08.jpg",
"Benjamin Davis",
"Junior_Physical_Exhibits",
"Benjamin Davis<br>&laquo;&nbsp;The \"Wright\" Wing&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp11.jpg",
"Alexa Landon-Heinbuch",
"Junior_Physical_Exhibits",
"Alexa Landon-Heinbuch<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Picture This&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp14.jpg",
"Dael Lockhart",
"Junior_Physical_Exhibits",
"Dael Lockhart<br>&laquo;&nbsp;The Effect of the Length of the Fuselage on a Model Rocket&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp25.jpg",
"John Mettler",
"Junior_Physical_Exhibits",
"John Mettler<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;What A Breeze!&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp28.jpg",
"Alex Niebuhr",
"Junior_Physical_Exhibits",
"Alex Niebuhr<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;The Baseball Drop&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Amanda Falck"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp32.jpg",
"Stefan Nutt",
"Junior_Physical_Exhibits",
"Stefan Nutt<br>&laquo;&nbsp;Melting Ice Naturally&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp35.jpg",
"Emily O'Brien",
"Junior_Physical_Exhibits",
"Emily O'Brien<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;The Effects of Temperature, Wire Length, and Wire Type on Electrical Circuits&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp39.jpg",
"Jason Rettig",
"Junior_Physical_Exhibits",
"Jason Rettig<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;Which line to buy&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp42.jpg",
"Megha Puranam",
"Junior_Physical_Exhibits",
"Megha Puranam<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Effects of Different Insulation on Fabric&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp46.jpg",
"Jud Rhoades",
"Junior_Physical_Exhibits",
"Jud Rhoades<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Solar Panels: Soakin' Up More Than Just The Sun?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp50.jpg",
"Derek Tanner",
"Junior_Physical_Exhibits",
"Derek Tanner<br>&laquo;&nbsp;Hover Mania&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Amanda Falck"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp54.jpg",
"Morgan Vanderlind",
"Junior_Physical_Exhibits",
"Morgan Vanderlind<br>&laquo;&nbsp;Not Exactly Music to Your Ears&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp57.jpg",
"Dane Worley",
"Junior_Physical_Exhibits",
"Dane Worley<br>&laquo;&nbsp;You Better Watch Out Tiger Woods!&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt15.jpg",
"Tyler Pape &amp; Trevor Wood",
"Junior_Teams_Exhibits",
"Tyler Pape &amp; Trevor Wood<br>&laquo;&nbsp;The Effect of Blade Angles on Voltage&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Adult Sponsor: Jean Oberbroeckling"
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_jt_a.jpg",
"Junior Team Exhibits",
"Exhibit_Areas",
"Some of the 45 Junior Teams exhibits at the Fair.  With two students per exhibit instead of just one, the team exhibit areas became especially crowded.  This year we set up the tables with 10 feet of space between the rows instead of 8 feet, which made for less crowding than in years past."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb02.jpg",
"Austin Abolt",
"Junior_Biological_Exhibits",
"Austin Abolt<br>&laquo;&nbsp;How Much Vitamin C are You Getting?&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb02_judge.jpg",
"Austin Abolt",
"Junior_Biological_Exhibits",
"A judge asks Austin Abolt (right) about part of his project."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb15.jpg",
"Darian Auge",
"Junior_Biological_Exhibits",
"Darian Auge<br>&laquo;&nbsp;Eaters' Digest&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb27.jpg",
"Elise Gregg",
"Junior_Biological_Exhibits",
"Elise Gregg<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;pHatal to Foliage&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb42.jpg",
"Therese Janosik",
"Junior_Biological_Exhibits",
"Therese Janosik<br>&laquo;&nbsp;Gummy Brains&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb54.jpg",
"Theresa McKinley",
"Junior_Biological_Exhibits",
"Theresa McKinley<br>&laquo;&nbsp;Got Milk?&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb62.jpg",
"Brent Stuekerjuergen",
"Junior_Biological_Exhibits",
"Brent Stuekerjuergen<br>&laquo;&nbsp;Does pH Affect Plant Growth?&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp20.jpg",
"Paul Gregory",
"Junior_Physical_Exhibits",
"Paul Gregory<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Wireless vs. Weather&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp58.jpg",
"Megan McFadden",
"Junior_Physical_Exhibits",
"Megan McFadden<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;No Pain, No Stain&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt01.jpg",
"Zach Bartlett &amp; Josh Fullenkamp",
"Junior_Teams_Exhibits",
"Zach Bartlett &amp; Josh Fullenkamp<br>&laquo;&nbsp;Solar Power&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt07.jpg",
"Haley Cullen &amp; Bonnie Pickford",
"Junior_Teams_Exhibits",
"Haley Cullen &amp; Bonnie Pickford<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;Don't Get Mad Get Glad&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt07_judge.jpg",
"Haley Cullen &amp; Bonnie Pickford",
"Junior_Teams_Exhibits",
"Haley Cullen &amp; Bonnie Pickford (center and right) describe their project to judge Mary Tarnoff."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt13.jpg",
"Danielle Derr &amp; Jenna Freesmeier",
"Junior_Teams_Exhibits",
"Danielle Derr &amp; Jenna Freesmeier<br>&laquo;&nbsp;Need Caffeine?&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt19.jpg",
"Sarah Dykstra &amp; Haley Wellman",
"Junior_Teams_Exhibits",
"Sarah Dykstra &amp; Haley Wellman<br>&laquo;&nbsp;Polish Out&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt22.jpg",
"Daryn Fraise &amp; Cody Brinck",
"Junior_Teams_Exhibits",
"Daryn Fraise &amp; Cody Brinck<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;Ballin&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt25.jpg",
"Erin Garmoe &amp; Theresa Bainbridge",
"Junior_Teams_Exhibits",
"Erin Garmoe &amp; Theresa Bainbridge<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;N &amp; N&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt28.jpg",
"Colby Hoyer &amp; Rachel Dykstra",
"Junior_Teams_Exhibits",
"Colby Hoyer &amp; Rachel Dykstra<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;Stayin' Alive&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt31.jpg",
"Alicia Keenan &amp; Maggie Silva",
"Junior_Teams_Exhibits",
"Alicia Keenan &amp; Maggie Silva<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;D.O. to the X-treme&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt34.jpg",
"Deanna Knustrom &amp; Trisha Meierotto",
"Junior_Teams_Exhibits",
"Deanna Knustrom &amp; Trisha Meierotto<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;Agua Plant&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt37.jpg",
"Brice Menke &amp; Jordan Brown",
"Junior_Teams_Exhibits",
"Brice Menke &amp; Jordan Brown<br>&laquo;&nbsp;The Power of Music&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt40.jpg",
"Ben Pieper &amp; Dacota Holtkamp",
"Junior_Teams_Exhibits",
"Ben Pieper &amp; Dacota Holtkamp<br>&laquo;&nbsp;Wood Works&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt43.jpg",
"Maria Knight &amp; Abby Poetting",
"Junior_Teams_Exhibits",
"Maria Knight (left) &amp; Abby Poetting<br>&laquo;&nbsp;Foundation On&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt45.jpg",
"Ben Rector &amp; Patrick Jansen",
"Junior_Teams_Exhibits",
"Ben Rector &amp; Patrick Jansen<br>&laquo;&nbsp;Battery Life!&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt48.jpg",
"Brady Roth &amp; Trent Pieper",
"Junior_Teams_Exhibits",
"Brady Roth &amp; Trent Pieper<br>&laquo;&nbsp;Pop and Nails&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt49.jpg",
"Kelli Steffensmeier &amp; Becca Kokjohn",
"Junior_Teams_Exhibits",
"Kelli Steffensmeier &amp; Becca Kokjohn<br>&laquo;&nbsp;What Paper Towel Is Best For Your Mess ?&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt54.jpg",
"Derek Vandenberg &amp; Benjamin Bolander",
"Junior_Teams_Exhibits",
"Derek Vandenberg &amp; Benjamin Bolander<br>&laquo;&nbsp;The Trashy Experiment&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt54_judge.jpg",
"Derek Vandenberg &amp; Benjamin Bolander",
"Junior_Teams_Exhibits",
"Derek Vandenberg &amp; Benjamin Bolander (left and center) discuss their project with a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt56.jpg",
"Danielle Watznauer &amp; Holly O'Brien",
"Junior_Teams_Exhibits",
"Danielle Watznauer &amp; Holly O'Brien<br>&laquo;&nbsp;Cereal: Name Brand vs. Generic&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Adult Sponsor: Jill Hermes"
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_jb_a.jpg",
"Junior Biological Exhibits",
"Exhibit_Areas",
"An entire row of Junior Biological exhibits, six out of the 70 JB exhibits at this year's Fair."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp55.jpg",
"Stephanie Baker",
"Junior_Physical_Exhibits",
"Stephanie Baker<br>&laquo;&nbsp;Comparing Light Bulbs&nbsp;&raquo;<br>Keota HS, Keota<br>Adult Sponsor: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt42.jpg",
"Kaitlyn Schmitt &amp; Shawna Sieren",
"Junior_Teams_Exhibits",
"Kaitlyn Schmitt &amp; Shawna Sieren<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;Germinator: Is Hand Sanitizer Really Worth the Money?&nbsp;&raquo;<br>Keota HS, Keota<br>Adult Sponsor: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp01.jpg",
"Shelby Sieren",
"Senior_Physical_Exhibits",
"Shelby Sieren<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;Glycerin Increasing the Burn in Biomass&nbsp;&raquo;<br>Keota HS, Keota<br>Adult Sponsor: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp01_judge.jpg",
"Shelby Sieren",
"Senior_Physical_Exhibits",
"Shelby Sieren (center) explains her project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp06.jpg",
"Jacob Temple",
"Senior_Physical_Exhibits",
"Jacob Temple<br>EISEF Senior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Using Digital Photography to Observe Glacial Melting&nbsp;&raquo;<br>Keota HS, Keota<br>Adult Sponsor: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tp04.jpg",
"Lucas Draisey &amp; Ethan Henderson",
"Senior_Physical_Exhibits",
"Lucas Draisey &amp; Ethan Henderson<br>EISEF Senior Physical Division Class II winner<br>&laquo;&nbsp;Ethanol: Friend or Foe&nbsp;&raquo;<br>Keota HS, Keota<br>Adult Sponsor: Chris Parrish"
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_judges_b.jpg",
"Judges at a Kiosk",
"Judging",
"Judges writing up their scores and comments.  At left is Steve Abell."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb03.jpg",
"Dominic Borg",
"Junior_Biological_Exhibits",
"Dominic Borg<br>&laquo;&nbsp;The Effects of Coherent Electromagnetic Fields&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb06.jpg",
"Joella Travis",
"Junior_Biological_Exhibits",
"Joella Travis<br>&laquo;&nbsp;Can You Improve Your Eyes by Doing Eye Exercises?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb06_judge.jpg",
"Joella Travis",
"Junior_Biological_Exhibits",
"Joella Travis (right) explains her project to judge Rachael Collier.<br><br>Ms. Collier was an EISEF Senior Champion in 2002 and 2004."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb09.jpg",
"Elysia Belilove",
"Junior_Biological_Exhibits",
"Elysia Belilove<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Can Plants Read Your Mind?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb18.jpg",
"Danielle Briggs",
"Junior_Biological_Exhibits",
"Danielle Briggs<br>&laquo;&nbsp;Which Produces Healthier Plants: Worm Castings or Miracle-Gro?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb21.jpg",
"Coco Clark",
"Junior_Biological_Exhibits",
"Coco Clark<br>&laquo;&nbsp;Can Plants Read? Do Plants Feel Intentions Through Words?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb25.jpg",
"Lila Cutter",
"Junior_Biological_Exhibits",
"Lila Cutter<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Meditation Meets Memory&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mark Cutter"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb30.jpg",
"Tama Eagleson",
"Junior_Biological_Exhibits",
"Tama Eagleson<br>&laquo;&nbsp;Can Use of Cell Phones Affect Math Scores?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb34.jpg",
"Wesley Folz",
"Junior_Biological_Exhibits",
"Wesley Folz<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;The Effect Electromagnetic Field Radiation has on Plants.&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb40.jpg",
"Auriel Jones",
"Junior_Biological_Exhibits",
"Auriel Jones<br>&laquo;&nbsp;Do Teens Really Go To The Coffee Shop for Coffee?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb45.jpg",
"Penelope Makeig",
"Junior_Biological_Exhibits",
"Penelope Makeig<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Do Dogs Prefer TV or Music?  Comparing whether dogs become more subdued by playing 10 minutes of music or 10 minutes of TV News based on an arousal scale.&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb50.jpg",
"Laura Onasch-Vera",
"Junior_Biological_Exhibits",
"Laura Onasch-Vera<br>&laquo;&nbsp;Can Plants Enjoy a Silent Movie?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb57.jpg",
"Emily Pfoutz",
"Junior_Biological_Exhibits",
"Emily Pfoutz<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Equine Massage: effects on horses&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb61.jpg",
"Brenton Schwartz",
"Junior_Biological_Exhibits",
"Brenton Schwartz<br>&laquo;&nbsp;Music and Memory&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb64.jpg",
"Ryan Stakland",
"Junior_Biological_Exhibits",
"Ryan Stakland<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;The Effects of Negative Ionization on Human Performance&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb67.jpg",
"Derek Thatcher",
"Junior_Biological_Exhibits",
"Derek Thatcher<br>&laquo;&nbsp;Effects of Olfactory Components on Manual Dexterity&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb69.jpg",
"Dodie Paige Thiel",
"Junior_Biological_Exhibits",
"Dodie Paige Thiel<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;The Secret Life of Strawberries; Can You Extend Your Strawberries' Shelf Life?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb71.jpg",
"Jhana Valentine",
"Junior_Biological_Exhibits",
"Jhana Valentine<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;How Much Bacteria is On Your Soda Can?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb71_judge.jpg",
"Jhana Valentine",
"Junior_Biological_Exhibits",
"Jhana Valentine (right) expounds on her project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb74.jpg",
"Pandy Wadsworth",
"Junior_Biological_Exhibits",
"Pandy Wadsworth<br>&laquo;&nbsp;Are I-pods Destroying Our Hearing?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb74_judge.jpg",
"Pandy Wadsworth",
"Junior_Biological_Exhibits",
"Pandy Wadsworth (left) discusses her project with a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb76.jpg",
"Tahra Wilkins",
"Junior_Biological_Exhibits",
"Tahra Wilkins<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Is There a Time That's Best to Water Your Plants&mdash;Morning, Afternoon, Evening or Randomly&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp07.jpg",
"Raph Burne",
"Junior_Physical_Exhibits",
"Raph Burne<br>EISEF Junior Champion<br>&laquo;&nbsp;Sound Insulating Test&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff",
"images_2007/2007_exhibit_jp07_big.jpg"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp17.jpg",
"Hillel Costeff",
"Junior_Physical_Exhibits",
"Hillel Costeff<br>&laquo;&nbsp;What Factors Affect Computer Calculation Speed?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp30.jpg",
"Atreya Dey",
"Junior_Physical_Exhibits",
"Atreya Dey<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;Can We Replace Road Salt with Exothermic Organic Materials?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp43.jpg",
"Paavani Kar",
"Junior_Physical_Exhibits",
"Paavani Kar<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;Which Shape of Ice Melts Fastest&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp60.jpg",
"Toby Walker",
"Junior_Physical_Exhibits",
"Toby Walker<br>&laquo;&nbsp;Science stuff&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Adult Sponsor: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb22.jpg",
"Austin Bennett",
"Junior_Biological_Exhibits",
"Austin Bennett<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Is Your Sweet Corn Sweetest At Sunrise?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb46.jpg",
"Tyson Lamb",
"Junior_Biological_Exhibits",
"Tyson Lamb<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Which Type of <em>Zea Mays</em> Has More Starch for Ethanol Production?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb65.jpg",
"William Newman",
"Junior_Biological_Exhibits",
"William Newman<br>&laquo;&nbsp;Caffeine Waves: Does caffeine make you smarter?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp04.jpg",
"Tasha Christofferson",
"Junior_Physical_Exhibits",
"Tasha Christofferson<br>&laquo;&nbsp;Old Fashion Fire Extinshuer&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp13.jpg",
"Tony J. Dailey",
"Junior_Physical_Exhibits",
"Tony J. Dailey<br>&laquo;&nbsp;\"Can I get Voltage from a Lemon, Orange, or Banana?\"&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp22.jpg",
"Jordan Hagedon",
"Junior_Physical_Exhibits",
"Jordan Hagedon<br>&laquo;&nbsp;Which Bridge Structure is the Strongest?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp27.jpg",
"Tyler Moore",
"Junior_Physical_Exhibits",
"Tyler Moore<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;7th Grade Prep School 101&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp34.jpg",
"Derek Morales",
"Junior_Physical_Exhibits",
"Derek Morales<br>&laquo;&nbsp;High Voltage Anti-gravity&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp41.jpg",
"Rachel Shaw",
"Junior_Physical_Exhibits",
"Rachel Shaw<br>&laquo;&nbsp;How Hot Am I?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp44.jpg",
"Bryce Sines",
"Junior_Physical_Exhibits",
"Bryce Sines<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;What Bridge Design Holds the Most Weight?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp44_judge.jpg",
"Bryce Sines",
"Junior_Physical_Exhibits",
"Bryce Sines (facing camera) takes a question from a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp49.jpg",
"Anna Wilcox",
"Junior_Physical_Exhibits",
"Anna Wilcox<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Insulating Materials&mdash;Efficient or Not?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Adult Sponsor: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb73.jpg",
"Shelby Miller",
"Junior_Biological_Exhibits",
"Shelby Miller<br>EISEF Junior Champion<br>&laquo;&nbsp;Calcium Absorption &amp; Elemental Calcium In Supplements&nbsp;&raquo;<br>Riverbend MS, Iowa Falls<br>Adult Sponsor: Ronn Rickels",
"images_2007/2007_exhibit_jb73_big.jpg"
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_judges_c.jpg",
"Judges in the Senior Area",
"Judging",
"Two judges on their way to their next senior exhibits."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp31.jpg",
"Isaiah Nieuwsma",
"Junior_Physical_Exhibits",
"Isaiah Nieuwsma<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Project Meltdown&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Adult Sponsor: Shannon Webb"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt03.jpg",
"Autumn Barnhart &amp; Hayley Allsup",
"Junior_Teams_Exhibits",
"Autumn Barnhart &amp; Hayley Allsup<br>&laquo;&nbsp;Heating Up the House&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Adult Sponsor: Shannon Webb"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt11.jpg",
"Kaitelynn Benson &amp; Erin Steinhart",
"Junior_Teams_Exhibits",
"Kaitelynn Benson &amp; Erin Steinhart<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;Let's Get Poppin&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Adult Sponsor: Shannon Webb"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt26.jpg",
"Jenna Kurtz &amp; Julia Mohr",
"Junior_Teams_Exhibits",
"Jenna Kurtz &amp; Julia Mohr<br>&laquo;&nbsp;Tub-a-Lard&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Adult Sponsor: Shannon Webb"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt33.jpg",
"Alyssa Manchester &amp; Allison Glandon",
"Junior_Teams_Exhibits",
"Alyssa Manchester &amp; Allison Glandon<br>&laquo;&nbsp;I See Vitamin C&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Adult Sponsor: Shannon Webb"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt41.jpg",
"Sydney Patterson &amp; Mercedes Tremmel",
"Junior_Teams_Exhibits",
"Sydney Patterson &amp; Mercedes Tremmel<br>&laquo;&nbsp;What's In Your Water?&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Adult Sponsor: Shannon Webb"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt47.jpg",
"Lincoln Schmidt &amp; Bryce Snakenberg",
"Junior_Teams_Exhibits",
"Lincoln Schmidt &amp; Bryce Snakenberg<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;<em>E. coli</em> Where Art Thou?&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Adult Sponsor: Shannon Webb"
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_jb_b.jpg",
"Junior Biological Exhibits",
"Exhibit_Areas",
"More of the Junior Biological exhibits in judging time.  In the foreground a judge is writing up comments on a exhibit."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp14.jpg",
"Nicolas Aguilar",
"Senior_Physical_Exhibits",
"Nicolas Aguilar<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;Vertical-Axis vs. Horizontal Axis Wind Turbines&nbsp;&raquo;<br>Solon HS, Solon<br>Adult Sponsor: Bennett Kenyon Brown"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp14_judges_a.jpg",
"Nicolas Aguilar",
"Senior_Physical_Exhibits",
"A lot of judges want to see Nicolas Aguilar's exhibit.<br>Nicolas is on the left."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp14_judges_b.jpg",
"Nicolas Aguilar",
"Senior_Physical_Exhibits",
"Even <b>more</b> judges want to see Nicolas Aguilar's exhibit....<br>Nicolas is on the left.  Closest to him is Rod Blocksome, then Steve Enke."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_tp01.jpg",
"Ryan Krafka &amp; Reed Agne",
"Senior_Physical_Exhibits",
"Ryan Krafka &amp; Reed Agne<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;Got Wind?  The Effect of Turbine Blade Design and Pitch on Torque&nbsp;&raquo;<br>Solon HS, Solon<br>Adult Sponsor: Dan Krafka"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp29.jpg",
"Andrew Fogerty",
"Junior_Physical_Exhibits",
"Andrew Fogerty<br>&laquo;&nbsp;A Vinegar and Baking Soda Fire Extinguisher.&nbsp;&raquo;<br>St. Joseph MS, Marion<br>Adult Sponsor: Justin Hanna"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp23.jpg",
"Timothy Nass II",
"Junior_Physical_Exhibits",
"Timothy Nass II<br>&laquo;&nbsp;The Breaking Point&nbsp;&raquo;<br>St. Joseph's, Bellevue<br>Adult Sponsor: Jennifer Upmann"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp23_judge.jpg",
"Timothy Nass II",
"Junior_Physical_Exhibits",
"Timothy Nass (left) discusses his project with judge Amy Marquardt.<br><br>Ms. Marquardt was an EISEF Junior Champion in 2001 and Senior Champion in 2003 and 2005."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp37.jpg",
"Nicholas Schroeder",
"Junior_Physical_Exhibits",
"Nicholas Schroeder<br>&laquo;&nbsp;The Effect of Sand-Grain Size on the Durability of Concrete.&nbsp;&raquo;<br>St. Joseph's, Bellevue<br>Adult Sponsor: Jennifer Upmann"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp10.jpg",
"Matthew Boddicker",
"Senior_Physical_Exhibits",
"Matthew Boddicker<br>&laquo;&nbsp;No Strings Attached!&nbsp;&raquo;<br>UNI Upward Bound Math &amp; Science, Waterloo<br>Adult Sponsor: Latricia Hylton"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sp10_judge.jpg",
"Matthew Boddicker",
"Senior_Physical_Exhibits",
"Matthew Boddicker (right) points out part of his exhibit to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_sb09.jpg",
"Lily Zeng",
"Senior_Biological_Exhibits",
"Lily Zeng<br>EISEF Senior Biological Division Class II winner<br>&laquo;&nbsp;Tree of Life&nbsp;&raquo;<br>University of Iowa, Iowa City<br>Adult Sponsor: John Logsdon"
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_judges_e.jpg",
"Judges by the Fountain",
"Judging",
"Judges sit on the fountain in Lindale Mall's Center Court while they write up their scores and comments.<br><br>Facing the camera (l&ndash;r): Andy Gilds, Kyle Litwin, Joe Taylor."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb24.jpg",
"Lacey Beall",
"Junior_Biological_Exhibits",
"Lacey Beall<br>&laquo;&nbsp;Candy vs Medicine&nbsp;&raquo;<br>Van Buren Comm. Sch., Keosauqua<br>Adult Sponsor: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb39.jpg",
"Kenzie Crane",
"Junior_Biological_Exhibits",
"Kenzie Crane<br>&laquo;&nbsp;Potting Soil&nbsp;&raquo;<br>Van Buren Comm. Sch., Keosauqua<br>Adult Sponsor: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jb53.jpg",
"Tayler Hurley",
"Junior_Biological_Exhibits",
"Tayler Hurley<br>&laquo;&nbsp;Gravitropism of Seeds&nbsp;&raquo;<br>Van Buren Comm. Sch., Keosauqua<br>Adult Sponsor: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp12.jpg",
"Travis Duke",
"Junior_Physical_Exhibits",
"Travis Duke<br>&laquo;&nbsp;Health Risks In Pans&nbsp;&raquo;<br>Van Buren Comm. Sch., Keosauqua<br>Adult Sponsor: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jp40.jpg",
"Kathryn Sandry",
"Junior_Physical_Exhibits",
"Kathryn Sandry<br>&laquo;&nbsp;Sugars and The Body&nbsp;&raquo;<br>Van Buren Comm. Sch., Keosauqua<br>Adult Sponsor: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt12.jpg",
"Jessica Fett &amp; Jordan Staton",
"Junior_Teams_Exhibits",
"Jessica Fett (left) &amp; Jordan Staton<br>&laquo;&nbsp;EWF (Energy With Food)&nbsp;&raquo;<br>Van Buren Comm. Sch., Keosauqua<br>Adult Sponsor: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt20.jpg",
"Maria Hendricks &amp; Calvin Mertens",
"Junior_Teams_Exhibits",
"Maria Hendricks &amp; Calvin Mertens (not shown)<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;Acid Rain&nbsp;&raquo;<br>Van Buren Comm. Sch., Keosauqua<br>Adult Sponsor: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt32.jpg",
"Karen Livesay &amp; Jessica Saunders",
"Junior_Teams_Exhibits",
"Karen Livesay &amp; Jessica Saunders<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;High Potential&nbsp;&raquo;<br>Van Buren Comm. Sch., Keosauqua<br>Adult Sponsor: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt38.jpg",
"Jake McQuoid &amp; Ryan Thornsberry",
"Junior_Teams_Exhibits",
"Jake McQuoid &amp; Ryan Thornsberry<br>&laquo;&nbsp;Rain Gutter Cleaning System&nbsp;&raquo;<br>Van Buren Comm. Sch., Keosauqua<br>Adult Sponsor: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Exhibits",
"images_2007/2007_exhibit_jt53.jpg",
"Kira Savage &amp; Lauren Parrish",
"Junior_Teams_Exhibits",
"Kira Savage &amp; Lauren Parrish<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;Ethanol &amp; E85's Excellent Adventure with Corrosion&nbsp;&raquo;<br>Williamsburg Jr/Sr HS, Williamsburg<br>Adult Sponsor: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_judging_210.jpg",
"Waiting for the Judges",
"Judging",
"It's 11:14, the judges haven't returned with their scores yet, and the Division Leads relax for a moment before the storm.<br><br>In the foreground are Mark Kraus (yellow armband, Junior Teams) and Brad Ajango (red, Junior Physical).  In the background by the pillar is Doug Beadle (Senior Physical)."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_judging_220.jpg",
"Getting Ready for the Judges",
"Judging",
"Senior Physical Division Lead Doug Beadle makes sure his area is ready for his judges to return and post their scores."
);


MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_area_judges_d.jpg",
"Judges outside HQ",
"Judging",
"These judges are sitting outside EISEF HQ (there are chairs and quiet here) to write up their scores.  When they're done, they'll head inside to post their scores."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_judging_230.jpg",
"Posting JB Scores",
"Judging",
"Judges posting scores for the Junior Biological Division, overseen by Division Lead Otto Rajtora (orange armband).<br><br>At the far right facing the camera is Laura Runkle."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_hq_judging_240.jpg",
"Posting JP Scores",
"Judging",
"A judge is posting his scores for the Junior Physical Division, while Division Lead Brad Ajango (red armband) checks the overall progress."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_070_trophies.jpg",
"Trophies for Champions",
"Awards_Ceremony",
"The trophies await today's champions.<br><br>Junior Champions will receive the two on the left.<br><br>Senior Champions will receive the two on the right;  the plaques are for their schools."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_010_audience.jpg",
"Audience is Ready",
"Awards_Ceremony",
"The right half of the audience waits for the Awards Ceremony to start."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_020_audience.jpg",
"Audience is Ready",
"Awards_Ceremony",
"The left half is eager to begin, too."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_060_staff.jpg",
"Awards Presentation Staff",
"Awards_Ceremony",
"Walker Kelly (at the lectern) amuses the audience while waiting for the ceremony to start.<br>Behind him is Fair Director Jeff Kuehl.<br>EISEF President Colleen Kobe (yellow shirt) talks to Steve Adams, who will present the Alan Adams Awards."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_030_rack.jpg",
"Awards Rack Arrives",
"Awards_Ceremony",
"A rare glimpse of the Awards Rack as the backstage Awards Staff moves it to the staging area for the ceremony.<br><br>For each award, the rack carries one bag.  Each bag contains a cue sheet for the master of ceremonies, plus the certificates, medallions, checks, and other prizes that go to the award winners.<br><br>Soon the ceremony can start...."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_100_alan_adams.jpg",
"Alan B. Adams Award",
"Awards_Ceremony",
"Steve Adams (foreground, holding microphone) describes the Alan B. Adams Award."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_102_alan_adams.jpg",
"Alan B. Adams Award",
"Awards_Ceremony",
"Steve Adams presents a Student's award to Brent Stuekerjuergen, while earlier winners wait in the background."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_104_alan_adams.jpg",
"Alan B. Adams Award",
"Awards_Ceremony",
"Steve Adams addresses the Student award winners."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_106_alan_adams.jpg",
"Alan B. Adams Award",
"Awards_Ceremony",
"Steve Adams presents the Teacher's Award to Ronn Nickels, teacher at Riverbend Middle School in Iowa Falls."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_108_alan_adams.jpg",
"Alan B. Adams Award",
"Awards_Ceremony",
"Winners (l&ndash;r):  Austin Bennett, Penelope Makeig, Bryce Sines, Brent Stuekerjuergen, Jordan Anderson, Amy Hanson, Tom Henry,  Stefan Nutt,  Dakota McWhortor, Ronn Nickels (winner of the Teacher's Award), Lily Zeng (not pictured)."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_120_alliant.jpg",
"Alliant Energy",
"Awards_Ceremony",
"Winners (unordered):  Warren Bailey, Lee Hunold, Ryan Krafka &amp; Reed Agne, Stephanie Baker, Kayla Hasper &amp; Emilee Rairden, Nicolas Aguilar"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_130_acs.jpg",
"American Chemical Society",
"Awards_Ceremony",
"Winner:  Allison Kindig"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_140_ams.jpg",
"American Meteorological Society",
"Awards_Ceremony",
"Winner:  Tyler Darland"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_150_apa.jpg",
"American Psychological Association",
"Awards_Ceremony",
"Winners:  Brandon Boyle &amp; Nick Blint"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_160_ashrac.jpg",
"American Society of Heating, Refrigerating, and Air Conditioning",
"Awards_Ceremony",
"Winners (l&ndash;r):  Anna Wilcox, Lee Hunold"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_170_asme.jpg",
"American Society of Mechanical Engineers",
"Awards_Ceremony",
"Winners:  Ryan Krafka &amp; Reed Agne (left rear), Karen Livesay &amp; Jessica Saunders (front), Nicolas Aguilar (right)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_180_awg.jpg",
"Association for Women Geoscientists",
"Awards_Ceremony",
"Winner:  McKenna Templeton"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_190_asm_int.jpg",
"ASM International Foundation",
"Awards_Ceremony",
"Winner:  Nicolas Aguilar"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_200_cargill.jpg",
"Cargill Industries",
"Awards_Ceremony",
"Winners (l&ndash;r):  Atreya Dey, Alyssa Bailey, Taylor Edgar"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_210_cvrms.jpg",
"Cedar Valley Rocks and Minerals Society",
"Awards_Ceremony",
"Winners (l&ndash;r):  Christopher Krebill, Nicholas Schroeder, Sydney Patterson &amp; Mercedes Tremmel (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_220_cvarc.jpg",
"Collins Amateur Radio Club / Cedar Valley Amateur Radio Club",
"Awards_Ceremony",
"Winners (l&ndash;r):  Matthew Boddicker, Danny Davies"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_230_discovery.jpg",
"Discovery: Young Scientist Challenge",
"Awards_Ceremony",
"Winners (l&ndash;r):  Elise Gregg, Megha Puranam, Anna Wilcox, Shelby Miller, Tyler Mattox, Wesley Folz, Allison Kindig, Tyson Lamb, Alexa Landon-Heinbuch, Austin Bennett, Raph Burne, Katie Boyle, Lila Cutter, Dalton Bryant, Tom Henry, Paul Gregory"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_230_epidemiology.jpg",
"Epidemiology Student Association",
"Awards_Ceremony",
"Winners (l&ndash;r):  Lacey Beall, Ryan Stakland, Caleb Freund &amp; Allison Ralfs &amp; Austin Kessler (in back, Allison not pictured), Sean Hedge (in front), Kirstin Kramer &amp; Whitney Plein, Allison Kindig, Danille Roth, Kyle Burke, Hannah Dotseth, Brianna Hendricks (in back), Anna Brett, Raph Burne, Haley Burgess &amp; Shala Hawes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_240_hoover.jpg",
"Herbert Hoover Presidential Library: Young Engineer",
"Awards_Ceremony",
"Winners:  Karen Livesay &amp; Jessica Saunders"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_250_food.jpg",
"Institute of Food Technologists&mdash;Iowa Section",
"Awards_Ceremony",
"Winners:  Shelby Miller, Ashley Funke (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_260_izaak_walton.jpg",
"Izaak Walton League",
"Awards_Ceremony",
"Winners (l&ndash;r):  Kirstin Kramer &amp; Whitney Plein, McKenna Templeton, Haley Burgess &amp; Shala Hawes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_270_mu_alpha.jpg",
"Mu Alpha Theta",
"Awards_Ceremony",
"Winner:  Hannah Dotseth"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_280_noaa.jpg",
"National Oceanic and Atmospheric Administration",
"Awards_Ceremony",
"Winner:  Jacob Temple"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_290_nspe.jpg",
"National Society of Professional Engineers",
"Awards_Ceremony",
"Winners:  Ryan Krafka &amp; Reed Agne"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_300_sigma_tau.jpg",
"Sigma Tau",
"Awards_Ceremony",
"Winner:  Shelby Sieren"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_310_ricoh.jpg",
"Ricoh Corporation: Ricoh Sustainable Development",
"Awards_Ceremony",
"Winner:  Kelsey Hammer"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_320_sierra.jpg",
"Sierra Club",
"Awards_Ceremony",
"Winners (l&ndash;r):  Dalton Bryant, Shelby Sieren"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_330_in_vitro.jpg",
"Society for In-Vitro Biology",
"Awards_Ceremony",
"Winner:  Megan Bartholomew"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_340_fple.jpg",
"FPL Energy",
"Awards_Ceremony",
"Presenter (far right):  Renee Nelson, FPLE Communications Manager.<br><br>Winners (l&ndash;r):  Atreya Dey, Katie Boyle, Jordan Lightfoot, Jhana Valentine, Jordan Hagedon"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_350_usaf.jpg",
"US Air Force",
"Awards_Ceremony",
"Winners (l&ndash;r):  Alex Brunstein, Bradley Ver Steegh, Traci Keller, Nicolas Aguilar"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_360_us_hhs.jpg",
"US Dept. of Health and Human Services",
"Awards_Ceremony",
"Winners (l&ndash;r):  Brianna Hendricks"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_370_metric.jpg",
"US Metric Association",
"Awards_Ceremony",
"Winner:  Kelsey Hammer"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_380_water.jpg",
"Water Environment Federation",
"Awards_Ceremony",
"Water Environment Federation: Stockholm Team Water Prize<br><br>Winner:  Jordan Lightfoot"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_390_water.jpg",
"Water Environment Federation",
"Awards_Ceremony",
"Water Environment Federation: Iowa Water Pollution Control Facility<br><br>Winner:  Jay Wilsey &amp; Bryce Bartholomew (only one pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_400_yale.jpg",
"Yale Science &amp Engineering Association",
"Awards_Ceremony",
"Winner:  Megan Bartholomew"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_490_audience.jpg",
"Mid-Ceremony Stretch",
"Awards_Ceremony",
"The audience stretches during the brief pause between the Sponsored Awards and the EISEF Awards."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_500_jt_hm.jpg",
"EISEF Honorable Mention, Junior Teams",
"Awards_Ceremony",
"Winners (l&ndash;r): Taylor Culbertson &amp; Alyssa Houston, Erin Garmoe &amp; Theresa Bainbridge, Tiffany Burgess &amp; Kelly Riddle, Bailey Templeton &amp; Nicole Staudte, Daryn Fraise &amp; Cody Brinck, Kaitelynn Benson &amp; Erin Steinhart (not pictured), Joshua Hewitt &amp; Alex Phillips (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_510_jp_hm.jpg",
"EISEF Honorable Mention, Junior Physical",
"Awards_Ceremony",
"Winners (l&ndash;r): Alex Brunstein, Traci Keller, Sean McQuade, Bradley Ver Steegh, Warren Bailey, Emily O'Brien, Alex Niebuhr, Tyler Moore (not pictured), Isaiah Nieuwsma (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_520_sp_hm.jpg",
"EISEF Honorable Mention, Senior Physical",
"Awards_Ceremony",
"Winners (l&ndash;r): Jacob Temple, Lee Hunold, Jordan Lightfoot, Nicholas Schnicker"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_530_jb_hm.jpg",
"EISEF Honorable Mention, Junior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): Alyssa Bailey, Kaitlynn Beelman, Anna Hobart, Elizabeth Townsend, Aaron Grinstead, Ryan Stakland, Katelyn Leonardo, Jennie Simpson, Dodie Paige Thiel, Chris Fogerty (not pictured), Elysia Belilove (not pictured), Shauna Happel (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_540_sb_hm.jpg",
"EISEF Honorable Mention, Senior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): Lauren Linnenbrink &amp; Michaela Burt, Olivia Rairden &amp; Shelby Burdette, Ashley Funke (not pictured), Brian Bagge (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_550_jt_c2.jpg",
"EISEF Class II, Junior Teams",
"Awards_Ceremony",
"Winners (l&ndash;r): Caleb Freund &amp; Allison Ralfs &amp; Austin Kessler (back, Allison not pictured), Kayla Hasper &amp; Emilee Rairden (front), Cody Pumphrey &amp; Brittany Burdette (back), Jay Wilsey &amp; Bryce Bartholomew (front, only one pictured), Kaitlyn Schmitt &amp; Shawna Sieren, Lincoln Schmidt &amp; Bryce Snakenberg (not pictured), Haley Cullen &amp; Bonnie Pickford (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_560_jp_c2.jpg",
"EISEF Class II, Junior Physical",
"Awards_Ceremony",
"Winners (l&ndash;r): Kyle Burke, Brian Krehbiel, John Mettler, Jason Rettig, Atreya Dey, Paavani Kar, Bryce Sines, Matthew Zange, Megan McFadden"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_570_jb_c2.jpg",
"EISEF Class II, Junior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): Tyler Darland, Amy Hanson, Brett Roquet, Kiona Rolfes, Penelope Makeig, Tahra Wilkins, Valerie Ross, Emily Pfoutz, Brooke Lunsford, Rachel Collingsworth (not pictured), Alex Larson (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_580_sb_c2.jpg",
"EISEF Class II, Senior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): Kirstin Kramer &amp; Whitney Plein, Taylor Edgar, Lily Zeng (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_590_sp_c2.jpg",
"EISEF Class II, Senior Physical",
"Awards_Ceremony",
"Winners (l&ndash;r): Lynnely Parker &amp; Bailie Bryant (only one pictured), Lucas Draisey &amp; Ethan Henderson"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_600_jt_c1.jpg",
"EISEF Class I, Junior Teams",
"Awards_Ceremony",
"Winners (l&ndash;r): Tia Johnson &amp; Katie Hocker (back), Maria Hendricks &amp; Calvin Mertens (front, Calvin not pictured), Alicia Keenan &amp; Maggie Silva (front), Brandon Pezley &amp; Levi Edgar (back), Karen Livesay &amp; Jessica Saunders (front), Colby Hoyer &amp; Rachel Dykstra (back), Kira Savage &amp; Lauren Parrish (front), Deanna Knustrom &amp; Trisha Meierotto (back)"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_610_jp_c1.jpg",
"EISEF Class I, Junior Physical",
"Awards_Ceremony",
"Winners (l&ndash;r): Raph Burne, Megha Puranam, Alexa Landon-Heinbuch, Katie Boyle, Dalton Bryant, Van Johnson, Anna Wilcox, Paul Gregory, Jud Rhoades"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_620_jb_c1.jpg",
"EISEF Class I, Junior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): Danny Davies, Wesley Folz, Paige Ermer, Tyler Mattox, Lila Cutter, Shelby Miller, Tom Henry, Jhana Valentine, Elise Gregg, Tyson Lamb, Allison Kindig, Austin Bennett"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_630_sp_c1.jpg",
"EISEF Class I, Senior Physical",
"Awards_Ceremony",
"Winners (l&ndash;r): Nicolas Aguilar, Kelsey Hammer, Ryan Krafka &amp; Reed Agne (back), Hannah Dotseth, Shelby Sieren"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_640_sb_c1.jpg",
"EISEF Class I, Senior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): Megan Bartholomew, Brianna Hendricks, McKenna Templeton, Haley Burgess &amp; Shala Hawes"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_890_jr_champs.jpg",
"EISEF Junior Champions",
"Awards_Ceremony",
"Shelby Miller and Raph Burne",
"images_2007/2007_ceremony_890_jr_champs_big.jpg"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_900_sr_champs.jpg",
"EISEF Senior Champions",
"Awards_Ceremony",
"Hannah Dotseth and Megan Bartholomew",
"images_2007/2007_ceremony_900_sr_champs_big.jpg"
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_910_megan.jpg",
"Senior Champion with mother and teacher",
"Awards_Ceremony",
"Megan Bartholomew celebrates with her mother Kay (facing camera) and teacher Alicia Schiller (right)."
);

MainArray[MainVar++] = new Fix("EISEF 2007 Awards Ceremony",
"images_2007/2007_ceremony_920_jr_briefing.jpg",
"\"Here's what you do next....\"",
"Awards_Ceremony",
"EISEF Director Jeff Kuehl (left) tells Junior Champions Raph Burne and Shelby Miller that they can go to the International Science and Engineering Fair in Albuquerque as Student Observers&mdash;and they have only a week to decide if they want to go."
);

MainArray[MainVar++] = new Fix("ISEF 2007, May 13&ndash;19",
"images_2007/2007_isef_10.jpg",
"Iowa students at ISEF",
"ISEF",
"All the students from Iowa at ISEF in Albuquerque<br><br>Back row (l&ndash;r):  Heather LeFleuer, Ethan Gilman, Hannah Dotseth*<br>Middle row:  Nicolas Aguilar*, Kirstin Kramer*, Brandon Wilson, Ryan Brasser<br>Front row:  Shelby Sieren* (looking down), Whitney Plein*, Megan Bartholomew*, Ethan Erickson<br><br>*EISEF exhibitor in 2007"
);

MainArray[MainVar++] = new Fix("ISEF 2007, May 13&ndash;19",
"images_2007/2007_isef_20.jpg",
"Shelby Sieren with her teacher",
"ISEF",
"EISEF exhibitor Shelby Sieren with Chris Parrish, her teacher and adult sponsor."
);

MainArray[MainVar++] = new Fix("ISEF 2007, May 13&ndash;19",
"images_2007/2007_isef_30.jpg",
"Nicolas Aguilar with Dad",
"ISEF",
"EISEF exhibitor Nicolar Aguilar with his father Augustin \"Augie\" Aguilar."
);

MainArray[MainVar++] = new Fix("ISEF 2007, May 13&ndash;19",
"images_2007/2007_isef_40.jpg",
"Kirstin Kramer &amp; Whitney Plein with their teacher",
"ISEF",
"EISEF exhibitors Kirstin Kramer (left) &amp; Whitney Plein (right) with Tami Plein, their teacher and adult sponsor."
);

MainArray[MainVar++] = new Fix("EISEF 2007",
"images_2007/2007_corp_sponsors.gif",
"Salute to our Corporate Sponsors",
"Fair_Admin",
""
);


