// SuzyCategory:  Add your new category names.  Be sure to leave in the 'all' category!
SuzyCategory = new Array("all", "Setup", "Registration", "EISEF_HQ", 
"Exhibit_Areas", "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 2006",
"logos/EISEF2006Pin.jpg",
"2006 EISEF Logo",
"Before_the_Fair",
"A human figure, female, dressed as a scientist, working in a laboratory&mdash;we found a lot to like about this year's logo."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_EISEF_Board.jpg",
"EISEF Board, January 11, 2006",
"Before_the_Fair",
"(L&ndash;r) Jo Mahoney, Burton Loupee, Jeff Kuehl, Colleen Kobe, Mike \"Cal\" Cahalan, Dave Murray, Heather Adams, Shirley Starr, Walker Kelly (green shirt), Linda Kelly, Gary Palmer, Bill Gober"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_setup_tables_10.jpg",
"Naked Tables",
"Setup",
"Volunteers have started spreading paper on the tables for the Senior exhibit.  Later they'll staple on the blue skirts."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_setup_tables_20.jpg",
"Boy Scouts are Helpful",
"Setup",
"Members of Boy Scout Troop 29 working on the Junior exhibit tables."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_setup_tables_30.jpg",
"Boy Scouts are Helpful",
"Setup",
"Members of Boy Scout Troop 29 distributing chairs for the student exhibitors.  (Saturday will be a long day....)"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_setup_staples.jpg",
"The Staple Incident",
"Setup",
"Oops!  Somebody dropped a bunch of heavy staples on the escalator.  A quick-thinker found the emergency stop button before any damage was done.  Now to recover the staples...."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_setup_soda_pop.jpg",
"Soda-Pop Assistant",
"Setup",
"Madalyn Adams helps out by loading the soda-pop into ice chests.<br>She's cutting labels out of the boxes to tape on top of the ice chests."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_setup_tables_40.jpg",
"Senior Tables Ready",
"Setup",
"The exhibit tables are ready for the Seniors to arrive.<br>In the distance you can see the Junior exhibit tables."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_setup_tables_50.jpg",
"Junior Tables Ready",
"Setup",
"The tables are ready for the arrival of 149 Junior exhibits."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_10.jpg",
"EISEF Headquarters Entrance",
"EISEF_HQ",
"The view through the entrance into the outer room.  Inside are (l&ndash;r) Marcia Marquardt, Todd Johnson, and Colleen Kobe (barely visible)."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_20.jpg",
"EISEF HQ: Outer Room",
"EISEF_HQ",
"In the entrance, looking at the outer room.<br>(Left rear) Burton Loupee is working on the coffee.<br>(Right front) Todd Johnson and Colleen Kobe are setting up the registration table for Sponsored Award judges."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_30.jpg",
"EISEF HQ: Inner Room",
"EISEF_HQ",
"The Awards Area.  On the far tables along the back walls are the computers and printers that Awards and Judging will use to prepare for the Awards Ceremony.<br>On the near tables, in front of the pillar, are two Smith-Corona typewriters&mdash;they're actually needed to fill out the paperwork for certain Sponsored Awards."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_40.jpg",
"EISEF HQ: Judging Area",
"EISEF_HQ",
"Also in HQ's inner room:  chairs and scoresheets ready for the arrival of the judges."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_50.jpg",
"EISEF HQ: Doughnuts and Coffee",
"EISEF_HQ",
"Plenty of fuel ready for the judges and staff.  (The coolant, a.k.a. soda-pop, is in ice chests along the wall to the left.)"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_sreg_c.jpg",
"Students Arriving",
"Registration",
"A group of students and parents on their way to Student Registration."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_sreg_b.jpg",
"Student Registration",
"Registration",
"Students registering their projects."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_sreg_a.jpg",
"Student Registration staff",
"Registration",
"Behind the table (l&ndash;r): Heather Adams, Senior Champion Moms Maureen Fosdick and Marcia Marquardt, and Shirley Starr."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_jreg_a.jpg",
"Judging Registration gets started",
"Registration",
"The registration of judges is just getting underway.<br>Jo Mahoney (maroon shirt, by the pillar) keeps an eye on things.<br>The stacks of paper on the left are the judges' information packets."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_jreg_b.jpg",
"Judging Registration underway",
"Registration",
"Looking down the stairs at Judging Registration."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_jreg_c.jpg",
"Judging Registration winding down",
"Registration",
"An hour later, most of the judges have registered."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_area_jb_a.jpg",
"Junior Biological Exhibits",
"Exhibit_Areas",
"Some of the Junior Biological exhibits during judging time."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_area_jb_b.jpg",
"More Junior Biological Exhibits",
"Exhibit_Areas",
"More of the seventy-two Junior Biological exhibits at the Fair."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_area_jp_a.jpg",
"Junior Physical Exhibits",
"Exhibit_Areas",
"Some of the forty-seven Junior Physical exhibits at the Fair."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_area_jp_b.jpg",
"More Junior Physical Exhibits",
"Exhibit_Areas",
"Another Junior Physical exhibit area.<br><br>Miles Manges (front, red shirt) is drawing the judges' attention with his Magnetic Parachutes."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_area_senior.jpg",
"Senior Exhibits",
"Exhibit_Areas",
"The Senior exhibit area, with lots of judges present."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_area_judges.jpg",
"Judges Doing Paperwork",
"Exhibit_Areas",
"Three EISEF judges (seated, with green ribbons) take a moment to record the scores and their comments for the students they've interviewed."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_teachers_mtg.jpg",
"Teachers' Meeting",
"EISEF_HQ",
"EISEF Director Jeff Kuehl (upper left) addressing the assembled teachers outside EISEF HQ."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb05.jpg",
"Exhibit: Josephine Greve",
"Senior_Biological_Exhibits",
"Josephine Greve<br>EISEF Senior Biological Division Class I winner<br>&laquo;&nbsp;The Effects of Garlic, Onion, and Jalape&ntilde;o Pepper in Combination on <em>E. coli</em>&nbsp;&raquo;<br>Beckman HS, Dyersville<br>Teacher: Cheryl Kluesner"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb06.jpg",
"Exhibit: Whitney Plein",
"Senior_Biological_Exhibits",
"Whitney Plein<br>EISEF Senior Biological Division Honorable Mention winner<br>&laquo;&nbsp;DNA Fingerprinting&nbsp;&raquo;<br>Burlington Comm. HS, Burlington<br>Teacher: Tami Plein"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp01.jpg",
"Exhibit: Kirstin Kramer",
"Senior_Physical_Exhibits",
"Kirstin Kramer<br>EISEF Senior Physical Division Class II winner<br>&laquo;&nbsp;Deionized Water:  A Possible Alternative for Dialysis Patients?&nbsp;&raquo;<br>Burlington Comm. HS, Burlington<br>Teacher: Tami Plein<br><br>Kirstin was an EISEF Junior Champion in 2004."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb01.jpg",
"Exhibit: Cory Millmier",
"Senior_Biological_Exhibits",
"Cory Millmier<br>EISEF Senior Biological Division Class I winner<br>&laquo;&nbsp;<em>In Vitro</em> Assessment of <em>Francisella novicida</em> Transcriptional Activation Factors MglA and IglC with Other Intercellular Proteins&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller<br><br>Cory was an EISEF Senior Champion in 2005."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb01_judge.jpg",
"Exhibit: Cory Millmier",
"Senior_Biological_Exhibits",
"Cory Millmier (left) explains his project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb04.jpg",
"Exhibit: Michelle Ellison",
"Senior_Biological_Exhibits",
"Michelle Ellison<br>&laquo;&nbsp;The Effects of Different pH Levels on <em>Vaucheria sessilis</em>&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb08.jpg",
"Exhibit: Kristen Corns",
"Senior_Biological_Exhibits",
"Kristen Corns<br>&laquo;&nbsp;What is the Effect of Music Styles on the Development of <em>Ceratopteris richardii</em> Fern Spores?&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb10.jpg",
"Exhibit: Taylor Edgar",
"Senior_Biological_Exhibits",
"Taylor Edgar<br>&laquo;&nbsp;The Reaction of Euglena to Different Light&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb13.jpg",
"Exhibit: Megan Bartholomew",
"Senior_Biological_Exhibits",
"Megan Bartholomew<br>EISEF Senior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Effects of Electric Fields on Plant Life&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb18.jpg",
"Exhibit: Kelsey Hammer",
"Senior_Biological_Exhibits",
"Kelsey Hammer<br>EISEF Senior Biological Division Class I winner<br>&laquo;&nbsp;Bt Corn vs. Insecticide&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb18_judge.jpg",
"Exhibit: Kelsey Hammer",
"Senior_Biological_Exhibits",
"Kelsey Hammer (right) explains her project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp02.jpg",
"Exhibit: Lee Hunold",
"Senior_Physical_Exhibits",
"Lee Hunold<br>EISEF Senior Physical Division Class II winner<br>&laquo;&nbsp;What are the Environmental Cost of BTUs?&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller<br><br>Lee was an EISEF Junior Champion in 2004."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp02_judge.jpg",
"Exhibit: Lee Hunold",
"Senior_Physical_Exhibits",
"Lee Hunold (with pointer) explains his project."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp06.jpg",
"Exhibit: Jamilee Lightfoot",
"Senior_Physical_Exhibits",
"Jamilee Lightfoot (right)<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;Pond Scum: Power Plant of the Future&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp10.jpg",
"Exhibit: Jordan Lightfoot",
"Senior_Physical_Exhibits",
"Jordan Lightfoot (left)<br>EISEF Senior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Killer on the Loose&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller<br><br>Jordan was an EISEF Junior Champion in 2003 and 2004."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tb01.jpg",
"Exhibit: Megan Shaffer & Nancy Hardy",
"Senior_Biological_Exhibits",
"Megan Shaffer & Nancy Hardy<br>&laquo;&nbsp;Sea Water Algae Growth&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tb02.jpg",
"Exhibit: Quinn Rudd & Wesley McGraw",
"Senior_Biological_Exhibits",
"Quinn Rudd & Wesley McGraw<br>&laquo;&nbsp;The Effects of Farm Field Chemicals on Pond Water Algae Growth&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tb03.jpg",
"Exhibit: Haley Burgess & Shala Hawes",
"Senior_Biological_Exhibits",
"Haley Burgess & Shala Hawes<br>EISEF Senior Biological Division Class II winner<br>&laquo;&nbsp;The Environmental Effects of Nitrates and Phosphates on Freshwater Systems&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tb03_judge1.jpg",
"Exhibit: Haley Burgess & Shala Hawes",
"Senior_Biological_Exhibits",
"Haley Burgess & Shala Hawes explaining their project to a judge (left)."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tb03_judge2.jpg",
"Exhibit: Haley Burgess & Shala Hawes",
"Senior_Biological_Exhibits",
"Haley Burgess & Shala Hawes (facing the camera) explain their project to a judge and his daughter."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tp01.jpg",
"Exhibit: Derek Madden & Zach Boyer & Josh Pihl",
"Senior_Physical_Exhibits",
"Derek Madden & Zach Boyer & Josh Pihl<br>&laquo;&nbsp;Gearing Up Solartron 3000&nbsp;&raquo;<br>Central Lee HS, Donnellson<br>Teacher: Alicia Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb02.jpg",
"Exhibit: McKenna Templeton",
"Junior_Biological_Exhibits",
"McKenna Templeton<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Benefits of Nylon Mesh for Erosion Control&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Teacher: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb10.jpg",
"Exhibit: Alyssa Bailey",
"Junior_Biological_Exhibits",
"Alyssa Bailey<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Is Smoking Good for Plants?&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Teacher: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb23.jpg",
"Exhibit: Chris Wenger",
"Junior_Biological_Exhibits",
"Chris Wenger<br>&laquo;&nbsp;Operation Plant Growth&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Teacher: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb31.jpg",
"Exhibit: Stormy Templeton",
"Junior_Biological_Exhibits",
"Stormy Templeton<br>EISEF Junior Champion<br>&laquo;&nbsp;School Really Does Make You Sick&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Teacher: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb50.jpg",
"Exhibit: Brittani Freesmeier",
"Junior_Biological_Exhibits",
"Brittani Freesmeier (left)<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;There's A Fungus Among Us&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Teacher: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj04.jpg",
"Exhibit: Jay Wilsey & Bryce Bartholomew",
"Junior_Teams_Exhibits",
"Jay Wilsey & Bryce Bartholomew<br>&laquo;&nbsp;Battle of the Fertilizers&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Teacher: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj10.jpg",
"Exhibit: Kelly Riddle & Tiffany Burgess",
"Junior_Teams_Exhibits",
"Kelly Riddle & Tiffany Burgess<br>&laquo;&nbsp;Talking To Plants&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Teacher: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj14.jpg",
"Exhibit: Tia Johnson & Katie Hocker",
"Junior_Teams_Exhibits",
"Tia Johnson & Katie Hocker<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;Is Your Water Really Clean?&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Teacher: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj21.jpg",
"Exhibit: Shelby Riddle & Whitney Speer",
"Junior_Teams_Exhibits",
"Shelby Riddle & Whitney Speer<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;Hot as a Light Bulb&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Teacher: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj21_setup.jpg",
"Exhibit: Shelby Riddle & Whitney Speer",
"Junior_Teams_Exhibits",
"Shelby Riddle & Whitney Speer set up their exhibit on Fair Day morning."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj29.jpg",
"Exhibit: Lynnely Parker & Bailie Bryant",
"Junior_Teams_Exhibits",
"Lynnely Parker & Bailie Bryant<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;Corrosion: The Silent Enemy&nbsp;&raquo;<br>Central Lee MS, Donnellson<br>Teacher: Kyle Van Ausdall"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp30.jpg",
"Exhibit: Tyler VonMuenster",
"Junior_Physical_Exhibits",
"Tyler VonMuenster<br>&laquo;&nbsp;Does Size Matter&nbsp;&raquo;<br>Durant Comm. Sch., Durant<br>Teacher: Steve Koopmann"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp04.jpg",
"Exhibit: Austin Baker",
"Senior_Physical_Exhibits",
"Austin Baker<br>EISEF Senior Physical Division Class II winner<br>&laquo;&nbsp;Rust and AC2&nbsp;&raquo;<br>Durant Comm. Sch., Durant<br>Teacher: Steve Koopmann"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp08.jpg",
"Exhibit: Cory Dies",
"Senior_Physical_Exhibits",
"Cory Dies<br>&laquo;&nbsp;Factors Affecting Heating With Wood&nbsp;&raquo;<br>Durant Comm. Sch., Durant<br>Teacher: Steve Koopmann"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp05.jpg",
"Exhibit: Ethan Conrad",
"Junior_Physical_Exhibits",
"Ethan Conrad<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;Energy Used by Light Bulbs&nbsp;&raquo;<br>Eddyville-Blakesburg MS, Blakesburg<br>Teacher: Curt Johnston"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp10.jpg",
"Exhibit: Zach McElroy",
"Junior_Physical_Exhibits",
"Zach McElroy<br>&laquo;&nbsp;Heat N' it Up&nbsp;&raquo;<br>Eddyville-Blakesburg MS, Blakesburg<br>Teacher: Curt Johnston"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp24.jpg",
"Exhibit: Ana Gutch",
"Junior_Physical_Exhibits",
"Ana Gutch (right)<br>&laquo;&nbsp;Test for the Best&nbsp;&raquo;<br>Eddyville-Blakesburg MS, Blakesburg<br>Teacher: Curt Johnston"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj25.jpg",
"Exhibit: Lucas David & Daniel Taylor",
"Junior_Teams_Exhibits",
"Lucas David & Daniel Taylor<br>&laquo;&nbsp;Wood Burning&nbsp;&raquo;<br>Eddyville-Blakesburg MS, Blakesburg<br>Teacher: Curt Johnston"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb15.jpg",
"Exhibit: Cassie Corrington",
"Junior_Biological_Exhibits",
"Cassie Corrington<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Hamster Genetics&nbsp;&raquo;<br>Franklin MS, Cedar Rapids<br>Teacher: Leon Lueck"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb33.jpg",
"Exhibit: Andrew Johnson",
"Junior_Biological_Exhibits",
"Andrew Johnson<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Efficient Portable Filtration of <em>E. coli</em>&nbsp;&raquo;<br>Franklin MS, Cedar Rapids<br>Teacher: Leon Lueck"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj09.jpg",
"Exhibit: Jack Kohn & Daniel Williams",
"Junior_Teams_Exhibits",
"Jack Kohn & Daniel Williams<br>&laquo;&nbsp;The Effects of Pesticides on Earthworms&nbsp;&raquo;<br>Franklin MS, Cedar Rapids<br>Teacher: Leon Lueck"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj19.jpg",
"Exhibit: Julia Emery & Kimberly Sorsby",
"Junior_Teams_Exhibits",
"Julia Emery & Kimberly Sorsby<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;Phytoremediation Efficiency&nbsp;&raquo;<br>Franklin MS, Cedar Rapids<br>Teacher: Leon Lueck"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb01.jpg",
"Exhibit: Logan Grado",
"Junior_Biological_Exhibits",
"Logan Grado<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Electromagnetic Fields: Increasing Growth or Decreasing Yield?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Dave Gerlach"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb04.jpg",
"Exhibit: Morgan Matthews",
"Junior_Biological_Exhibits",
"Morgan Matthews<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Looking Outside the Box&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb12.jpg",
"Exhibit: Matthew Nesslage",
"Junior_Biological_Exhibits",
"Matthew Nesslage<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Sugar Power: An Alternate Fuel Source&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Dave Gerlach"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb16.jpg",
"Exhibit: Shayma Elsheikh",
"Junior_Biological_Exhibits",
"Shayma Elsheikh<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;The Proof is in the Print&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb20.jpg",
"Exhibit: Madison Schmitz",
"Junior_Biological_Exhibits",
"Madison Schmitz<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Color,  Is It Beautiful Or DEADLY?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb24.jpg",
"Exhibit: RaeAnne Mason",
"Junior_Biological_Exhibits",
"RaeAnne Mason<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Is Foot Size an Indicator of Height?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Dave Gerlach"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb32.jpg",
"Exhibit: Daniel Wasta",
"Junior_Biological_Exhibits",
"Daniel Wasta<br>&laquo;&nbsp;Killer Cleaner&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb36.jpg",
"Exhibit: Kaleb Eby",
"Junior_Biological_Exhibits",
"Kaleb Eby<br>&laquo;&nbsp;Deer Worms&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb40.jpg",
"Exhibit: David Kaiser",
"Junior_Biological_Exhibits",
"David Kaiser<br>&laquo;&nbsp;Ethene Gas And Its Effects On Bananas&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb44.jpg",
"Exhibit: Savanah Schott",
"Junior_Biological_Exhibits",
"Savanah Schott<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Gone Fishing&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb52.jpg",
"Exhibit: Taylin Stoner",
"Junior_Biological_Exhibits",
"Taylin Stoner<br>&laquo;&nbsp;Orange Juice Surprise&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb56.jpg",
"Exhibit: Evan Herlocker",
"Junior_Biological_Exhibits",
"Evan Herlocker<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Cell Phone Dangers&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Karen Foster"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb72.jpg",
"Exhibit: Jill Kuehnle",
"Junior_Biological_Exhibits",
"Jill Kuehnle<br>&laquo;&nbsp;Eating Right?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp06.jpg",
"Exhibit: Garet Packingham",
"Junior_Physical_Exhibits",
"Garet Packingham<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Shot Patterns&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Dave Gerlach"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp09.jpg",
"Exhibit: Sarah Andrews",
"Junior_Physical_Exhibits",
"Sarah Andrews (right)<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Recycling the Sun&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Dave Gerlach"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp12.jpg",
"Exhibit: Kate Klavon",
"Junior_Physical_Exhibits",
"Kate Klavon<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;The Shampoo for You&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Dave Gerlach"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp15.jpg",
"Exhibit: Tamara Marcus",
"Junior_Physical_Exhibits",
"Tamara Marcus<br>&laquo;&nbsp;Distracted&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Dave Gerlach"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp18.jpg",
"Exhibit: Katrina Rohr",
"Junior_Physical_Exhibits",
"Katrina Rohr<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Water + Air = Rocket Power&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Dave Gerlach"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp20.jpg",
"Exhibit: McKenna Feltes",
"Junior_Physical_Exhibits",
"McKenna Feltes<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;Make and Brake&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp21.jpg",
"Exhibit: Alex Green",
"Junior_Physical_Exhibits",
"Alex Green<br>&laquo;&nbsp;Great Balls of Fire&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp25.jpg",
"Exhibit: Rachel Westerhoff",
"Junior_Physical_Exhibits",
"Rachel Westerhoff (facing camera)<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;Which Wax Wins&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp29.jpg",
"Exhibit: Brian Rodriguez",
"Junior_Physical_Exhibits",
"Brian Rodriguez<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Rocket Power&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Deb Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp31.jpg",
"Exhibit: Max Martino",
"Junior_Physical_Exhibits",
"Max Martino<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Memory Matters: The Serial Position Effect&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Ded Hess"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp35.jpg",
"Exhibit: Sean McQuade",
"Junior_Physical_Exhibits",
"Sean McQuade<br>&laquo;&nbsp;Which Metal Conducts Heat Most Efficiently?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp43.jpg",
"Exhibit: Douglas Murray",
"Junior_Physical_Exhibits",
"Douglas Murray<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;Power of the Water Wheel&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Karen  Foster"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp47.jpg",
"Exhibit: Emma Lehmann",
"Junior_Physical_Exhibits",
"Emma Lehmann<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Cookies: How Do They Stack Up?&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Karen Foster"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj16.jpg",
"Exhibit: Austin Benson & Judson Rhoades",
"Junior_Teams_Exhibits",
"Austin Benson & Judson Rhoades<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;The Effects of Mirrors on Solar Panels&nbsp;&raquo;<br>Harding MS, Cedar Rapids<br>Teacher: Jean Oberbroeckling"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp48.jpg",
"Exhibit: Shelby Schmidt",
"Junior_Physical_Exhibits",
"Shelby Schmidt<br>EISEF Junior Physical Division Class II winner<br>&laquo;&nbsp;Is Your Battery Lasting What It's Worth?&nbsp;&raquo;<br>Harmony MS, Farmington<br>Teacher: David Brune"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb03.jpg",
"Exhibit: Erin Garmoe",
"Junior_Biological_Exhibits",
"Erin Garmoe<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Sweet Seeds&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb07.jpg",
"Exhibit: Jamie Kokjohn",
"Junior_Biological_Exhibits",
"Jamie Kokjohn<br>&laquo;&nbsp;Take The Test&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb14.jpg",
"Exhibit: Ben Pieper",
"Junior_Biological_Exhibits",
"Ben Pieper<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Ground Pound&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb21.jpg",
"Exhibit: Dacota Holtkamp",
"Junior_Biological_Exhibits",
"Dacota Holtkamp<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Quick Quenches&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb27.jpg",
"Exhibit: Maria Knight",
"Junior_Biological_Exhibits",
"Maria Knight<br>&laquo;&nbsp;BMI&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb34.jpg",
"Exhibit: Therese Janosik",
"Junior_Biological_Exhibits",
"Therese Janosik<br>&laquo;&nbsp;Orange Tango&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb39.jpg",
"Exhibit: Patrick Jansen",
"Junior_Biological_Exhibits",
"Patrick Jansen<br>&laquo;&nbsp;Who Is Doing The Tasting?&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb43.jpg",
"Exhibit: Aaron Grinstead",
"Junior_Biological_Exhibits",
"Aaron Grinstead<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Sweet's For Bees&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb51.jpg",
"Exhibit: Theresa Bainbridge",
"Junior_Biological_Exhibits",
"Theresa Bainbridge<br>&laquo;&nbsp;CLAP&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb58.jpg",
"Exhibit: Paul Gregory",
"Junior_Biological_Exhibits",
"Paul Gregory<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Good to the Last Drop?&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb65.jpg",
"Exhibit: Meagan Walker",
"Junior_Biological_Exhibits",
"Meagan Walker<br>&laquo;&nbsp;The Zodiac You&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb71.jpg",
"Exhibit: Elise Gregg",
"Junior_Biological_Exhibits",
"Elise Gregg<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;CO<sub>2</sub> to the Rescue&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb77.jpg",
"Exhibit: Blake Tebbs",
"Junior_Biological_Exhibits",
"Blake Tebbs<br>&laquo;&nbsp;pHun Soils&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp14.jpg",
"Exhibit: Colby Hoyer",
"Junior_Physical_Exhibits",
"Colby Hoyer<br>&laquo;&nbsp;Evil Enamel Eaters&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp22.jpg",
"Exhibit: Cody Brinck",
"Junior_Physical_Exhibits",
"Cody Brinck<br>&laquo;&nbsp;Melt Away&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp32.jpg",
"Exhibit: Theresa McKinley",
"Junior_Physical_Exhibits",
"Theresa McKinley<br>&laquo;&nbsp;Is It Magic?&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp45.jpg",
"Exhibit: Abby Poetting",
"Junior_Physical_Exhibits",
"Abby Poetting<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Feel the BURN&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj03.jpg",
"Exhibit: Jenna Freesmeier & Danielle Derr",
"Junior_Teams_Exhibits",
"Jenna Freesmeier & Danielle Derr<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;Dancin' Plants&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj06.jpg",
"Exhibit: Bonnie Pickford & Trisha Meierotto",
"Junior_Teams_Exhibits",
"Bonnie Pickford & Trisha Meierotto<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;The Aroma of Taste&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj11.jpg",
"Exhibit: Claire Lewis & Maggie Silva",
"Junior_Teams_Exhibits",
"Claire Lewis & Maggie Silva<br>&laquo;&nbsp;Growing, Growing GONE!&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj15.jpg",
"Exhibit: Zach Bartlett & Josh Fullenkamp",
"Junior_Teams_Exhibits",
"Zach Bartlett & Josh Fullenkamp<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;Perky Plants&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj20.jpg",
"Exhibit: Deanna Knustrom & Haley Cullen",
"Junior_Teams_Exhibits",
"Deanna Knustrom & Haley Cullen<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;Bug Off!&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj24.jpg",
"Exhibit: Megan Mcfadden & Darian Auge",
"Junior_Teams_Exhibits",
"Megan Mcfadden & Darian Auge<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;Sticky Situations&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj30.jpg",
"Exhibit: Austin Abolt & Brice Menke",
"Junior_Teams_Exhibits",
"Austin Abolt & Brice Menke<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;How Important is Rebar Placement in Concrete?&nbsp;&raquo;<br>Holy Trinity MS, West Point<br>Teacher: Amanda Schiller"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj30_judge.jpg",
"Exhibit: Austin Abolt & Brice Menke",
"Junior_Teams_Exhibits",
"Austin Abolt & Brice Menke discuss their project with a judge (right)."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb11.jpg",
"Exhibit: Subha Subramanian",
"Senior_Biological_Exhibits",
"Subha Subramanian<br>EISEF Senior Champion<br>&laquo;&nbsp;Miracle Cells: From Fibroblast to Pluripotent Stem Cell&nbsp;&raquo;<br>Home School, Iowa City<br>Teacher: Jackie R. Bickenbach"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb11_judge.jpg",
"Exhibit: Subha Subramanian",
"Senior_Biological_Exhibits",
"Subha Subramanian (center, in green sweater) explains her project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb17.jpg",
"Exhibit: Ashwath Gunasekar",
"Senior_Biological_Exhibits",
"Ashwath Gunasekar<br>EISEF Senior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Antibacterial Effects of Plants on Yeast and Non-Pathogenic <em>E. coli</em>&nbsp;&raquo;<br>Kennedy HS, Cedar Rapids<br>Teacher: Deb Snook"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp05.jpg",
"Exhibit: Graham Sawyer",
"Senior_Physical_Exhibits",
"Graham Sawyer<br>&laquo;&nbsp;Souped Up Solar Energy&nbsp;&raquo;<br>Kennedy HS, Cedar Rapids<br>Teacher: Deb Snook"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tb05.jpg",
"Exhibit: Stewart Sankey & Steven Johnson",
"Senior_Biological_Exhibits",
"Stewart Sankey & Steven Johnson<br>EISEF Senior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Say What?&nbsp;&raquo;<br>Kennedy HS, Cedar Rapids<br>Teacher: Deb Snook"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp17.jpg",
"Exhibit: Jacob Temple",
"Junior_Physical_Exhibits",
"Jacob Temple<br>&laquo;&nbsp;Using Buffer Strips to Prevent Water Erosion&nbsp;&raquo;<br>Keota HS, Keota<br>Teacher: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp33.jpg",
"Exhibit: Rachel Sexton",
"Junior_Physical_Exhibits",
"Rachel Sexton<br>&laquo;&nbsp;Volcanoes&nbsp;&raquo;<br>Keota HS, Keota<br>Teacher: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp37.jpg",
"Exhibit: Darci Childs",
"Junior_Physical_Exhibits",
"Darci Childs<br>&laquo;&nbsp;Reactions of Water and Magnets Combined&nbsp;&raquo;<br>Keota HS, Keota<br>Teacher: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb02.jpg",
"Exhibit: Shelby Sieren",
"Senior_Biological_Exhibits",
"Shelby Sieren<br>EISEF Senior Biological Division Class II winner<br>&laquo;&nbsp;The Effect of CRUISERŽ on <em>Glycine max</em>&nbsp;&raquo;<br>Keota HS, Keota<br>Teacher: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb07.jpg",
"Exhibit: Michaela Sieren",
"Senior_Biological_Exhibits",
"Michaela Sieren<br>&laquo;&nbsp;Pseudo Fever&nbsp;&raquo;<br>Keota HS, Keota<br>Teacher: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb07_judge.jpg",
"Exhibit: Michaela Sieren",
"Senior_Biological_Exhibits",
"Michaela Sieren (right) explains her project to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb14.jpg",
"Exhibit: Staci Sieren",
"Senior_Biological_Exhibits",
"Staci Sieren<br>EISEF Senior Biological Division Class II winner<br>&laquo;&nbsp;The Effects of Various Drinks on Human Teeth over a Simulated Six Month Period&nbsp;&raquo;<br>Keota HS, Keota<br>Teacher: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tb04.jpg",
"Exhibit: Ethan Henderson & Lucas Draisey",
"Senior_Biological_Exhibits",
"Ethan Henderson & Lucas Draisey (left & right)<br>EISEF Senior Biological Division Class II winner<br>&laquo;&nbsp;Acrylic Sodium Salt Polymer&nbsp;&raquo;<br>Keota HS, Keota<br>Teacher: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj31.jpg",
"Exhibit: Kayly Cansler & Shannel Winkel",
"Junior_Teams_Exhibits",
"Kayly Cansler & Shannel Winkel<br>&laquo;&nbsp;Filtration of Dyes from Water Using Natural Materials&nbsp;&raquo;<br>Keota HS, Keota<br>Teacher: Chris Parrish"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb05.jpg",
"Exhibit: Joseph Gelfand",
"Junior_Biological_Exhibits",
"Joseph Gelfand<br>&laquo;&nbsp;How Playing Racing Video Games Affects Running, Dribbling, and Shooting Basketball Skills&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Teacher: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb41.jpg",
"Exhibit: Ariana Lisefski",
"Junior_Biological_Exhibits",
"Ariana Lisefski<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Synesthesia: Trends and Similarities&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Teacher: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb73.jpg",
"Exhibit: Satya Griggs",
"Junior_Biological_Exhibits",
"Satya Griggs<br>&laquo;&nbsp;Mind Over Matter,  Does The Suggestion of Caffeine Have The Same Effect as a Caffeinated Beverage?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Teacher: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp04.jpg",
"Exhibit: Rose Hoffmann",
"Junior_Physical_Exhibits",
"Rose Hoffmann<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Viscosity Index&mdash;Synthetic vs. Petroleum Oils&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Teacher: Eric Hoffmann"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp34.jpg",
"Exhibit: Rain Dollive",
"Junior_Physical_Exhibits",
"Rain Dollive<br>&laquo;&nbsp;Ventilation Systems-  A Comparison of Four Systems&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Teacher: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp38.jpg",
"Exhibit: Phoebe Jones",
"Junior_Physical_Exhibits",
"Phoebe Jones<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;How Your Style of Dress Affects Other's Persception of You&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Teacher: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp46.jpg",
"Exhibit: Angela Sickler",
"Junior_Physical_Exhibits",
"Angela Sickler<br>&laquo;&nbsp;The Mozart Effect: A Deeper Look&mdash;Does It Enhance Certain Cognitive Functions More Than Others?&nbsp;&raquo;<br>Maharishi SAE, Fairfield<br>Teacher: Mary Tarnoff"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp01.jpg",
"Exhibit: Cody Vantiger",
"Junior_Physical_Exhibits",
"Cody Vantiger<br>EISEF Junior Physical Division Class I winner<br>&laquo;&nbsp;Investigating the Role of a Weakening Updraft in Tornadogenesis&nbsp;&raquo;<br>Mediapolis HS, Mediapolis<br>Teacher: Nancy Carter"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb13.jpg",
"Exhibit: Kyle Paul",
"Junior_Biological_Exhibits",
"Kyle Paul<br>&laquo;&nbsp;Does Sleep Affect Your Work?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Teacher: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb22.jpg",
"Exhibit: Brady Lamb",
"Junior_Biological_Exhibits",
"Brady Lamb<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Mitochondrial DNA: Tracing Lineage...X Marks the Spot, but Y There?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Teacher: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb30.jpg",
"Exhibit: Veronica Payne",
"Junior_Biological_Exhibits",
"Veronica Payne (right)<br>&laquo;&nbsp;How Important Is Putting On Sunscreen?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Teacher: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb38.jpg",
"Exhibit: Talya Miller",
"Junior_Biological_Exhibits",
"Talya Miller<br>&laquo;&nbsp;Visual vs. Audio Memory&nbsp;&raquo;<br>Pekin MS, Packwood<br>Teacher: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb66.jpg",
"Exhibit: Sara Eeling",
"Junior_Biological_Exhibits",
"Sara Eeling<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;Fun In The Sun, So You Think.  Which Sunscreen Blocks The Most Ultra-Violet Rays?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Teacher: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb75.jpg",
"Exhibit: Allyson Machala",
"Junior_Biological_Exhibits",
"Allyson Machala<br>&laquo;&nbsp;Sweet Fangs&nbsp;&raquo;<br>Pekin MS, Packwood<br>Teacher: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp11.jpg",
"Exhibit: Cody Emery",
"Junior_Physical_Exhibits",
"Cody Emery<br>&laquo;&nbsp;Can I Make a Wind Generator?&nbsp;&raquo;<br>Pekin MS, Packwood<br>Teacher: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp26.jpg",
"Exhibit: William Newman",
"Junior_Physical_Exhibits",
"William Newman<br>&laquo;&nbsp;Energy of the Future: Solar vs Electrolytes&nbsp;&raquo;<br>Pekin MS, Packwood<br>Teacher: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp41.jpg",
"Exhibit: Miles Manges",
"Junior_Physical_Exhibits",
"Miles Manges<br>EISEF Junior Champion<br>&laquo;&nbsp;Magnetic Parachutes&nbsp;&raquo;<br>Pekin MS, Packwood<br>Teacher: Art Millikin"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp41_judge.jpg",
"Exhibit: Miles Manges",
"Junior_Physical_Exhibits",
"Miles Manges (foreground) discussing his project with a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb17.jpg",
"Exhibit: Francesca Koenig",
"Junior_Biological_Exhibits",
"Francesca Koenig<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Grocery Stores: Friends or Foes?&nbsp;&raquo;<br>Riverbend MS, Iowa Falls<br>Teacher: Karen Koenig"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb26.jpg",
"Exhibit: Eddy Mason",
"Junior_Biological_Exhibits",
"Eddy Mason<br>&laquo;&nbsp;Can a Kid Keep Occupied by Magnets?&nbsp;&raquo;<br>Riverbend MS, Iowa Falls<br>Teacher: Karen Koenig"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb49.jpg",
"Exhibit: Evan Stenzel",
"Junior_Biological_Exhibits",
"Evan Stenzel<br>EISEF Junior Biological Division Class I winner<br>&laquo;&nbsp;Dogs vs. Cats: The Ick in the Lick&nbsp;&raquo;<br>Riverbend MS, Iowa Falls<br>Teacher: Ronn Rickels"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb59.jpg",
"Exhibit: Stephen Van Gorp",
"Junior_Biological_Exhibits",
"Stephen Van Gorp<br>&laquo;&nbsp;Request a Janitor for the Boy's Bathroom&nbsp;&raquo;<br>Riverbend MS, Iowa Falls<br>Teacher: Ronn Rickels"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb74.jpg",
"Exhibit: Sasha Shriver",
"Junior_Biological_Exhibits",
"Sasha Shriver<br>&laquo;&nbsp;Dewormer vs. Dewormer&nbsp;&raquo;<br>Riverbend MS, Iowa Falls<br>Teacher: Ronn Rickels"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp28.jpg",
"Exhibit: Maggie Gehrls",
"Junior_Physical_Exhibits",
"Maggie Gehrls<br>EISEF Junior Physical Division Honorable Mention winner<br>&laquo;&nbsp;The Votive Is Out&nbsp;&raquo;<br>Riverbend MS, Iowa Falls<br>Teacher: Ronn Rickels"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp27.jpg",
"Exhibit: Kurt Schmitt",
"Junior_Physical_Exhibits",
"Kurt Schmitt<br>&laquo;&nbsp;How Does Temperature Affect Pressure?&nbsp;&raquo;<br>S. Winneshiek MS, Calmar<br>Teacher: Loren Schmitt"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp42.jpg",
"Exhibit: Garrett Schissel",
"Junior_Physical_Exhibits",
"Garrett Schissel<br>&laquo;&nbsp;Enamel: How Much Erosive Damage Will These Beverages Do?&nbsp;&raquo;<br>S. Winneshiek MS, Ossian<br>Teacher: Patricia Schissel"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj01.jpg",
"Exhibit: Lincoln Schmidt & Bryce Snakenberg",
"Junior_Teams_Exhibits",
"Lincoln Schmidt & Bryce Snakenberg<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;Go Car Go&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Teacher: Shannon Webb<br><br>These are two eager guys&mdash;they were the first to set up their exhibit on Fair Day!"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj07.jpg",
"Exhibit: Dillon Stutzman & Dan Etter",
"Junior_Teams_Exhibits",
"Dillon Stutzman & Dan Etter<br>&laquo;&nbsp;Germinating At Different Temperatures.&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Teacher: Shannon Webb"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj13.jpg",
"Exhibit: Brianna Winegarden & Hailey Bruns",
"Junior_Teams_Exhibits",
"Brianna Winegarden & Hailey Bruns<br>&laquo;&nbsp;Ready Set Grow&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Teacher: Shannon Webb"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj17.jpg",
"Exhibit: Megan Clawson & Amanda Manchester",
"Junior_Teams_Exhibits",
"Megan Clawson & Amanda Manchester<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;Get The Picture?&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Teacher: Shannon Webb"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj27.jpg",
"Exhibit: Kensey Beasley & Emily Brown",
"Junior_Teams_Exhibits",
"Kensey Beasley & Emily Brown<br>EISEF Junior Teams Division Class II winner<br>&laquo;&nbsp;Whos Got The Hottest Hands?&nbsp;&raquo;<br>Sigourney Jr/Sr HS, Sigourney<br>Teacher: Shannon Webb"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb15.jpg",
"Exhibit: Mckenzie Funk",
"Senior_Biological_Exhibits",
"Mckenzie Funk<br>&laquo;&nbsp;Repelling Asian Lady Beetles&nbsp;&raquo;<br>Solon HS, Solon<br>Teacher: Bennett Kenyon Brown"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sb15_judge.jpg",
"Exhibit: Mckenzie Funk",
"Senior_Biological_Exhibits",
"Mckenzie Funk points out part of her exhibit to a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp03.jpg",
"Exhibit: Emma Pardini",
"Senior_Physical_Exhibits",
"Emma Pardini (left)<br>EISEF Senior Champion<br>&laquo;&nbsp;The Right Light&nbsp;&raquo;<br>Solon HS, Solon<br>Teacher: Ben Pardini"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp03_interview.jpg",
"Exhibit: Emma Pardini",
"Senior_Physical_Exhibits",
"Emma Pardini (back to camera) receives her preliminary interview from the Senior Finalist Judges.<br><br>The Finalist Judges are (l&ndash;r): Jim Cramer, Mario Affatigato, Chuck Nelson, Greg Pollari, Dave Estrem."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp07.jpg",
"Exhibit: Garrett Funk",
"Senior_Physical_Exhibits",
"Garrett Funk<br>EISEF Senior Physical Division Class I winner<br>&laquo;&nbsp;Roof Shingles and the Heat Island Effect&nbsp;&raquo;<br>Solon HS, Solon<br>Teacher: Bennett Kenyon Brown"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_sp09.jpg",
"Exhibit: Zach Hebl",
"Senior_Physical_Exhibits",
"Zach Hebl<br>&laquo;&nbsp;Shocking&nbsp;&raquo;<br>Solon HS, Solon<br>Teacher: Bennett Kenyon Brown"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb63.jpg",
"Exhibit: Melissa Foss",
"Junior_Biological_Exhibits",
"Melissa Foss<br>&laquo;&nbsp;Does Caffeine effect Your Sleep?&nbsp;&raquo;<br>Union MS, Dysart<br>Teacher: Mark Hookham"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp50.jpg",
"Exhibit: Jonathan Mossman",
"Junior_Physical_Exhibits",
"Jonathan Mossman<br>&laquo;&nbsp;Recycling Energy&nbsp;&raquo;<br>Union MS, Dysart<br>Teacher: Mark Hookham"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj08.jpg",
"Exhibit: Taylor Kugel & Cory Feldpouch",
"Junior_Teams_Exhibits",
"Taylor Kugel & Cory Feldpouch<br>&laquo;&nbsp;Does Taking a Pop Quiz Affect Heart Rate&nbsp;&raquo;<br>Union MS, Dysart<br>Teacher: Mark Hookham"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj12.jpg",
"Exhibit: Audrey Jenkins & Emily Snyder",
"Junior_Teams_Exhibits",
"Audrey Jenkins & Emily Snyder<br>EISEF Junior Teams Division Honorable Mention winner<br>&laquo;&nbsp;Two of a Kind&nbsp;&raquo;<br>Union MS, Dysart<br>Teacher: Mark Hookham"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj18.jpg",
"Exhibit: Kaylan McLaren & Nathan Vaughn",
"Junior_Teams_Exhibits",
"Kaylan McLaren & Nathan Vaughn<br>&laquo;&nbsp;Does the NASCAR or Indy Car Have a Better Aerodynamic Design?&nbsp;&raquo;<br>Union MS, Dysart<br>Teacher: Mark Hookham"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj23.jpg",
"Exhibit: Chandler Zeien & Natalie Steimel",
"Junior_Teams_Exhibits",
"Chandler Zeien & Natalie Steimel<br>&laquo;&nbsp;Fruitricity&nbsp;&raquo;<br>Union MS, Dysart<br>Teacher: Mark Hookham"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj28.jpg",
"Exhibit: Brett Aldrich & Josh Pauling",
"Junior_Teams_Exhibits",
"Brett Aldrich & Josh Pauling<br>&laquo;&nbsp;Splitting Water&nbsp;&raquo;<br>Union MS, Dysart<br>Teacher: Mark Hookham"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_tj32.jpg",
"Exhibit: Samantha White & Lexi Ewoldt",
"Junior_Teams_Exhibits",
"Samantha White & Lexi Ewoldt<br>EISEF Junior Teams Division Class I winner<br>&laquo;&nbsp;Wood You Try This?&nbsp;&raquo;<br>Union MS, Dysart<br>Teacher: Mark Hookham"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb18.jpg",
"Exhibit: Liz Klaren",
"Junior_Biological_Exhibits",
"Liz Klaren<br>&laquo;&nbsp;Whole Grains vs White Processed foods&nbsp;&raquo;<br>Wilson MS, Cedar Rapids<br>Teacher: Megan Poggenklass"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb35.jpg",
"Exhibit: Chris Stolba",
"Junior_Biological_Exhibits",
"Chris Stolba<br>EISEF Junior Biological Division Honorable Mention winner<br>&laquo;&nbsp;Which Citrus Fruit Has the Most Vitamin C?&nbsp;&raquo;<br>Wilson MS, Cedar Rapids<br>Teacher: Megan Poggenklass"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb53.jpg",
"Exhibit: Sabrina Potterf",
"Junior_Biological_Exhibits",
"Sabrina Potterf<br>&laquo;&nbsp;What's Your Eye Color?&nbsp;&raquo;<br>Wilson MS, Cedar Rapids<br>Teacher: Megan Poggenklass"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jb69.jpg",
"Exhibit: Stephanie Wheeler",
"Junior_Biological_Exhibits",
"Stephanie Wheeler<br>EISEF Junior Biological Division Class II winner<br>&laquo;&nbsp;The Toilet Paper Experiment&nbsp;&raquo;<br>Wilson MS, Cedar Rapids<br>Teacher: Megan Poggenklass"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_exhibit_jp13.jpg",
"Exhibit: Abbie Lambert",
"Junior_Physical_Exhibits",
"Abbie Lambert<br>&laquo;&nbsp;Edible Electricity&nbsp;&raquo;<br>Wilson MS, Cedar Rapids<br>Teacher: Megan Poggenklass"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_judging_80.jpg",
"Judges Doing Paperwork",
"EISEF_HQ",
"EISEF judges outside HQ, writing comments for the students and tallying scores.  Then they'll go inside to post their scores."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_judging_20.jpg",
"Judges Posting Scores",
"EISEF_HQ",
"These judges are posting their scores for three divisions:  Junior Biological (wall to the left), Senior Physical (far wall, on left), and Senior Biological (far wall, on right)."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_judging_40.jpg",
"Senior Biological Judging",
"EISEF_HQ",
"Senior Biological Division Lead George Miller (green armband) observes while two of his judges post their scores."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_judging_50.jpg",
"Junior Biological Judging",
"EISEF_HQ",
"Junior Biological Division Lead Otto Rajtora (middle, wearing vest) with two of his judges."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_judging_60.jpg",
"Senior Physical Judging",
"EISEF_HQ",
"Senior Physical Division Lead Alan Langenfeld (behind, with beard) contemplates the posted scores with one of his judges."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_judging_70.jpg",
"Junior Teams Judging",
"EISEF_HQ",
"Junior Teams Division Lead Pam Kraus (behind, facing camera) with one of her judges."
);


MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_hq_judging_90.jpg",
"Junior Physical Judging",
"EISEF_HQ",
"Junior Physical Division Lead Brad Ajango (facing camera) discussing scores with a judge."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_049_audience.jpg",
"Awards Ceremony audience",
"Awards_Ceremony",
""
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_051_audience.jpg",
"Awards Ceremony audience",
"Awards_Ceremony",
"Maureen Fosdick (center front, in black top) is a Senior Champion Mom."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_052_trophies.jpg",
"EISEF trophies and ribbons",
"Awards_Ceremony",
"The two plaques (left and right) are for our Senior Champions' schools.<br><br>The smaller trophies are for our Junior Champions,<br>the larger ones in the middle for our Senior Champions.<br><br>The ribbons with medallions are for our other winners:<br>white for Honorable Mention; red for Class II; blue for Class I; red-white-blue for Champions."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_054_behind.jpg",
"Behind the Curtain",
"Awards_Ceremony",
"A rare glimpse of the people who hand the awards to the presenters.<br><br>Counterclockwise from the front:<br>Pam Kraus, her son Ben, Jo Mahoney, Heather Adams, and Todd Johnson."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_055_staff.jpg",
"Awards Ceremony staff",
"Awards_Ceremony",
"EISEF President Colleen Kobe (with microphone)<br><br>Susan Noreuil, Safety & Standards Committee co-chair and Senior Champion Mom"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_099_navy.jpg",
"USN and USMC Award",
"Awards_Ceremony",
"LTJG Khalid Kader (right) describing the U.S. Navy and Marine Corps Naval Science Award<br><br>(r&ndash;l) Colleen Kobe, EISEF Director Jeff Kuehl, Susan Noreuil"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_100_navy.jpg",
"USN and USMC Award",
"Awards_Ceremony",
"U.S. Navy and Marine Corps: Naval Science Award<br>Presenter (far right): LTJG Khalid Kader (USN Reserve)<br><br>Winners (l&ndash;r): Megan Bartholomew, Cory Millmier, Michelle Ellison, Jeremiah Siochi, Graham Sawyer, Garet Packingham"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_110_usaf.jpg",
"U.S. Air Force",
"Awards_Ceremony",
"Presenter (far right): Staff Sergeant Ryan Hemphill (USAF)<br><br>Winners (l&ndash;r): Brady Lamb, Tyler VonMuenster, Cory Millmier, Emma Pardini"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_200_cvarc.jpg",
"CVARC Award",
"Awards_Ceremony",
"Collins Amateur Radio Club / Cedar Valley Amateur Radio Club<br>Presenter (far right): Mike Miller<br><br>Winners (l&ndash;r): Eric Campbell, Emma Pardini"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_210_alliant.jpg",
"Alliant Energy",
"Awards_Ceremony",
"Winners (l&ndash;r): Douglas Murray, William Newman, Brett Aldrich &amp; Josh Pauling, Lee Hunold, Jamilee Lightfoot, Austin Benson &amp; Judson Rhoades, Sarah Andrews"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_220_ams.jpg",
"American Meteorological Society",
"Awards_Ceremony",
"Winner: Cody Vantiger"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_230_am_psy.jpg",
"American Psychological Association",
"Awards_Ceremony",
"Winning team: Stewart Sankey &amp; Steven Johnson"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_240_am_chem.jpg",
"American Chemical Society",
"Awards_Ceremony",
"Winners (l&ndash;r): Jordan Lightfoot, Abby Poetting"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_250_ahrae.jpg",
"ASHRAE Award",
"Awards_Ceremony",
"American Society of Heating, Refrigerating, and Air Conditioning Engineers<br><br>Winners (l&ndash;r): Lee Hunold, Stormy Templeton"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_260_asme.jpg",
"American Society of Mechanical Engineers",
"Awards_Ceremony",
"Presenter (far left): Walker Kelly (ASME member, member of the EISEF Board of Directors)<br><br>Winners (l&ndash;r): Lee Hunold, Graham Sawyer, Jeremiah Siochi"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_300_cargill.jpg",
"Cargill Industries",
"Awards_Ceremony",
"Winners (l&ndash;r): Haley Burgess &amp; Shala Hawes, Jacob Temple, McKenna Templeton"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_310_asm_int.jpg",
"ASM International Foundation",
"Awards_Ceremony",
"Winner: Jeremiah Siochi"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_320_audubon.jpg",
"Cedar Rapids Audubon Society",
"Awards_Ceremony",
"Winners (l&ndash;r): Lee Hunold, Jacob Temple"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_330_discovery.jpg",
"Discovery: Young Scientist Challenge",
"Awards_Ceremony",
"Winners (l&ndash;r): McKenna Templeton, Sarah Andrews, Abby Poetting, Savanah Schott, Ben Pieper, Stormy Templeton, Aaron Grinstead, Brittani Freesmeier, Evan Stenzel, Jeremiah Siochi, Cody Vantiger, Gabrielle Hathaway, Phoebe Jones, Suzanne Seehusen, Miles Manges, Andrew Johnson (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_340_ieee.jpg",
"IEEE Award",
"Awards_Ceremony",
"Institute of Electrical &amp; Electronic Engineers<br>Winner: Emma Pardini"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_350_inst_food.jpg",
"Institute of Food Technologists",
"Awards_Ceremony",
"Winners (l&ndash;r): Emma Lehmann, Staci Sieren"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_360_hoover.jpg",
"Herbert Hoover Presidential Library",
"Awards_Ceremony",
"Herbert Hoover Presidential Library: Young Engineer<br>Winner: Jeremiah Siochi"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_370_optical.jpg",
"International Society for Optical Engineering",
"Awards_Ceremony",
"Winner: Emma Pardini"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_380_izaak_walton.jpg",
"Izaak Walton League",
"Awards_Ceremony",
"Winners (l&ndash;r): McKenna Templeton, Haley Burgess &amp; Shala Hawes, Gabrielle Hathaway"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_400_mu_alpha.jpg",
"Mu Alpha Theta",
"Awards_Ceremony",
"Winner: Zach Hebl"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_410_nspe.jpg",
"National Society of Professional Engineers",
"Awards_Ceremony",
"Winner: Jamilee Lightfoot"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_420_ricoh.jpg",
"Ricoh Corporation",
"Awards_Ceremony",
"Ricoh Corporation: Ricoh Sustainable Development Award<br>Winning team: Haley Burgess &amp; Shala Hawes"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_430_noaa.jpg",
"National Oceanic and Atmospheric Administration",
"Awards_Ceremony",
"Winner: McKenna Templeton"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_440_sigma_tau.jpg",
"Sigma Tau",
"Awards_Ceremony",
"Winner: Matt Fleshman"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_450_ui_cph.jpg",
"U of I College of Public Health",
"Awards_Ceremony",
"Winners (l&ndash;r): Staci Sieren, Josephine Greve, Andrew Johnson (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_460_sierra.jpg",
"Sierra Club",
"Awards_Ceremony",
"Winners (l&ndash;r): McKenna Templeton, Haley Burgess &amp; Shala Hawes"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_470_us_phs.jpg",
"US Dept. of Health and Human Services",
"Awards_Ceremony",
"Winner: Staci Sieren"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_480_metric.jpg",
"US Metric Association",
"Awards_Ceremony",
"Winner: Brittani Freesmeier"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_510_alan_adams.jpg",
"Alan B. Adams Award",
"Awards_Ceremony",
"Steve Adams describes the Alan B. Adams Award.<br><br>EISEF Director Jeff Kuehl is in the background."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_520_alan_adams.jpg",
"Alan B. Adams Award",
"Awards_Ceremony",
"These students have just received the Student Award."
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_540_alan_adams.jpg",
"Alan B. Adams Award",
"Awards_Ceremony",
"Steve Adams presents the Teacher's Award to Linda Kelly, teacher at Harding Middle School in Cedar Rapids and a member of the EISEF Board of Directors"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_560_alan_adams.jpg",
"Alan B. Adams Award",
"Awards_Ceremony",
"Presenter (far right): Steve Adams (brother of Alan B. Adams)<br><br>Winners(l&ndash;r): RaeAnne Mason, Kyle Paul, Kaleb Eby, Patrick Jansen, Colby Hoyer, Stephen Van Gorp, Blake Tebbs, Stephanie Wheeler, Linda Kelly (winner of the Teacher's Award), Whitney Plein, Max Martino"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_600_water_stockholm.jpg",
"Water Environment Federation",
"Awards_Ceremony",
"Water Environment Federation: Stockholm Team Water Prize<br>Winning team: Haley Burgess &amp; Shala Hawes"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_610_water_iowa.jpg",
"Water Environment Federation",
"Awards_Ceremony",
"Water Environment Federation: Iowa Water Pollution Control Facility<br>Winner: Savanah Schott"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_620_yale.jpg",
"Yale Science &amp; Engineering Association",
"Awards_Ceremony",
"Winner: Subha Subramanian"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_750_tj_hm.jpg",
"EISEF Honorable Mention, Junior Teams",
"Awards_Ceremony",
"Winners (l&ndash;r): Jenna Freesmeier & Danielle Derr, Audrey Jenkins & Emily Snyder, Shelby Riddle & Whitney Speer, Lincoln Schmidt & Bryce Snakenberg (not pictured), Megan Clawson & Amanda Manchester (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_760_jb_hm.jpg",
"EISEF Honorable Mention, Junior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): Evan Herlocker, RaeAnne Mason, Christina Goeddel, Cassie Corrington, Ariana Lisefski, Morgan Matthews, Holly Armstrong, Shayma Elsheikh, Chris Stolba, Eric Campbell (barely visible), Francesca Koenig, Matthew Nesslage, Madison Schmitz, Logan Grado"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_770_jp_hm.jpg",
"EISEF Honorable Mention, Junior Physical",
"Awards_Ceremony",
"Winners (l&ndash;r): Douglas Murray, Alex Busbee, Maggie Gehrls, Max Martino, Kate Klavon, Brian Rodriguez, Garet Packingham"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_780_sb_hm.jpg",
"EISEF Honorable Mention, Senior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): Ashwath Gunasekar, Whitney Plein, Megan Bartholomew, Stewart Sankey & Steven Johnson"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_790_sp_hm.jpg",
"EISEF Honorable Mention, Senior Physical",
"Awards_Ceremony",
"Winner: Jordan Lightfoot"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_800_tj_c2.jpg",
"EISEF Class II, Junior Teams",
"Awards_Ceremony",
"Winners (l&ndash;r): Julia Emery & Kimberly Sorsby, Bonnie Pickford & Trisha Meierotto, Tia Johnson & Katie Hocker, Zach Bartlett & Josh Fullenkamp, Kensey Beasley & Emily Brown (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_810_jb_c2.jpg",
"EISEF Class II, Junior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): Elise Gregg, Erin Garmoe, Stephanie Wheeler, John Mettler, Sophia Blitz, Alyssa Bailey, Katelyn Leonardo, Paul Gregory, Dacota Holtkamp, Sara Eeling"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_820_jp_c2.jpg",
"EISEF Class II, Junior Physical",
"Awards_Ceremony",
"Winners (l&ndash;r): Rachel Westerhoff, McKenna Feltes, Jay Stewart, Ethan Conrad, Shelby Schmidt, Ben Fiedler (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_830_sb_c2.jpg",
"EISEF Class II, Senior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): Shelby Sieren, Staci Sieren, Haley Burgess & Shala Hawes, Ethan Henderson & Lucas Draisey"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_840_sp_c2.jpg",
"EISEF Class II, Senior Physical",
"Awards_Ceremony",
"Winners (l&ndash;r): Lee Hunold, Kirstin Kramer, Austin Baker"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_860_tj_c1.jpg",
"EISEF Class I, Junior Teams",
"Awards_Ceremony",
"Winners (unordered): Austin Benson & Judson Rhoades, Deanna Knustrom & Haley Cullen, Megan Mcfadden & Darian Auge, Lynnely Parker & Bailie Bryant, Austin Abolt & Brice Menke, Samantha White & Lexi Ewoldt"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_850_jb_c1.jpg",
"EISEF Class I, Junior Biological",
"Awards_Ceremony",
"Winners (l&ndash;r): McKenna Templeton, Gabrielle Hathaway, Stormy Templeton, Suzanne Seehusen, Savanah Schott, Ben Pieper, Gabrielle Lamoureu, Brady Lamb, Brittani Freesmeier, Aaron Grinstead, Evan Stenzel, Andrew Johnson (not pictured)"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_870_jp_c1.jpg",
"EISEF Class I, Junior Physical",
"Awards_Ceremony",
"Winners (l&ndash;r): Cody Vantiger, Sarah Andrews, Abby Poetting, Miles Manges, Katrina Rohr, Phoebe Jones, Rose Hoffmann, Emma Lehmann, Jeremiah Siochi"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_880_sr_c1.jpg",
"EISEF Class I for Senior Divisions",
"Awards_Ceremony",
"Winners (l&ndash;r): Cory Millmier, Josephine Greve, Subha Subramanian, Kelsey Hammer, Emma Pardini, Jamilee Lightfoot, Garrett Funk"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_890_jr_champs.jpg",
"EISEF Junior Champions",
"Awards_Ceremony",
"Miles Manges and Stormy Templeton"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_900_sr_champs.jpg",
"EISEF Senior Champions",
"Awards_Ceremony",
"Emma Pardini and Subha Subramanian"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_910_sr_champs.jpg",
"New Friends",
"Awards_Ceremony",
"EISEF Senior Champions Emma Pardini and Subha Subramanian"
);

MainArray[MainVar++] = new Fix("EISEF 2006",
"images_2006/2006_ceremony_920_emma_dad.jpg",
"EISEF Senior Champion with Dad",
"Awards_Ceremony",
"Emma Pardini with her father and teacher Ben Pardini"
);

MainArray[MainVar++] = new Fix("ISEF 2006, May 7&ndash;13",
"images_2006/2006_isef_ia_kids_10.jpg",
"Iowa students at ISEF",
"ISEF",
"All the students from Iowa at ISEF in Indianapolis<br><br>(l&ndash;r) Subha Subramanian*, McKenna Templeton*, Shala Hawes*, Allison Wilson (white shirt), Haley Burgess* (denim jacket), Jamilee Lightfoot* (front, blue jeans), Brandon Wilson (yellow cap), Emma Pardini* (center, barely visible), Stormy Templeton* (front, white pants), Ashton Lansink (orange & white shirt), Austin Baker, Cory Millmier*<br><br>*EISEF exhibitor in 2006"
);

MainArray[MainVar++] = new Fix("ISEF 2006, May 7&ndash;13",
"images_2006/2006_isef_ia_kids_20.jpg",
"Iowa students at ISEF",
"ISEF",
"All the students from Iowa at ISEF in Indianapolis<br><br>(l&ndash;r) McKenna Templeton* (barely visible), Emma Pardini*, Subha Subramanian*, Austin Baker, Allison Wilson, Cory Millmier* (barely visible), Haley Burgess*, Shala Hawes*, Brandon Wilson, Stormy Templeton*, Ashton Lansink, Jamilee Lightfoot*<br><br>*EISEF exhibitor in 2006"
);

