

				//	Track our page info:
				var pageSizea6dc557c4ebf4a928121e9471d05e273 = 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 displayPagea6dc557c4ebf4a928121e9471d05e273(pageNumber)
				{
					//	Our string that we'll eventually write:
					var txtToWrite = "";
					
					//	If paging is not enabled, then just make our pagesize = image count
					if(!pagingEnableda6dc557c4ebf4a928121e9471d05e273)
					{
						pageSizea6dc557c4ebf4a928121e9471d05e273 = imgsa6dc557c4ebf4a928121e9471d05e273.length;
					}

					//	Get our slice start and end
					sliceStart = pageNumber * pageSizea6dc557c4ebf4a928121e9471d05e273;
					sliceEnd = sliceStart + pageSizea6dc557c4ebf4a928121e9471d05e273;
				
					//	Slice the array:
					tempArr = imgsa6dc557c4ebf4a928121e9471d05e273.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(pagingEnableda6dc557c4ebf4a928121e9471d05e273)
					{
                        //  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:displayPagea6dc557c4ebf4a928121e9471d05e273(" + (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>" + imgsa6dc557c4ebf4a928121e9471d05e273.length + "</strong> </li>";
						
                        //  Add our next navigation:
						if(imgsa6dc557c4ebf4a928121e9471d05e273.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:displayPagea6dc557c4ebf4a928121e9471d05e273(" + (pageNumber + 1) + ");'>Next</a> </li>";
						}					
					}
					
					//	Get a reference to the place we're writing images to:
					var divWrapper = document.getElementById('imgsWrappera6dc557c4ebf4a928121e9471d05e273');
					
					//	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('navWrappera6dc557c4ebf4a928121e9471d05e273');
					
					//	Clear out what's currently displayed:
					navWrapper.innerHTML = "";
					
					//	Write our text:
					navWrapper.innerHTML = txtNavigation;
				}

				//	Create our array:
				var imgsa6dc557c4ebf4a928121e9471d05e273 = new Array();

				
					//	The title:
					var photowebTitlea6dc557c4ebf4a928121e9471d05e273;
					photowebTitlea6dc557c4ebf4a928121e9471d05e273 = 'Beach Shots';
					
					var boolDisplayTitlea6dc557c4ebf4a928121e9471d05e273;
					boolDisplayTitlea6dc557c4ebf4a928121e9471d05e273 = true;
					
					var badgeLayouta6dc557c4ebf4a928121e9471d05e273;
					badgeLayouta6dc557c4ebf4a928121e9471d05e273 = 'Vertical';
					
					var pagingEnableda6dc557c4ebf4a928121e9471d05e273;
					pagingEnableda6dc557c4ebf4a928121e9471d05e273 = true;
						
					//	Add items to the array:
					
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/vacations_067_56441.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2025686&mt=Photo', 'Shawn and his nephew', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/december_309_b9caa.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2025687&mt=Photo', 'surf', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/december_314_69ab8.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2025688&mt=Photo', 'vacant lifegaurd tower', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/novemberandwebsite_007_d7c1b.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2025689&mt=Photo', 'Shawn and the ducks', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/novemberandwebsite_025_c3cb6.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2025690&mt=Photo', 'flight and surf', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/vacations_023_50837.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2025691&mt=Photo', 'Mom and Shawn\x27s niece', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_4047_ce7c5.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2026168&mt=Photo', 'Shawn and our friend Lynn', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_4012_e9397.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2026169&mt=Photo', 'Lynn on the pier', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_4038_6263c.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2026170&mt=Photo', 'Lynn\x27s man Chuck', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_3915_3745f.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029581&mt=Photo', 'surf 2', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_3913_d9550.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029582&mt=Photo', 'Shawn on the shore', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_4194_b242f.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029583&mt=Photo', 'Shawn in Santa Monica', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_4187a_f8a5d.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029584&mt=Photo', 'Shawn on the beach', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/photocontest9__Large__0a2b0.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029585&mt=Photo', 'crash', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_4333_82a62.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029586&mt=Photo', 'Venice beach, LA', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_3802_4ca2d.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029588&mt=Photo', 'untitled', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_3793_06b91.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029589&mt=Photo', 'search and rescue', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/newbeachstuff_246_06cf0.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029608&mt=Photo', 'seagulls', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/naturebookpics_192_7b99c.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029609&mt=Photo', 'moss and grass and sand', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/naturebookpics_215_67aea.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029610&mt=Photo', 'seagulls 2', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/naturebookpics_222_7af19.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029611&mt=Photo', 'seagulls 3', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/naturebookpics_224_8db5b.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029612&mt=Photo', 'seagulls 4', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/naturebookpics_225_0b9b5.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029613&mt=Photo', 'nesting ', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/naturebookpics_239_223ca.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029614&mt=Photo', 'seagull and LA', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/naturebookpics_244_feb9a.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029615&mt=Photo', 'always look up', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/naturebookpics_247_b0f65.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029616&mt=Photo', 'surfboards', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/newbeachstuff_151_0b549.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029617&mt=Photo', 'seagulls 5', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/newbeachstuff_163_b0f83.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029618&mt=Photo', 'palm bark', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/newbeachstuff_227_347ce.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029619&mt=Photo', 'vacant beach', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_3480a_b6042.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029623&mt=Photo', 'santa monica pier', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/SUNSETS_036_08268.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029663&mt=Photo', 'SUNSETS_036', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/SUNSETS_018_78727.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029664&mt=Photo', 'SUNSETS_018', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/SUNSETS_024_dfd8e.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029665&mt=Photo', 'SUNSETS_024', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/SUNSETS_031_9ed45.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029666&mt=Photo', 'SUNSETS_031', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/vbeach_cecaa.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029667&mt=Photo', 'Venice beach looking back', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_0881_73c4d.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029777&mt=Photo', 'venice beach arrest', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_0854_12718.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029778&mt=Photo', 'standard scene on Venice boardwalk', ''));
						imgsa6dc557c4ebf4a928121e9471d05e273.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_0870_e1707.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59838&page=1&mid=2029779&mt=Photo', 'Cops on the boardwalk', ''));

                //  Gallery Holder
				document.write("<div style='margin: 10px; padding: 0;'>");

                //  Navigation 
				document.write("<div id='navWrappera6dc557c4ebf4a928121e9471d05e273' 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: #000000; width: 100%;'>");

                //  Gallery Title
				document.write("<div id='titleWrappera6dc557c4ebf4a928121e9471d05e273' style=\"font: 25px Georgia, 'Times New Roman', Times, serif; text-align: center; padding: 20px 0 5px; width: 100%;\"></div>");

                //  Pictures
				document.write("<div id='imgsWrappera6dc557c4ebf4a928121e9471d05e273'></div>");
				
				
				//	Display the title if we're supposed to:
				if(boolDisplayTitlea6dc557c4ebf4a928121e9471d05e273)
				{
					//	Get a reference to the place we're writing to:
					var divTitleWrapper = document.getElementById('titleWrappera6dc557c4ebf4a928121e9471d05e273');
					
					//	Clear out what's currently displayed:
					divTitleWrapper.innerHTML = "";
					
					//	Write our text:
					divTitleWrapper.innerHTML = "<strong>" + photowebTitlea6dc557c4ebf4a928121e9471d05e273 + "</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:
				displayPagea6dc557c4ebf4a928121e9471d05e273(0);

				