var theContent = '<script language="javascript">// (C) 2000 www.CodeLifter.com\n// http://www.codelifter.com\n// Free for all users, but leave in this  header\n// 7/28/2006 - The code below is a combination of code from CodeLifter as well\n//      as my own code to make the slideshow work as desired.\n\nvar x = 0;\n//This is the object to create the content feed image - an array of these objects will be created by the content feed\nfunction ContentImage(strSrc, strAlbumName, strCategory, strDate, strDescription, strPhotographer, strCaption)\n{\n	this.Source = strSrc;\n	this.AlbumName = strAlbumName;\n	this.Category = strCategory;\n	this.AlbumDate = strDate;\n	this.Description = strDescription;\n	this.Photographer = strPhotographer;\n	this.Caption = strCaption;\n}\n\nfunction rotate(num){\n    //Update the display to the next image\n    document.getElementById(\'lblImageNumTop\').innerHTML = num + 1;\n    if (document.images.SlideShow) {\n        document.images.SlideShow.src = ContentFeed[x].Source;  \n    }\n    if (document.getElementById(\'divDetails\')) {\n        var strDetails = \'\';\n        if (ContentFeed[x].AlbumDate != \'\') {\n            strDetails = ContentFeed[x].AlbumDate + \' -- \';\n        }\n        strDetails = strDetails + ContentFeed[x].Description + \' \' + ContentFeed[x].Caption;\n        if (ContentFeed[x].Photographer != \'\') {\n            strDetails = strDetails + \' Photo By: \' + ContentFeed[x].Photographer;\n        }\n        document.getElementById(\'divDetails\').innerHTML = strDetails;\n    }\n    if (document.getElementById(\'divCategory\')) {\n        document.getElementById(\'divCategory\').innerHTML = ContentFeed[x].Category;\n    }\n    if (document.getElementById(\'divAlbumName\')) {\n        document.getElementById(\'divAlbumName\').innerHTML = ContentFeed[x].AlbumName;\n    }\n}\n\nvar timeoutID = 0;\nfunction runSlideshow(num, speed) {\n    if (document.getElementById(\'hidSlideshow\').value == "Start") {\n        //The user has started the slideshow\n        document.images.iSlideshow.src = \'http://www.mycapture.com/affimages/pause.gif\'; //Change the image to show the stop button\n        //Increment the index of the image to display\n        x = x + 1;\n        if (x > (ContentFeed.length - 1)) {\n            //If x is larger than the # of items, set the index back to 0 for the first image\n            x = 0;\n        }\n        //Display the next image\n        rotate(x);\n        \n        if (document.getElementById(\'cboSpeed\').value != speed) {\n            //If the slideshow started by the play button, show the default speed in the drop-down\n            document.getElementById(\'cboSpeed\').value = speed;\n        }\n        //Set the page to refresh at the specified interval to run through the images\n        timeoutID = window.setTimeout("runSlideshow(0," + speed + ")", speed * 1000);\n    }  else {\n        //The user has stopped the slideshow\n        window.clearTimeout(timeoutID);\n        document.images.iSlideshow.src = \'http://www.mycapture.com/affimages/play.gif\'; //Change the image to show the play button\n        document.getElementById(\'cboSpeed\').value = 0; //Set the speed to manual\n        if (num != 0) {\n            //If a number has been passed in, the user has clicked the next/previous button\n            x = x + num; //Add the number to the current index\n            if (x > (ContentFeed.length-1)) {\n                //If the new index is greater than the # of images in the array, set the index to 0 for the first image\n                x = 0;\n            }\n            if (x < 0) {\n                //If the new index is less than 0, set the index to the length of the array for the last image\n                x = ContentFeed.length - 1;\n            }\n            //Display the image with index x\n            rotate(x);\n        }\n    }\n}\n\nfunction ChangeSpeed() {\n    //The user has changed the speed of the slideshow\n    window.clearTimeout(timeoutID); //Clear the current refresh command\n    if (document.getElementById(\'cboSpeed\').value == 0) {\n        //If the user selected Manual, stop the slideshow\n        document.getElementById(\'hidSlideshow\').value = \'Stop\';\n    } else {\n        //Start the slideshow when the user changes the speed (if not already started)\n        document.getElementById(\'hidSlideshow\').value = \'Start\';\n    }\n    runSlideshow(0, document.getElementById(\'cboSpeed\').value);\n}\n\n</script><script language="javascript">var ContentFeed = new Array(new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241854E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241848E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241845E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241834E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241821E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241802E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241795E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241776E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241767E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241741E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241728E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241711E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241661E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241633E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241583E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241506E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241464E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241455E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241440E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241380E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241360E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241327E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241304E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241254E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241232E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241215E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241165E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241129E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241057E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28241000E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240950E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240752E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240594E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240481E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240461E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240449E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240440E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240438E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240417E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240408E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240402E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240394E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240356E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240321E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240289E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240256E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240155E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28240098E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239969E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239850E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239805E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239776E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239760E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239747E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239730E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239706E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239660E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239542E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239518E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239467E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239428E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239374E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239334E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239315E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239305E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239302E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239286E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239244E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239212E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239189E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239176E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239140E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239129E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239121E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239110E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239082E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28239020E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28238968E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28238897E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28238826E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28238808E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/953693/28238804E.jpg\', \'Winter Texan Fiesta\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/933759/27731905E.jpg\', \'2010 Winter Texan Times Quilt Show\', \'\', \'\', \'\', \'\', \'1st Place, Viewer\\\'s Choice Award, Helen Badgerow, Casa Del Valle, Red Christmas.\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/933759/27731901E.jpg\', \'2010 Winter Texan Times Quilt Show\', \'\', \'\', \'\', \'\', \'Best of Show, Annette Sweet, Green Gate Grove. Also, 1st Place, Machine Pieced and Quilted Category.\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/933759/27731898E.jpg\', \'2010 Winter Texan Times Quilt Show\', \'\', \'\', \'\', \'\', \'2nd Place, Machine Pieced and Quilted Category, Suzann N. Miller, Monte Cristo RV Park, Diamonds. \'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/933759/27731895E.jpg\', \'2010 Winter Texan Times Quilt Show\', \'\', \'\', \'\', \'\', \'3rd Place, Machine Pieced and Quilted Category, Sue Shatswell, Enchanted Valley, Round Quilt.\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/933759/27731890E.jpg\', \'2010 Winter Texan Times Quilt Show\', \'\', \'\', \'\', \'\', \'1st Place, Handmade and Machine Sewn Category, Elaine Elliott, Bentsen Grove Resort, Squirrels. \'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/933759/27731887E.jpg\', \'2010 Winter Texan Times Quilt Show\', \'\', \'\', \'\', \'\', \'2nd Place, Handmade and Machine Sewn Category, Jane Pronovost, Nature\\\'s Resort, Edcouch.\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/933759/27731882E.jpg\', \'2010 Winter Texan Times Quilt Show\', \'\', \'\', \'\', \'\', \'3rd Place, Handmade and Machine Sewn Category, Ann Torgerson, Aunt Bea\\\'s Parlor, Green Gate Grove.\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/933759/27731879E.jpg\', \'2010 Winter Texan Times Quilt Show\', \'\', \'\', \'\', \'\', \'1st Place, All Handmade Cateogry, Ila E. Moore, Bluebonnet RV Park.\'),new ContentImage(\'http://photos.progresstimes.net/PHOTOS/PROG/933759/27731877E.jpg\', \'2010 Winter Texan Times Quilt Show\', \'\', \'\', \'\', \'\', \'1st Place, All Handmade Cateogry, Ila E. Moore, Bluebonnet RV Park.\')); </script>\n<style>\n .MYCfeaturelink12340, .MYCfeaturelink12340 a, .MYCfeaturelink12340 a:visited, .MYCfeaturelink12340 a:hover {\n font-family: Times New Roman;\n color: Blue;\n font-size: 14px;\n text-decoration: none;\n}\n\n .MYCfeaturedescrip12340 {\n font-family: Times New Roman;\n color: Black;\n font-size: 12px;\n}\n\n .MYCimage12340 { border: black 1px solid; }\n\n .MYCcontentfeed12340 {\n border: black 2px solid;\n width: 100%;\n}\n\n</style>\n<table class="MYCcontentfeed12340">\n	<tr>\n		<td valign=top>\n<table width="100%" class="MYCfeaturedescrip164">\n    <tr>\n        <td align=center>Speed: \n            <select id="cboSpeed" onchange="javascript: ChangeSpeed();">\n                <option value="0">Manual</option>\n                <option value="8">Slow</option>\n                <option value="4">Medium</option>\n                <option value="1">Fast</option>\n            </select>\n            <a href="javascript: document.getElementById(\'hidSlideshow\').value = \'Stop\'; runSlideshow(-1,0);"><img src="http://www.mycapture.com/affimages/prev.gif" border=0 align="top" title="Previous Photo" /></a>\n            <b>Photo <span id="lblImageNumTop">1</span> of <span id="lblNumImagesTop">91</span></b>\n            <a href="javascript: document.getElementById(\'hidSlideshow\').value = \'Stop\'; runSlideshow(1,0);"><img src="http://www.mycapture.com/affimages/next.gif" border=0 align="top" title="Next Photo" /></a>\n            <a href="javascript: document.getElementById(\'hidSlideshow\').value=((document.getElementById(\'hidSlideshow\').value==\'Stop\')?\'Start\':\'Stop\'); runSlideshow(0,8);"><img src="http://www.mycapture.com/affimages/play.gif" id="iSlideshow" border=0 align="top" title="Pause slide show" /></a>\n        </td>                            \n    </tr>   \n</table>\n<input name="hidSlideshow" type="hidden" id="hidSlideshow" value="Stop" />			<table width="100%">\n				<tr>\n					<td align=center class=MYCfeaturelink12340>\n						<a href="http://photos.progresstimes.net/mycapture/enlarge.asp?userphoto=0&image=28241854&event=953693&CategoryID=42772&thispage=1" target="_top"><img class="MYCimage12340" src="http://photos.progresstimes.net/PHOTOS/PROG/953693/28241854E.jpg" name="SlideShow"><br>\n</a>						<a href="http://photos.progresstimes.net/mycapture/folder.asp?event=953693&CategoryID=42772&ListSubAlbums=0" target="_top">						<a href="http://photos.progresstimes.net/mycapture/folder.asp?event=953693&CategoryID=42772&ListSubAlbums=0" target="_top">						<div id="divAlbumName">Winter Texan Fiesta</div></a>\n					</td>\n				</tr>\n				<tr>\n					<td align=center class=MYCfeaturedescrip12340 id="divDetails">\n					</td>\n				</tr>\n			</table>\n		</td>\n	</tr>\n</table>\n';
document.write(theContent);
