

				//	Track our page info:
				var pageSize3dc946b8700b42b78b119047948745c9 = 6;
				
				//	Constructor for 'photoWebImage'
				function photoWebImage(src, link, title, description) 
				{
				  this.imgSrc = src;
				  this.imgLink = link;
				  this.imgTitle = title;
				  this.imgDescription = description;
				}

				//	Displays a given page:
				function displayPage3dc946b8700b42b78b119047948745c9(pageNumber)
				{
					//	Our string that we'll eventually write:
					var txtToWrite = "";
					
					//	If paging is not enabled, then just make our pagesize = image count
					if(!pagingEnabled3dc946b8700b42b78b119047948745c9)
					{
						pageSize3dc946b8700b42b78b119047948745c9 = imgs3dc946b8700b42b78b119047948745c9.length;
					}

					//	Get our slice start and end
					sliceStart = pageNumber * pageSize3dc946b8700b42b78b119047948745c9;
					sliceEnd = sliceStart + pageSize3dc946b8700b42b78b119047948745c9;
				
					//	Slice the array:
					tempArr = imgs3dc946b8700b42b78b119047948745c9.slice(sliceStart, sliceEnd);
					
					//	Rip through the array slice:
					for (i=0;i<tempArr.length;i++)
					{
                        txtToWrite = txtToWrite + "<div style='display: block; float: left; margin: 15px; width: 150px;'>";
                        txtToWrite = txtToWrite + "<div style='height:97px; text-align:center;'><a href='" + tempArr[i].imgLink + "' target='_blank'><img src='" + tempArr[i].imgSrc + "' border=0/></a></div>";
						txtToWrite = txtToWrite + "<div style='margin:15px 0 10px; text-align: center;'><strong>" + tempArr[i].imgTitle + "</strong></div>";
                        txtToWrite = txtToWrite + "<div>" + tempArr[i].imgDescription + "</div>";
                        txtToWrite = txtToWrite + "</div>";
					}

                    //  Add our 'clear div':
                    txtToWrite = txtToWrite + "<div style='clear: left;'></div>";
					
					var txtNavigation = "";

					if(pagingEnabled3dc946b8700b42b78b119047948745c9)
					{
                        //  Start the list:
                        txtNavigation = txtNavigation + "<ul style='float: right; margin: 6px 15px 0 0; padding: 0; list-style: none;'>";

						//	Add our previous navigation:
						if(sliceStart > 0)
						{
                            txtNavigation = txtNavigation + "<li style='margin: 0 8px; display: block; float: left;'> <a style='background: url(http://images.onlinephotofiler.com/arrow-prev.gif) left center no-repeat; padding: 0 0 0 9px;' href='javascript:displayPage3dc946b8700b42b78b119047948745c9(" + (pageNumber - 1) + ");'>Previous</a> </li>";
						}

                        //  Add the middle information:
                        txtNavigation = txtNavigation + "<li style='margin: 0 8px; display: block; float: left;'> <strong>" + (sliceStart + 1) + " to " + (sliceStart + tempArr.length) + "</strong> of <strong>" + imgs3dc946b8700b42b78b119047948745c9.length + "</strong> </li>";
						
                        //  Add our next navigation:
						if(imgs3dc946b8700b42b78b119047948745c9.length > sliceEnd)
						{
                            txtNavigation = txtNavigation + "<li style='margin: 0 8px; display: block; float: left;'> <a style='background: url(http://images.onlinephotofiler.com/arrow-next.gif) right center no-repeat;	padding: 0 9px 0 0;' href='javascript:displayPage3dc946b8700b42b78b119047948745c9(" + (pageNumber + 1) + ");'>Next</a> </li>";
						}					
					}
					
					//	Get a reference to the place we're writing images to:
					var divWrapper = document.getElementById('imgsWrapper3dc946b8700b42b78b119047948745c9');
					
					//	Clear out what's currently displayed:
					divWrapper.innerHTML = "";
					
					//	Write our text:
					divWrapper.innerHTML = txtToWrite;

                    //	Get a reference to the place we're writing navigation to:
					var navWrapper = document.getElementById('navWrapper3dc946b8700b42b78b119047948745c9');
					
					//	Clear out what's currently displayed:
					navWrapper.innerHTML = "";
					
					//	Write our text:
					navWrapper.innerHTML = txtNavigation;
				}

				//	Create our array:
				var imgs3dc946b8700b42b78b119047948745c9 = new Array();

				
					//	The title:
					var photowebTitle3dc946b8700b42b78b119047948745c9;
					photowebTitle3dc946b8700b42b78b119047948745c9 = 'Through The Years';
					
					var boolDisplayTitle3dc946b8700b42b78b119047948745c9;
					boolDisplayTitle3dc946b8700b42b78b119047948745c9 = true;
					
					var badgeLayout3dc946b8700b42b78b119047948745c9;
					badgeLayout3dc946b8700b42b78b119047948745c9 = 'Vertical';
					
					var pagingEnabled3dc946b8700b42b78b119047948745c9;
					pagingEnabled3dc946b8700b42b78b119047948745c9 = true;
						
					//	Add items to the array:
					
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/scan0048_4b300.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256709&mt=Photo', 'My Branch Manager Rookie photo', 'Yes, those classes were all the rage. This was my stock photo when i joined as Branch VP for my new company in 1991.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/scan0064_37fbc.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256710&mt=Photo', '1992 at the Branch', 'Those were the days. Posting outside of the bullpen.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/scan0066_50307.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256711&mt=Photo', '1993 AVP of the year award', 'I put this in mostly because of how silly I look.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/scan0070_2c36e.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256712&mt=Photo', 'One of the crew. 1992', 'Hitting the lovely New Orleans tropics in the summer of 1992\x21 May I suggest Fall or winter\x3f'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/scan0002_02707.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256708&mt=Photo', 'Yep, a mullet', 'But, in my defense, they were sort of in style. This was winning the Branch VP of the year award in 2002. The joke was that I was the only Branch V.P. at the time.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/Shitara_672b6.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256716&mt=Photo', '2001 national meeting', 'We all had some funky massage treatment called Shitara or something.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/scan0071_1b753.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256713&mt=Photo', 'Puerto Rico awards trip 1996', 'Those were the days.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/Image23_b837a.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256704&mt=Photo', 'Bruce Springsteen at talent show', 'This was in 2001, months before I got promoted to COO. '));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/Exec_Team_in_atlanta_6da66.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256699&mt=Photo', 'Pajama Party Branch Mgr Meeting', 'Yes. That\x27s the leader\x27s of our company in PJs. We decided to let her hair down and pump up the troops.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/halloween_hq_neil_erin_1stp_4602d.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256703&mt=Photo', '2002 HQ Halloween Prize', 'I gave out first prize for best costume.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/Executive_Commitee_625e3.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256701&mt=Photo', 'Executive Committee Bahamas 2002', 'Well, someone has to do it\x21'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/gabk_kaplan_70s_dudes_neil_fred_cd257.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256702&mt=Photo', 'Neil or Gabe Kaplan', 'We were filming a welcome video for an upcoming national meeting. This is what I was supposed to look like during my entree into the industry.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/017_14A_b50a0.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256694&mt=Photo', 'Feb 2002 RVP Hiking Trip', 'A great meeting with a needed break hiking in the canyons.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/Milwaukee_Cheese_Heads_1_5c3d5.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256707&mt=Photo', 'Milwaukee Cheese Heads ', 'It wasn\x27t uncommon to receive silly gifts while visiting the troops across the country. This was one of my favorites.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/vegas_005_8a9b9.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256717&mt=Photo', 'Elvis \x26 Me- Vegas 2004', 'Another fun meeting location. We had to have Elvis.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/Ajilon_132_5b127.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256695&mt=Photo', 'Addressing the troops', '..at our 2004 employee recognition trip.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/DSC_0019_bcf68.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256696&mt=Photo', 'Johnny Bench at our national meeting', 'We brought in Johnny to pump up the troops. Check out the size of his hands\x21'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/DSC_0050_29e56.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256697&mt=Photo', 'The crowd takes it all in', '.. at our 2004 Branch Manager meeting.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/IMG_1048_d524e.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256705&mt=Photo', '2003 Award Cruise', '2002 was a rough year\x21 So, instead of canceling our trip, we booked a cheap cruise instead. Enough said\x21'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/DSC_0947_3600b.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256698&mt=Photo', '2002 Global Management team', 'We had good fun heading to various European hotspots. This was the team on a lovely spring day in 2002.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/IMG_2674_47d23.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256706&mt=Photo', '2006 Sushi in Zurich', 'We found the only sushi place. We had a global meeting in the lovely city.'));
						imgs3dc946b8700b42b78b119047948745c9.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_5/2/7/8/68725/whoooo_podium_dedc4.Thumbnail.jpg', 'http://photos.thedynamicsale.com/GalleryFilmstrip.aspx?gallery=187020&page=1&mid=6256718&mt=Photo', '2002 leading the troops', 'Had to get them all out of their seats.'));

                //  Gallery Holder
				document.write("<div style='margin: 10px; padding: 0;'>");

                //  Navigation 
				document.write("<div id='navWrapper3dc946b8700b42b78b119047948745c9' style='margin: 0; padding: 0; height: 28px; background: #DEDEDE url(http://images.onlinephotofiler.com/header-bg.gif) left top repeat-x; border: 1px solid #A0A0A0;'></div>");

                //  Inner wrapper:
                document.write("<div style='padding: 0 0 20px 0; margin: 0; background: #; width: 100%;'>");

                //  Gallery Title
				document.write("<div id='titleWrapper3dc946b8700b42b78b119047948745c9' style=\"font: 25px Georgia, 'Times New Roman', Times, serif; text-align: center; padding: 20px 0 5px; width: 100%;\"></div>");

                //  Pictures
				document.write("<div id='imgsWrapper3dc946b8700b42b78b119047948745c9'></div>");
				
				
				//	Display the title if we're supposed to:
				if(boolDisplayTitle3dc946b8700b42b78b119047948745c9)
				{
					//	Get a reference to the place we're writing to:
					var divTitleWrapper = document.getElementById('titleWrapper3dc946b8700b42b78b119047948745c9');
					
					//	Clear out what's currently displayed:
					divTitleWrapper.innerHTML = "";
					
					//	Write our text:
					divTitleWrapper.innerHTML = "<strong>" + photowebTitle3dc946b8700b42b78b119047948745c9 + "</strong>";
				}
				

			    document.write("<div style='margin:10px auto 10px auto;text-align:center;'><a href='https://www.godaddy.com/gdshop/photo/landing.asp?isc=OPFpowby' title='Learn more about online photo hosting' target='_blank'>Online Photo Hosting</a></div>");

			    

                //  End inner wrapper
				document.write("</div>");

                //  End Gallery Holder
				document.write("</div>");

				//	Display images from the first page:
				displayPage3dc946b8700b42b78b119047948745c9(0);

				