

			//	Track our page info:
				var pageSizefdcdc82c04554a3eb64d1d40a0bc9325 = 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 displayPagefdcdc82c04554a3eb64d1d40a0bc9325(pageNumber)
				{
					//	Our string that we'll eventually write:
					var txtToWrite = "";
					
					//	If paging is not enabled, then just make our pagesize = image count
					if(!pagingEnabledfdcdc82c04554a3eb64d1d40a0bc9325)
					{
						pageSizefdcdc82c04554a3eb64d1d40a0bc9325 = imgsfdcdc82c04554a3eb64d1d40a0bc9325.length;
					}

					//	Get our slice start and end
					sliceStart = pageNumber * pageSizefdcdc82c04554a3eb64d1d40a0bc9325;
					sliceEnd = sliceStart + pageSizefdcdc82c04554a3eb64d1d40a0bc9325;
				
					//	Slice the array:
					tempArr = imgsfdcdc82c04554a3eb64d1d40a0bc9325.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(pagingEnabledfdcdc82c04554a3eb64d1d40a0bc9325)
					{
                        //  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:displayPagefdcdc82c04554a3eb64d1d40a0bc9325(" + (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>" + imgsfdcdc82c04554a3eb64d1d40a0bc9325.length + "</strong> </li>";
						
                        //  Add our next navigation:
						if(imgsfdcdc82c04554a3eb64d1d40a0bc9325.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:displayPagefdcdc82c04554a3eb64d1d40a0bc9325(" + (pageNumber + 1) + ");'>Next</a> </li>";
						}					
					}
					
					//	Get a reference to the place we're writing images to:
					var divWrapper = document.getElementById('imgsWrapperfdcdc82c04554a3eb64d1d40a0bc9325');
					
					//	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('navWrapperfdcdc82c04554a3eb64d1d40a0bc9325');
					
					//	Clear out what's currently displayed:
					navWrapper.innerHTML = "";
					
					//	Write our text:
					navWrapper.innerHTML = txtNavigation;
				}

				//	Create our array:
				var imgsfdcdc82c04554a3eb64d1d40a0bc9325 = new Array();

			
				//	The title:
				var photowebTitlefdcdc82c04554a3eb64d1d40a0bc9325;
				photowebTitlefdcdc82c04554a3eb64d1d40a0bc9325 = 'harmston';
			
				var boolDisplayTitlefdcdc82c04554a3eb64d1d40a0bc9325;
				boolDisplayTitlefdcdc82c04554a3eb64d1d40a0bc9325 = true;
				
				var badgeLayoutfdcdc82c04554a3eb64d1d40a0bc9325;
				badgeLayoutfdcdc82c04554a3eb64d1d40a0bc9325 = 'Vertical';
				
				var pagingEnabledfdcdc82c04554a3eb64d1d40a0bc9325;
				pagingEnabledfdcdc82c04554a3eb64d1d40a0bc9325 = false;
					
				//	Add items to the array:
				
				imgsfdcdc82c04554a3eb64d1d40a0bc9325.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_6/2/9/9/99926/674109700f204feba0bd6a5b763b1efc.Small.jpg', 'http://photos.menomoniewrestling.com/TagFilmstrip.aspx?page=1&tag=23742&mid=9625688&mt=Photo', '20091204_0020', ''));
				imgsfdcdc82c04554a3eb64d1d40a0bc9325.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_6/2/9/9/99926/74f9af9a8ec9432cbb06f290c82feabc.Small.jpg', 'http://photos.menomoniewrestling.com/TagFilmstrip.aspx?page=1&tag=23742&mid=9625692&mt=Photo', '20091204_0028', ''));
				imgsfdcdc82c04554a3eb64d1d40a0bc9325.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_6/2/9/9/99926/92a3f8c3894c499dafc9b883a4a3e38f.Small.jpg', 'http://photos.menomoniewrestling.com/TagFilmstrip.aspx?page=1&tag=23742&mid=9925540&mt=Photo', '312', ''));
				imgsfdcdc82c04554a3eb64d1d40a0bc9325.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_6/2/9/9/99926/8c1f655c4d2f47f0855e46ba04f00e87.Small.jpg', 'http://photos.menomoniewrestling.com/TagFilmstrip.aspx?page=1&tag=23742&mid=9925570&mt=Photo', '447', ''));
				imgsfdcdc82c04554a3eb64d1d40a0bc9325.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_6/2/9/9/99926/947c97c890cd4780ba7ea28ce1f1ab8a.Small.jpg', 'http://photos.menomoniewrestling.com/TagFilmstrip.aspx?page=1&tag=23742&mid=9925571&mt=Photo', '450', ''));
				imgsfdcdc82c04554a3eb64d1d40a0bc9325.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_6/2/9/9/99926/821b0f7865bb49bab68fb4b1aa6522e3.Small.jpg', 'http://photos.menomoniewrestling.com/TagFilmstrip.aspx?page=1&tag=23742&mid=9925588&mt=Photo', '685', ''));

			//  Gallery Holder
			document.write("<div style='margin: 10px; padding: 0;'>");

            //  Navigation 
			document.write("<div id='navWrapperfdcdc82c04554a3eb64d1d40a0bc9325' 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: #640700; width: 100%;'>");

            //  Gallery Title
			document.write("<div id='titleWrapperfdcdc82c04554a3eb64d1d40a0bc9325' style=\"font: 25px Georgia, 'Times New Roman', Times, serif; text-align: center; padding: 20px 0 5px; width: 100%;\"></div>");

            //  Pictures
			document.write("<div id='imgsWrapperfdcdc82c04554a3eb64d1d40a0bc9325'></div>");
			
				
			//	Display the title if we're supposed to:
			if(boolDisplayTitlefdcdc82c04554a3eb64d1d40a0bc9325)
			{
				//	Get a reference to the place we're writing to:
				var divTitleWrapper = document.getElementById('titleWrapperfdcdc82c04554a3eb64d1d40a0bc9325');
				
				//	Clear out what's currently displayed:
				divTitleWrapper.innerHTML = "";
				
				//	Write our text:
				divTitleWrapper.innerHTML = "<strong>" + photowebTitlefdcdc82c04554a3eb64d1d40a0bc9325 + "</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:
			displayPagefdcdc82c04554a3eb64d1d40a0bc9325(0);

			