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.mycapture.com/PROG/1071228/31394003E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394247E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394300E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394357E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394410E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394459E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394504E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394524E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394601E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394630E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394658E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394696E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394741E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394813E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31394903E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395013E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395082E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395132E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395173E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395249E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395325E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395357E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395409E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395428E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395458E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395515E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395551E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395575E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395617E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395666E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395735E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395769E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395853E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31395942E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396021E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396158E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396237E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396292E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396307E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396368E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396499E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396559E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396623E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396648E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396684E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396772E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396826E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396844E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396869E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396942E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31396985E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397030E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397093E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397130E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397195E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397223E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397265E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397292E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397329E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397350E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397357E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397377E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397415E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397468E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397538E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397662E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397796E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397828E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31397963E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31398021E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31398051E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31398244E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31398369E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31398524E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31398726E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31398887E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399081E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399204E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399288E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399338E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399387E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399485E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399556E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399632E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399704E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399776E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31399933E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400062E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400164E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400313E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400345E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400385E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400553E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400606E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400646E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400706E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400769E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400841E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400947E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\'),new ContentImage(\'http://photos.mycapture.com/PROG/1071228/31400983E.jpg\', \'Mission v Veterans Memorial\', \'\', \'\', \'\', \'\', \'\')); </script>\n<style>\n .MYCfeaturelink10022, .MYCfeaturelink10022 a, .MYCfeaturelink10022 a:visited, .MYCfeaturelink10022 a:hover {\n font-family: Times New Roman;\n color: Blue;\n font-size: 14px;\n text-decoration: none;\n}\n\n .MYCfeaturedescrip10022 {\n font-family: Times New Roman;\n color: Black;\n font-size: 12px;\n}\n\n .MYCimage10022 { border: black 1px solid; }\n\n .MYCcontentfeed10022 {\n border: black 2px solid;\n width: 100%;\n}\n\n</style>\n<table class="MYCcontentfeed10022">\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">100</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=MYCfeaturelink10022>\n						<a href="http://photos.progresstimes.net/mycapture/enlarge.asp?userphoto=0&image=31394003&event=1071228&CategoryID=42760&thispage=1" target="_top"><img class="MYCimage10022" src="http://photos.mycapture.com/PROG/1071228/31394003E.jpg" height=200 name="SlideShow"><br>\n</a>						<a href="http://photos.progresstimes.net/mycapture/folder.asp?event=1071228&CategoryID=42760&ListSubAlbums=0" target="_top">						<a href="http://photos.progresstimes.net/mycapture/folder.asp?event=1071228&CategoryID=42760&ListSubAlbums=0" target="_top">						<div id="divAlbumName">Mission v Veterans Memorial</div></a>\n					</td>\n				</tr>\n				<tr>\n					<td align=center class=MYCfeaturedescrip10022 id="divDetails">\n					</td>\n				</tr>\n			</table>\n		</td>\n	</tr>\n</table>\n';
document.write(theContent);
