

                function displayBadgecac47dc31fb1404cb5c9e96a7284a73b()
                {
				    //	Our string that we'll eventually write:
				    var txtToWrite = "";

                    //  Write our flash declaration:
                    //  TODO: Include the full path to the flash and the xml!
                    txtToWrite = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='160' height='160' id='dev' align='middle'>";
                    txtToWrite = txtToWrite + "<param name='allowScriptAccess' value='always' />";
                    txtToWrite = txtToWrite + "<param name=FlashVars VALUE='xmlobj=http://photos.granvillemuseumnc.org/Scripts/Badger/Flash/GalleryBadgeXml.aspx?gallery=290645|sequence=3|numberofphotos=9|linktarget=2'>";
                    txtToWrite = txtToWrite + "<param name='movie' value='http://photos.granvillemuseumnc.org/Scripts/Badger/Flash/dev.swf?theSpeed=20&theTotal=9' />";
                    txtToWrite = txtToWrite + "<param name='quality' value='high' />";
                    txtToWrite = txtToWrite + "<param name='bgcolor' value='#CCCCCC' />";
                    txtToWrite = txtToWrite + "<embed src='http://photos.granvillemuseumnc.org/Scripts/Badger/Flash/dev.swf?theSpeed=20&theTotal=9' FlashVars='xmlobj=http://photos.granvillemuseumnc.org/Scripts/Badger/Flash/GalleryBadgeXml.aspx?gallery=290645|sequence=3|numberofphotos=9|linktarget=2' quality='high' bgcolor='#CCCCCC' width='160' height='160' name='dev' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
                    txtToWrite = txtToWrite + "</object>";
    				
				    //	Get a reference to the place we're writing images to:
				    var divWrapper = document.getElementById('flashWrappercac47dc31fb1404cb5c9e96a7284a73b');
    				
				    //	Clear out what's currently displayed:
				    divWrapper.innerHTML = "";
    				
				    //	Write our text:
				    divWrapper.innerHTML = txtToWrite;
                }
				
				
				//	The title:
				var photowebTitlecac47dc31fb1404cb5c9e96a7284a73b;
				photowebTitlecac47dc31fb1404cb5c9e96a7284a73b = 'ms-claus-12-4-2009';
				
				var boolDisplayTitlecac47dc31fb1404cb5c9e96a7284a73b;
				boolDisplayTitlecac47dc31fb1404cb5c9e96a7284a73b = true;
				

                //  Gallery Holder
				document.write("<div style='margin: 10px; padding: 0; width:160px;'>");

                //  Inner wrapper:
                document.write("<div style='padding: 0 0 20px 0; margin: 0; background: #ED0B20; width: 100%;'>");

                //  Gallery Title
				document.write("<div id='titleWrappercac47dc31fb1404cb5c9e96a7284a73b' style=\"font: 13px Arial, sans serif; text-align: center; padding: 20px 0 5px; width: 100%;\"></div>");

                //  Pictures
				document.write("<div id='flashWrappercac47dc31fb1404cb5c9e96a7284a73b'></div>");
				
				
				//	Display the title if we're supposed to:
				if(boolDisplayTitlecac47dc31fb1404cb5c9e96a7284a73b)
				{
					//	Get a reference to the place we're writing to:
					var divTitleWrapper = document.getElementById('titleWrappercac47dc31fb1404cb5c9e96a7284a73b');
					
					//	Clear out what's currently displayed:
					divTitleWrapper.innerHTML = "";
					
					//	Write our text:
					divTitleWrapper.innerHTML = "<strong>" + photowebTitlecac47dc31fb1404cb5c9e96a7284a73b + "</strong>";
				}
				

		        document.write("<div style='margin:10px auto 10px auto;text-align:center;'><a href='https://www.securepaynet.net/gdshop/photo/landing.asp?prog_id=geek4rent&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 the badge:
				displayBadgecac47dc31fb1404cb5c9e96a7284a73b();

				