// JavaScript Document

function SwapImage(name) {
  document.big_pic.src=  name;
    }
$(function() {
    $("#pic_desc").html( $("#image_01").attr("title")  );	
} );
var triathlon=["The family 'Bus' at Spirit of Racine,WI",
			   "One side of the back tire",
			   "Glen's ride. A 2003 Blade built by John Cobb and Rich Ducar",
			   "One side of the front tire",
			   "Lake Geneva 2005",
			   "Spirit of Racine Half 05",
			   "Out of T1",
			   "Trying to catch the guy in front of me",
			   "2005 Pleasent Prairie",
			   "2005 Lake Zurich",
			   "Cockpit view",
			   "Bigfoot Triathlon Lake Geneva, WI 04",
			   "Bigfoot Triathlon Lake Geneva, WI 04",
			   "much better out of the water without all that muscle",
			   "Baraboo Wisconsin 03. A great race.",
			   "An awesome feeling. Bong 05",
			   "Memphis in May. Don't swim with your gu in your jersey pocket, they fall out and you have to find something else to eat!",
			   "Mrs T's Chicago 02",
   			   "Mrs T's Chicago 02",
			   "Muncie half IM 02",
			   "Harbor Lights Waukegan, IL 01",
			   "In the wind tunnel. What a cool experience! I think I smiled the whole time. It was a closed mouth smile, I didn't want to increase my drag.",
			   "John Cobbs Wind tunnel experience 03",
			   "My new ride, 2006",
               "On the lava with the big blue in the background",
			   "This bike is so hot, it caught my pants on fire",
			   "This bike is so hot, it caught my pants on fire",
			   "I felt this good about my bike at Honu",
			   "Glen Jr's tri-tricycle",
               "Cat Cheetah",
			   "out on the Queen K the day after Honu",
			   "a cruel joke some friends played on me at an expo",
			   "IM World Championships in Clearwater!",
			   "Clearwater Half IM World Championships",
			   "Banquet",
			   "Me and my brother John",
			   "Age group men",
			   "On the run!",
			   "Great day but glad to be done",
			   "Feeling better now",
			   "Me and Mike Reilly",
			   "Sister Madonna",
			   "Swim warm ups at the pier",
			   "Greg Welch was very entertaining at the awards ceremony",
			   "Yes, the causeways are this steep",
			   "Bike racks",
			   "Monaco 2006. The mountain in the background is the first of many climbs",
			   "Monaco 2006",
			   "The view from the first climb",
			   "Switchback!",
			   "Limping it back in with a front flat",
			   "The biggest Buoys in triathlon"
			   ];


var family=[            "Our Wedding Day",
			"Before we were married",
			"Anna sleeping on Dad's aerobars",
			"They were fighting over the pillow until I turned on Nemo",
			"Little Glen",
			"My triathlon family",
			"Both Glen's",
			"Anna can watch Nemo anywhere!",
			"Summer '05 family pics",
			"Happy Halloween",
			"Summer '05 family pics",
			"Little Glen",
			"Happy Holidays",
			"Brothers John, Pat and Joe. Dad is in the back",
			"Little Glen's ride",
			"Glen & Anna watching Nemo",
			"Little Anna. She is always smiling",
			"Isn't this precious? Little Anna and Mommy.",
			"350lb bench at 132 body weight",
			"The summer I thought I would give triathlon a try. How much ya bench?",
			"Glen, Helene, Glen and little Anna posing for an easter picture",
			"Little Jack",
			"Glen, Anna and Jack",
			"Me & the baby",
			"McGowean's at a picnic",
			"Jack with Grandpa and Grandma",
			"Glen and Helene",
			"Glen and Anna getting their nice cloths dirty"

			];

var sponsor=["Dr Helene M. Dolce and some of her diplomas",
 			 "Dr. Dolce finishing the LaSalle Bank Chicago Marathon. October 2001",
			 "Dr. Dolce finishing the LaSalle Bank Chicago Marathon. October 2001",
			 "Dr. Dolce in the Kona med tent. 2005",
			 "Dr. Dolce busy in the med tent. 2005",
			 "Dr. Dolce busy in the med tent. 2005",
			 "Dr. Dolce in a half marathon",
			 "Dr. Dolce and an assistant with a patient",
			 "Dr. Dolce's staff",
			 "The view from the office. The Des Plaines River"
			];

var kona=["Little Glen is having a good time",                             // 0
	  "Dr. Dolce is having a wonderful time",                  // 1
	  "View from the King Kam looking over the bay", // 2
	  "Row 1 in T1 in '03", //3
	  "Just before the swim start 2004", //4
	  "Pro swim start 2004", //5
	  "Volunteering in T2 2003", //6
	  "At the awards ceremony", //7
	  "J. Zach at the swim start 2005", //8
	  "A crowded 2005 swim start", //9
	  "2005",   // 10
	  "Age groupers 2005", //11
	  "T1 in 2005", //12
          "Over head view of pier 2005", //13
          "Row 1 in T1 in 03", //14
	  "A bird's eye view", // 15
	  "The Cat in Kona" //16
		  ];

var celebrities=["Nicole Deboom & Glen",
				 "Tim Deboom",
				 "Natasha Badman",
				 "The amazing Bill Bell",
				 "Joanna Zeiger",
				 "Peter Reid",
				 "Chris McCormack",
				 "Little Glen with Karen Smyers",
				 "Cam Widoff",
				 "Cam Brown",
				 "Nicole representing!",
				 "Lori Bowden",
				 "Nicole Deboom reading <em>My Triathlon Family</em> to John Cobb",
				 "Nicole Deboom reading <em>My Triathlon Family</em> to John Cobb",
				 "Jessi Stensland",
				 "Simon Lessing",
				 "Norman Stadler",
				 "Jurgen Zach",
				 "Barb & Lauren Lindquist",
				 "Out to dinner with Al Toledo, John Cobb & Joel Zucco",
				 "Steve Larsen",
				 "Wes Hobson",
				 "Dave Scott",
				 "Heather Golnick",
				 "Michellie Jones",
				 "Greg Welch (he looks a lot taller on TV)",
				 "The Hoyt's!",
			     "Me and Michael Lovato",
			     "Me and Paula Newby-Fraser",
 				 "Me and Heather Fuhr."
			   
				];
function change_image_desc(txt) { document.getElementById('image_desc').innerHTML = "<h3 id='image_desc'>" + txt + "</h3>";}

$(function() {
    $("#picture_gallery > a").hover( function( ) {
				       $("#large_image").attr("src", $(this).attr("href") );
                  
        $("h3").empty().html( $(this).attr("title") );
					 } );
    
} );


