

				//	Track our page info:
				var pageSize511d6711c67e4dfdbca9c1c1d700a503 = 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 displayPage511d6711c67e4dfdbca9c1c1d700a503(pageNumber)
				{
					//	Our string that we'll eventually write:
					var txtToWrite = "";
					
					//	If paging is not enabled, then just make our pagesize = image count
					if(!pagingEnabled511d6711c67e4dfdbca9c1c1d700a503)
					{
						pageSize511d6711c67e4dfdbca9c1c1d700a503 = imgs511d6711c67e4dfdbca9c1c1d700a503.length;
					}

					//	Get our slice start and end
					sliceStart = pageNumber * pageSize511d6711c67e4dfdbca9c1c1d700a503;
					sliceEnd = sliceStart + pageSize511d6711c67e4dfdbca9c1c1d700a503;
				
					//	Slice the array:
					tempArr = imgs511d6711c67e4dfdbca9c1c1d700a503.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(pagingEnabled511d6711c67e4dfdbca9c1c1d700a503)
					{
                        //  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(//images.onlinephotofiler.com/arrow-prev.gif) left center no-repeat; padding: 0 0 0 9px;' href='javascript:displayPage511d6711c67e4dfdbca9c1c1d700a503(" + (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>" + imgs511d6711c67e4dfdbca9c1c1d700a503.length + "</strong> </li>";
						
                        //  Add our next navigation:
						if(imgs511d6711c67e4dfdbca9c1c1d700a503.length > sliceEnd)
						{
                            txtNavigation = txtNavigation + "<li style='margin: 0 8px; display: block; float: left;'> <a style='background: url(//images.onlinephotofiler.com/arrow-next.gif) right center no-repeat;	padding: 0 9px 0 0;' href='javascript:displayPage511d6711c67e4dfdbca9c1c1d700a503(" + (pageNumber + 1) + ");'>Next</a> </li>";
						}					
					}
					
					//	Get a reference to the place we're writing images to:
					var divWrapper = document.getElementById('imgsWrapper511d6711c67e4dfdbca9c1c1d700a503');
					
					//	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('navWrapper511d6711c67e4dfdbca9c1c1d700a503');
					
					//	Clear out what's currently displayed:
					navWrapper.innerHTML = "";
					
					//	Write our text:
					navWrapper.innerHTML = txtNavigation;
				}

				//	Create our array:
				var imgs511d6711c67e4dfdbca9c1c1d700a503 = new Array();

				
					//	The title:
					var photowebTitle511d6711c67e4dfdbca9c1c1d700a503;
					photowebTitle511d6711c67e4dfdbca9c1c1d700a503 = 'Brendan';
					
					var boolDisplayTitle511d6711c67e4dfdbca9c1c1d700a503;
					boolDisplayTitle511d6711c67e4dfdbca9c1c1d700a503 = false;
					
					var badgeLayout511d6711c67e4dfdbca9c1c1d700a503;
					badgeLayout511d6711c67e4dfdbca9c1c1d700a503 = 'Vertical';
					
					var pagingEnabled511d6711c67e4dfdbca9c1c1d700a503;
					pagingEnabled511d6711c67e4dfdbca9c1c1d700a503 = true;
						
					//	Add items to the array:
					
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/1024X768_Oakwood_9306a.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701929&mt=Photo', '1024X768_Oakwood', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/block_ws_09866.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701930&mt=Photo', 'block_ws', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/Sreet_Light_1024X768_9f8ba.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701931&mt=Photo', 'Sreet Light 1024X768', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/B09_GCross_1024X768_3a97e.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701932&mt=Photo', 'B09 GCross 1024X768', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/B09_Grafiti_B_W_1024X768_af536.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701933&mt=Photo', 'B09 Grafiti B\x26W 1024X768', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/B09_Grafiti_Color_1024X768_72442.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701934&mt=Photo', 'B09 Grafiti Color 1024X768', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/B09_Promo_1024X768_b9228.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701935&mt=Photo', 'B09 Promo 1024X768', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/Crucifixion__wide__9a291.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701937&mt=Photo', 'Crucifixion \x28wide\x29', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/Crucifixion_ee0dc.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701938&mt=Photo', 'Crucifixion', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/GrungeFloralBLUE__wide__09f1e.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701940&mt=Photo', 'GrungeFloralBLUE \x28wide\x29', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/GrungeFloralBLUE_19c8e.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701941&mt=Photo', 'GrungeFloralBLUE', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/LIFE__wide__d87d4.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701942&mt=Photo', 'LIFE \x28wide\x29', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/LIFE_fb7c3.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701943&mt=Photo', 'LIFE', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/Rocks_1024X768_copy_copy_bae30.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701945&mt=Photo', 'Rocks 1024X768 copy copy', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/sunset_1024x768_copy_81bc6.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7701946&mt=Photo', 'sunset 1024x768 copy', ''));
						imgs511d6711c67e4dfdbca9c1c1d700a503.push(new photoWebImage('//app.onlinephotofiler.com/Images/A_2/8/0/2/52082/Oakwood_Sphere_ef691.Thumbnail.jpg', 'http://photos.oakwoodnb.org/GalleryFilmstrip.aspx?gallery=229968&page=1&mid=7702159&mt=Photo', 'Oakwood-Sphere', ''));

                //  Gallery Holder
				document.write("<div style='margin: 10px; padding: 0;'>");

                //  Navigation 
				document.write("<div id='navWrapper511d6711c67e4dfdbca9c1c1d700a503' style='margin: 0; padding: 0; height: 28px; background: #DEDEDE url(//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='titleWrapper511d6711c67e4dfdbca9c1c1d700a503' style=\"font: 25px Georgia, 'Times New Roman', Times, serif; text-align: center; padding: 20px 0 5px; width: 100%;\"></div>");

                //  Pictures
				document.write("<div id='imgsWrapper511d6711c67e4dfdbca9c1c1d700a503'></div>");
				
				
				//	Display the title if we're supposed to:
				if(boolDisplayTitle511d6711c67e4dfdbca9c1c1d700a503)
				{
					//	Get a reference to the place we're writing to:
					var divTitleWrapper = document.getElementById('titleWrapper511d6711c67e4dfdbca9c1c1d700a503');
					
					//	Clear out what's currently displayed:
					divTitleWrapper.innerHTML = "";
					
					//	Write our text:
					divTitleWrapper.innerHTML = "<strong>" + photowebTitle511d6711c67e4dfdbca9c1c1d700a503 + "</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:
				displayPage511d6711c67e4dfdbca9c1c1d700a503(0);

				
