

				//	Track our page info:
				var pageSize5d57b771447646918ed8a44ae6e14b4d = 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 displayPage5d57b771447646918ed8a44ae6e14b4d(pageNumber)
				{
					//	Our string that we'll eventually write:
					var txtToWrite = "";
					
					//	If paging is not enabled, then just make our pagesize = image count
					if(!pagingEnabled5d57b771447646918ed8a44ae6e14b4d)
					{
						pageSize5d57b771447646918ed8a44ae6e14b4d = imgs5d57b771447646918ed8a44ae6e14b4d.length;
					}

					//	Get our slice start and end
					sliceStart = pageNumber * pageSize5d57b771447646918ed8a44ae6e14b4d;
					sliceEnd = sliceStart + pageSize5d57b771447646918ed8a44ae6e14b4d;
				
					//	Slice the array:
					tempArr = imgs5d57b771447646918ed8a44ae6e14b4d.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(pagingEnabled5d57b771447646918ed8a44ae6e14b4d)
					{
                        //  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:displayPage5d57b771447646918ed8a44ae6e14b4d(" + (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>" + imgs5d57b771447646918ed8a44ae6e14b4d.length + "</strong> </li>";
						
                        //  Add our next navigation:
						if(imgs5d57b771447646918ed8a44ae6e14b4d.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:displayPage5d57b771447646918ed8a44ae6e14b4d(" + (pageNumber + 1) + ");'>Next</a> </li>";
						}					
					}
					
					//	Get a reference to the place we're writing images to:
					var divWrapper = document.getElementById('imgsWrapper5d57b771447646918ed8a44ae6e14b4d');
					
					//	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('navWrapper5d57b771447646918ed8a44ae6e14b4d');
					
					//	Clear out what's currently displayed:
					navWrapper.innerHTML = "";
					
					//	Write our text:
					navWrapper.innerHTML = txtNavigation;
				}

				//	Create our array:
				var imgs5d57b771447646918ed8a44ae6e14b4d = new Array();

				
					//	The title:
					var photowebTitle5d57b771447646918ed8a44ae6e14b4d;
					photowebTitle5d57b771447646918ed8a44ae6e14b4d = 'Our Floral Designs';
					
					var boolDisplayTitle5d57b771447646918ed8a44ae6e14b4d;
					boolDisplayTitle5d57b771447646918ed8a44ae6e14b4d = true;
					
					var badgeLayout5d57b771447646918ed8a44ae6e14b4d;
					badgeLayout5d57b771447646918ed8a44ae6e14b4d = 'Vertical';
					
					var pagingEnabled5d57b771447646918ed8a44ae6e14b4d;
					pagingEnabled5d57b771447646918ed8a44ae6e14b4d = true;
						
					//	Add items to the array:
					
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/novemberandwebsite_317_5f0f1.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2020987&mt=Photo', 'Table Display', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/vacations_131_f6f3d.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021141&mt=Photo', 'large spring centerpiece', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/december_275_30ed0.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021143&mt=Photo', 'spring arrangement', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/hopstuff_212_c1b18.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021146&mt=Photo', 'bedside table arrangement', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/hopstuff_220_a8a0b.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021147&mt=Photo', 'centerpiece', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/hopstuff_259_83b15.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021149&mt=Photo', 'thanksgiving party at the beach house', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_5294_0d333.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021154&mt=Photo', 'wedding  centerpiece', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_5425_95064.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021157&mt=Photo', 'daily arrangement', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_5450a_72537.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021159&mt=Photo', 'wine bar display with 1 dozen roses', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_5458_cf477.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021161&mt=Photo', 'hotel lobby display', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/january_034_1fe13.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021164&mt=Photo', 'daily arrangement', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/january_046_c1460.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021165&mt=Photo', 'close-up of stylish arrangement', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/january_097_e3e40.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021168&mt=Photo', 'hotel niche display', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/january_280_fff46.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021170&mt=Photo', 'pool floater for the golden globes style lounge', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/liasophia_001_e3137.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021174&mt=Photo', 'classic centerpiece', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/novemberandwebsite_248_7dcdc.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021176&mt=Photo', 'christmas centerpiece', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/novemberandwebsite_271_6f6f8.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021177&mt=Photo', 'in-store entry display', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_5933a_ba738.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021185&mt=Photo', 'spring arrangement', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_5233black_cc903.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021195&mt=Photo', 'cocktail table centerpiece', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_5298black_5268c.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021196&mt=Photo', 'daily arrangement', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6224black_d74b0.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021197&mt=Photo', 'standard bout. with silver and crystals', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6408black_eecd3.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021198&mt=Photo', '5 foot tall bunny topiary', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6542black_e06d2.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021199&mt=Photo', 'french tulips...simple', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6664black_c51de.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021200&mt=Photo', 'standard bout. with ivy', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/Phaleonopsis_orchid_a5a82.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021201&mt=Photo', 'Phaleonopsis orchid', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/wedding6_338be.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021230&mt=Photo', 'wedding centerpiece grouping', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6206a_7eea1.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021231&mt=Photo', 'bridal bouquet with chocolate cymbidium', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6211_93dd7.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021236&mt=Photo', 'close-up wedding centerpiece', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6215a_83fb3.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021238&mt=Photo', 'pin-on corsage with chocolate cymbidium', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6221_fc9c4.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021241&mt=Photo', 'bout. for destination wedding', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6227a_7d081.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021243&mt=Photo', 'wedding details', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6356_e648d.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021258&mt=Photo', 'spring centerpiece grouping', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_7413_dd0a2.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021292&mt=Photo', 'wedding aisle chair decoration', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_8114_9ee59.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2021371&mt=Photo', 'wedding cake display', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/january_108_537b2.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2022494&mt=Photo', 'valentines gift arrangements', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/january_114_5e6c5.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2022495&mt=Photo', 'mixed rose arrangement', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/january_118_30a89.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2022496&mt=Photo', 'tulips and garden roses', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/december_219_05402.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2022501&mt=Photo', 'bedside table arrangement', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/december_178_dced0.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2022502&mt=Photo', 'dining table display', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6647_8e69e.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2022505&mt=Photo', 'bridal bouquet top view', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_6643_28844.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2022506&mt=Photo', 'bridal bouquet front view', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/IMG_4209_f6f12.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2022560&mt=Photo', 'me teaching a class in floral design', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/january_285_bc715.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2025241&mt=Photo', 'pool at the golden globes style lounge', ''));
						imgs5d57b771447646918ed8a44ae6e14b4d.push(new photoWebImage('http://app.onlinephotofiler.com/Images/A_8/5/9/8/18958/hopstuff_230_46bba.Thumbnail.jpg', 'http://photos.shawnandshawnlive.com/GalleryThumbnails.aspx?gallery=59705&page=1&mid=2025242&mt=Photo', 'holiday centerpiece', ''));

                //  Gallery Holder
				document.write("<div style='margin: 10px; padding: 0;'>");

                //  Navigation 
				document.write("<div id='navWrapper5d57b771447646918ed8a44ae6e14b4d' 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: #030303; width: 100%;'>");

                //  Gallery Title
				document.write("<div id='titleWrapper5d57b771447646918ed8a44ae6e14b4d' style=\"font: 25px Georgia, 'Times New Roman', Times, serif; text-align: center; padding: 20px 0 5px; width: 100%;\"></div>");

                //  Pictures
				document.write("<div id='imgsWrapper5d57b771447646918ed8a44ae6e14b4d'></div>");
				
				
				//	Display the title if we're supposed to:
				if(boolDisplayTitle5d57b771447646918ed8a44ae6e14b4d)
				{
					//	Get a reference to the place we're writing to:
					var divTitleWrapper = document.getElementById('titleWrapper5d57b771447646918ed8a44ae6e14b4d');
					
					//	Clear out what's currently displayed:
					divTitleWrapper.innerHTML = "";
					
					//	Write our text:
					divTitleWrapper.innerHTML = "<strong>" + photowebTitle5d57b771447646918ed8a44ae6e14b4d + "</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:
				displayPage5d57b771447646918ed8a44ae6e14b4d(0);

				