CINXE.COM
Erie County Ohio Genealogy and History - Table of Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- Design by Free CSS Templates http://www.freecsstemplates.org Released for free under a Creative Commons Attribution 2.5 License Title : Balloon Fest Version : 1.0 Released : 20070709 Description: A two-column, fixed-width template suitable for small business websites. --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Erie County Ohio Genealogy and History - Table of Contents</title> <META NAME="keywords" CONTENT="Ohio, County, Statistics, Death Records, Birth Records, Marriage Records, Divorce Records, Land Records, Estates, Wills, Maps, Ohio"> <meta name="description" content="Erie County Ohio USGenWeb Page featuring History and Genealogy" /> <link href="default.css" rel="stylesheet" type="text/css" /> <base target=blank> </head> <body> <!-- START of freefind onpage results html --> <!-- position these div's right after your body tag --> <!-- FreeFind on-page results divs --> <div id="ffresult_win" style=" z-index:1; padding: 20px 0 16px 0; margin:0px; width:538px; height:728px; border:none; display:none; position:absolute; top:0px; left:0px;"> <div id="ffresult_bar" onmousedown="ffresults.drag(event,false)" style="cursor: move; z-index:5; position:absolute; top:0px; left:0px; background-color:maroon; padding:0; text-align: right; width:100%; height:20px; display:block; border:solid; border-width: 1px; border-bottom: 0px; border-color:maroon;"> <a id="ffrclose" style="z-index:6; font-family: arial, verdana, sans-serif; font-size:8pt; color:white; " href="javascript:ffresults.hide()">Close window [X]</a> </div> <div id="ffresult_2" style="z-index:7; position: relative; height: 100%; background-color:white; display:block;"> <div id="ffresult_cvr" style="z-index:0; position:absolute; top:0px; left:0px; display:block; width:100%; height:100%;"> </div> <iframe id="ffresult_ifr" name="ffresult_frame" style="z-index:1; position:absolute; top:0px; left:0px; border:solid; border-width: 0px 1px 0px 1px; border-color:gray;" src="" width="100%" height="100%" scrolling="auto" frameborder="0"> </iframe> </div> <div id="ffresult_btm" style=" position:absolute; bottom:-1; left:0px; border:solid; border-color:gray; border-width: 1px; border-top: 0px; display: block; z-index:18; background-color:#d0d0d0; width:100%; height:16px; " > <div id="ffresult_sbx" onmousedown="ffresults.drag(event,true);" style="cursor: se-resize; float:right; border:none; border-color:gray; border-width: 0px; width:16px; height:16px; "><img style="" id="ffresult_szimg" height=16 width=16 border=0 src="" alt=""></div> </div> </div> <!-- FreeFind on-page results handler --> <script type="text/javascript"> <!-- var ffresults = { // copyright 2008 - 2010 FreeFind.com - authorized for use with the FreeFind service only // Start of config settings autoPos : true, // automatic initial window position / size. // if autoPos if false, the following four numbers are used as initial window position and size initialX : 78, // left position (pixels) initialY : 66, // right position (pixels) initialH : 395, // height of window initialW : 622, // width of window // choose a number for z-index that is high enough so the results window appears above other windows on your page initialZ : 10000000, // initial z-index of the results window // the following value controls the color of the window's drag bar (top area of window) barColor : 'navy', // end of config settings element : undefined, cover : undefined, mouseDownX : 0, mouseDownY : 0, objectX : 0, objectY : 0, objectH : 0, objectW : 0, ipos : false, resize : false, sizeImageUrl : 'http://search.freefind.com/img/rsize.gif', selectFunc : undefined, selectState : undefined, mozSelect : undefined, noSelect : function() { var obj = document.body; ffresults.selectFunc = obj.onselectstart; ffresults.selectState = obj.unselectable; ffresults.mozSelect = obj.style.MozUserSelect; obj.onselectstart = function(){ return false; }; obj.unselectable = 'on'; obj.style.MozUserSelect = 'none'; }, restoreSelect : function() { var obj = document.body; obj.onselectstart = ffresults.selectFunc; obj.unselectable = ffresults.selectState; obj.style.MozUserSelect = ffresults.mozSelect; }, drag : function (e,size) { if(!document.getElementById) return; if(!e) e = window.event; var targ = e.target || e.srcElement; ffresults.resize = size; if(targ.id != 'ffresult_bar' && targ.id != 'ffresult_szimg') return true; ffresults.noSelect(); ffresults.element = document.getElementById('ffresult_win'); ffresults.objectX = parseInt(ffresults.element.style.left,10); ffresults.objectY = parseInt(ffresults.element.style.top,10); ffresults.objectH = parseInt(ffresults.element.style.height,10); ffresults.objectW = parseInt(ffresults.element.style.width,10); ffresults.cover = document.getElementById('ffresult_cvr'); ffresults.cover.style.zIndex = '40'; ffresults.mouseDownX = e.clientX; ffresults.mouseDownY = e.clientY; if(e.preventDefault) e.preventDefault(); e.returnValue = false; e.cancelBubble = true; ffresults.attach(document,"mouseup",ffresults.drop); ffresults.attach(document,"mousemove",ffresults.move); }, attach : function(to,eventname,func) { if(to.addEventListener) to.addEventListener(eventname,func,false); else to.attachEvent("on" + eventname,func); }, detach : function(to,eventname,func) { if(to.removeEventListener) to.removeEventListener(eventname,func,false); else to.detachEvent("on" + eventname,func); }, drop : function(e) { ffresults.detach(document,"mouseup",ffresults.drop); ffresults.detach(document,"mousemove",ffresults.move); ffresults.cover.style.zIndex = 0; ffresults.element = null; ffresults.restoreSelect(); }, move: function(e) { if(!e) e = window.event; e.returnValue = false; e.cancelBubble = true; if(e.preventDefault) e.preventDefault(); var x = e.clientX; var y = e.clientY; if(ffresults.resize) { var winW = ffresults.objectW + x - ffresults.mouseDownX; var winH = ffresults.objectH + y - ffresults.mouseDownY; if(winH < 128) winH = 128; if(winW < 128) winW = 128; ffresults.element.style.width = winW + "px"; ffresults.element.style.height = winH + "px"; } else { var left = ffresults.objectX + x - ffresults.mouseDownX; var top = ffresults.objectY + y - ffresults.mouseDownY; ffresults.element.style.left = left + "px"; ffresults.element.style.top = top + "px"; } }, hide : function() { var rStyle = document.getElementById('ffresult_win').style; rStyle.display = "none"; rStyle.zIndex = 0; var ifr = document.getElementById('ffresult_ifr'); if(ifr) ifr.src=""; var szImg = document.getElementById('ffresult_szimg'); if(szImg) szImg.src = ""; }, show : function(num) { if(!document.getElementById) return; var searchForm = document.getElementById('ffresult_sbox'+num); var idxLink = document.getElementById('ffresult_idx'+num); var smpLink = document.getElementById('ffresult_smp'+num); var advLink = document.getElementById('ffresult_adv'+num); if(searchForm) searchForm.target = 'ffresult_frame'; if(idxLink) idxLink.target = 'ffresult_frame'; if(smpLink) smpLink.target = 'ffresult_frame'; if(advLink) advLink.target = 'ffresult_frame'; var rDiv = document.getElementById('ffresult_win'); if(!ffresults.ipos) { if(ffresults.autoPos) { ffresults.computePos(rDiv); } else { rDiv.style.top = ffresults.initialY + 'px'; rDiv.style.left = ffresults.initialX + 'px'; rDiv.style.width = ffresults.initialW + 'px'; rDiv.style.height = (ffresults.initialH - 36) + 'px'; } ffresults.ipos = true; } var szImg = document.getElementById('ffresult_szimg'); if(szImg) szImg.src = ffresults.sizeImageUrl; var dragBar = document.getElementById('ffresult_bar'); if(dragBar) { dragBar.style.backgroundColor = ffresults.barColor; dragBar.style.borderColor = ffresults.barColor; } rDiv.style.zIndex = ffresults.initialZ; rDiv.style.display = "block"; }, computePos : function(rDiv) { var view = ffresults.viewSize(); var w = parseInt(view.width * 0.75,10); var h = parseInt(view.height * 0.75,10); if(w < 220) w = 220; if(h < 220) h = 220; var left = parseInt((view.width - w ) / 2,10); var top = parseInt((view.height - (h + 36)) / 2,10); if(left < 0) left = 0; if(top < 0) top = 0; rDiv.style.top = (top + view.scrollY) + 'px'; rDiv.style.left = (left + view.scrollX) + 'px'; rDiv.style.width = w + 'px'; rDiv.style.height = h + 'px'; }, viewSize : function() { var w = 0; var h = 0; var sx = 0; var sy = 0; if(window.innerWidth) { // non-ie w = window.innerWidth; h = window.innerHeight; sx = window.pageXOffset; sy = window.pageYOffset; } else { var elem; if(document.documentElement && document.documentElement.clientWidth != 0) { // ie strict elem = document.documentElement; } else { // ie quirks elem = document.body; } w = elem.clientWidth; h = elem.clientHeight; sx = elem.scrollLeft; sy = elem.scrollTop; } return {width: w,height: h, scrollX: sx, scrollY: sy}; } }; //--> </script> <!-- END of freefind onpage results html --> <div id="menu"> <ul> <li class="active"><a href="https://sites.rootsweb.com/~oherie/index.htm">Home</a></li> <li><a href="http://www.usgwarchives.net/oh/erie/erie.htm">Archives</a></li> <li><a href="https://sites.rootsweb.com/~oherie/res1.htm">Lookups</a></li> <li><a href="https://sites.rootsweb.com/~oherie/subquery.htm">Queries</a></li> <li><a href="https://sites.rootsweb.com/~oherie/erie1.htm">Maps</a></li> <li><a href="https://sites.rootsweb.com/~oheccogs/">ECOGS</a></li> </ul> </div> <div id="header"> <div id="logo"> <h1><a href="https://sites.rootsweb.com/~oherie/index.htm">Erie County Ohio</a></h1> <h2><a href="https://sites.rootsweb.com/~oherie/index.htm">Genealogy and History</a></h2><BR> <h3 align=center>A Proud Part of the <a href="http://www.usgenweb.org/">USGenWeb Project</a></h3> </div> </div> <div id="page"> <div id="content"> <div style="margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #4AF4FE;"> <h1 class="title">Welcome to Our Website!</h1> <p><img src="images/img07.jpg" alt="Erie County Court House in Sandusky Ohio, circa 1906" width="120" height="160" class="left" /></p> <p> Welcome! Thanks for visiting the Erie County, Ohio, USGenWeb site. This site will serve as a gathering place for all who share common lines in Erie County. Have a good time while you're here. If you have any suggestions for the site, please email <a href="/cdn-cgi/l/email-protection#99bfbaacaca2bfbaaca8a2aebfbaacaca2bfbaacaca2bfbaadafa2bfbaaca9a2bfbaacaaa2bfbaafada2bfbaa0a0a2bfbaa8a8a8a2bfbaa8a9a0a2e9bfbaa8a8aea2eabfbaa8a9a8a2bfbaa8a8ada2bfbaa8a8a1a2bfbaa8a9a8a2b7bfbaa0a0a2bfbaa8a8a8a2bfbaa8a9a0a2a6caecfbf3fcfaeda4dcebf0fcb9daf6ecf7ede0b9d6d1defcf7cefcfb">Maggie Stewart-Zimmerman</a>.</p> <h2>About Erie County</h2> <a href="http://www.usgenweb.org/"> <img src="./images/usgenweb.gif" alt="" width="100" height="87" class="right" /></a> <p>County Seat: Sandusky<br> DATE CREATED: 1838<br> Parent Counties: <a href="http://huron.ohgenweb.org">Huron</a> and <a href="http://sandusky.ohgenweb.org">Sandusky</a> [At one point Kelley's Island was traded with Ottawa County for the Marblehead Penninsula] </a><br> Square Miles: 407<br> Named for: Native Amreican Tribe.</p> <p></p> <h2>Neighbors</h2> <p><ul> <li>NORTH: Across Lake Erie lies<a href="https://sites.rootsweb.com/~onessex/" title="To the North"> Essex County</a> and <a href="https://sites.rootsweb.com/~onkent/chatham.htm" title="To the North">Chatham-Kent</a>, <a href="http://www.geneofun.on.ca/ongenweb/" title="To the North">Ontario, Canada</a></li> <a href="http://www.ohgenweb.org"> <img src="./images/ohgenweb80_yellow.gif" alt="" width="80" height="80" class="right" /></a> <li>EAST: <a href="http://lorain.ohgenweb.org/" title="To the East">Lorain County</a></li> <li>SOUTH: <a href="http://huron.ohgenweb.org/" title="To the South">Huron County</a></li> <li>WEST: <a href="http://sandusky.ohgenweb.org/" title="To the West">Sandusky County</a></li> <li>NORTHWEST: <a href="http://ottawa.ohgenweb.org/" title="To the NorthWest">Ottawa County</a> [connected by the Thomas A. Edison Memorial Bridge]</li> </ul></p> <p><h2>Weather Forecast</h2></p> <p><h2><a href="http://www.wunderground.com/US/OH/Sandusky.html?bannertypeclick=sunandmoon"> <img src="http://weathersticker.wunderground.com/weathersticker/sunandmoon_both/language/www/US/OH/Sandusky.gif" alt="Click for Sandusky, Ohio Forecast" border="0" height="150" width="256" /></a></h2></p> <p>You are the <u>[an error occurred while processing this directive]</u> visitor to this page since the counter was reset on May 2, 1999 when count was 25360! Please check back often!</p> <p>This page was last updated Monday, 10-Sep-2018 16:59:09 MDT</p> <p>All <a href="/cdn-cgi/l/email-protection#af898c9e9f9694898c969894898c9e9f9c94898c9e9e9a94898c9b9994898c969694c6898c9e9e9a94898c999b94898c9e9f9c94898c9e9f9694898c969894898c9e9f9a94898c9e9f9794898c9b9994898c969694898c9e9e9e94898c9e9f969490fcdacdc5caccdb92eaddc6ca8fecc0dac1dbd68fe0e7e8cac1f8cacd">comments</A> and feedback should be sent to <a href="/cdn-cgi/l/email-protection#96b0b5a7a6afadb0b5afa1adb0b5a7a6a5adb0b5a7a7a3adb0b5a2a0adb0b5afafadffb0b5a7a7a3adb0b5a0a2adb0b5a7a6a5adb0b5a7a6afadb0b5afa1adb0b5a7a6a3adb0b5a7a6aeadb0b5a2a0adb0b5afafadb0b5a7a7a7adb0b5a7a6afada9c5e3f4fcf3f5e2abd3e4fff3b6d5f9e3f8e2efb6d9ded1f3f8c1f3f4">Maggie Stewart-Zimmerman.</a></p> </div> <div> </div> <div class="twocols"> <div class="col1"> <h3 class="title"><a href="http://freepages.genealogy.rootsweb.com/~henryhowesbook/erie.html">History</a></h3> <p>ERIE COUNTY was formed in 1838 from Huron and Sandusky counties. The surface to the eve seems nearly level, while in fact it forms a gentle slope from the south line of the county, where it has an elevation of about 150 feet above the lake, to the lake level. It has inexhaustible quarries of limestone and freestone. <a href="http://freepages.genealogy.rootsweb.com/~henryhowesbook/erie.html">Read more…</a></p> <p> </p> <h5>Historical Collections of Ohio<br> By Henry Howe<br> Vol. I, Page 364<br> © 1888</h5> </div> <div class="col2"> <h3 class="title"><a href="http://en.wikipedia.org/wiki/Erie_County,_Ohio">Description</a></h3> <p>Erie County is a county located in the state of Ohio, United States. As of 2000, the population was 79,551. Its county seat is Sandusky[2] and is named for the Erie (tribe), whose name was their word for "wildcat".[3] It is home to the amusement park Cedar Point. It was formed in 1838 from the northern third of Huron County, and a portion of Sandusky County. <a href="http://en.wikipedia.org/wiki/Erie_County,_Ohio">Read more…</a></p> </p> <p> </p> <p> From Wikipedia, the free encyclopedia</p> </p> </div> </div> </div> <!-- end content --> <div id="sidebar"> <div id="search" class="boxed"> <h2 class="title">Quick Search</h2> <div class="content"> <!-- start of freefind search box html --> <table cellpadding=0 cellspacing=0 border=0 > <tr> <td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;"> <center><table width="90%" cellpadding=0 cellspacing=0 border=0> <tr style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;"> <td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" align=left ><a id="ffresult_idx1" onclick="ffresults.show(1);" href="http://search.freefind.com/siteindex.html?si=6394716&sbv=j1"><b>index</a></b></td> <td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" align=center><a id="ffresult_smp1" onclick="ffresults.show(1);" href="http://search.freefind.com/find.html?si=6394716&m=0&p=0&sbv=j1"><b>sitemap</b></a></td> <td style="font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;" align=right><a id="ffresult_adv1" onclick="ffresults.show(1);" href="http://search.freefind.com/find.html?si=6394716&pid=a&sbv=j1"><b>advanced</b></a></td> </tr> </table></center> <form id="ffresult_sbox1" style="margin:0px; margin-top:4px;" action="http://search.freefind.com/find.html" method="get" accept-charset="utf-8" onsubmit="ffresults.show(1);"> <input type="hidden" name="si" value="6394716"> <input type="hidden" name="pid" value="r"> <input type="hidden" name="n" value="0"> <input type="hidden" name="_charset_" value=""> <input type="hidden" name="bcd" value="÷"> <input type="hidden" name="sbv" value="j1"> <input type="text" name="query" size="15"> <input type="submit" value="search"> </form> </td> </tr> <tr> <td style="text-align:center; font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt; padding-top:4px;"> <a style="text-decoration:none; color:gray;" href="http://www.freefind.com" ><b>search engine</a><a style="text-decoration:none; color:gray;" href="http://www.freefind.com" > by <span style="color: #606060;">freefind</span></b></a> </td> </tr> </table> <!-- end of freefind search box html --> </div> </div> <div id="news" class="boxed"> <h2 class="title">Table of Contents</h2> <div class="content"> <ul> <li class="first"> <li><a href="https://sites.rootsweb.com/~oherie/thispage.htm#ABOUT">From The Webmaster</a></li> <li><a href="https://sites.rootsweb.com/~oherie/thispage.htm#THISP">About Ohio GenWeb</a></li> <li><a href="https://sites.rootsweb.com/~oherie/subquery.htm#QUERY">Queries & Surnames</a></li> <li><a href="https://sites.rootsweb.com/~oheccogs/">Erie County Chapter, OGS</a></li> <li><a href="https://sites.rootsweb.com/~oherie/pictures.html">Erie County Pictures</a></li> <li><a href="https://sites.rootsweb.com/~oherie/subquery.htm#MAILLIST">The OHERIE Mailing List!</a></li> <li><a href="https://sites.rootsweb.com/~oherie/erie_links.htm">Erie County Related Links</a></li> <li><a href="https://sites.rootsweb.com/~oherie/otheroh1.htm">Other Genealogy Resources</a></li> <li><a href="https://sites.rootsweb.com/~oherie/thispage.htm#REUNION">Family Reunions</a></li> <li><a href="https://sites.rootsweb.com/~oherie/res1.htm">Lookup Volunteers</a></li> <li><a href="https://sites.rootsweb.com/~oherie/early.htm">Early Settlers</a> in Erie County</li> <li><a href="http://homepages.rootsweb.com/~maggieoh/merie.html">Maggie's Erie County Page</li> <li><a href="https://sites.rootsweb.com/~oherie/erie1.htm">Erie County Township Map</a></li> <li><a href="https://sites.rootsweb.com/~oherie/erie3.htm">About the USGenWeb Archives</a> </li> </ul> </div> </div> <div id="extra" class="boxed"> <h2 class="title">Erie County Online Archives</a></h2> <div class="content"> <ul class="list"> <li class="first"><a href="http://www.usgwarchives.net/oh/erie/bible-index.html">Bible Records</a></li> <li><a href="http://www.usgwarchives.net/oh/erie/bios-index.html">Biographies</a></li> <li><a href="http://www.usgwtombstones.org/ohio/erie.htm">Cemeteries</a></li> <li><a href="http://www.usgwarchives.net/oh/erie/census-index.html">Census Records</a></li> <li><a href="http://www.usgwarchives.net/oh/erie/history-index.html">History</a></li> <li><a href="http://www.usgwarchives.net/oh/erie/Er_maps.htm">Maps</A></li> <li><a href="http://www.usgwarchives.net/oh/erie/military-index.html">Military Records</A></li> <li><a href="http://www.usgwarchives.net/oh/erie/misc-index.html">Miscellaneous</a></li> <li><a href="http://www.usgwarchives.net/oh/erie/newspapers-index.html">Newspaper Articles</a></li> <li><a href="http://www.usgwarchives.net/oh/erie/obits-index.html">Obituaries</A></li> <li><a href="http://www.usgwarchives.net/oh/erie/postcards/ppcs-erie.html">Penny Postcards</a></li> <li><a href="http://www.usgwarchives.net/oh/erie/photos-index.html">Photos</A></li> <li><a href="http://www.usgwarchives.net/oh/erie/erie.htm#TOWN">Townships</A></li> <li><a href="http://www.usgwarchives.net/oh/erie/vitals-index.html">Vital Records</A></li> <li><a href="http://www.usgwarchives.net/oh/erie/wills-index.html">Wills</A></li> <li><a href="http://www.poppet.org/ohfiles/" target="_blank">Submission Forms</a></li> </ul> </div> </div> </div> <!-- end sidebar --> <div style="clear: both;"> </div> </div> <!-- end page --> <div id="footer"> <p id="legal">© 1998 - 2010 by <a href="/cdn-cgi/l/email-protection#32141103020b0914110b0509141103020109141103030709141106040914110b0b095b1411030307091411040609141103020109141103020b0914110b0509141103020709141103020a09141106040914110b0b09141103030309141103020b090d614750585751460f77405b5712715d475c464b127d7a75575c655750"> Maggie Stewart-Zimmerman</a> for the sole use of the Erie County Ohio USGenWeb Project.<br /> ©2007 Balloon Fest. All Rights Reserved, Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a></p> </div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'9164d911dafbfdae',t:'MTc0MDI4ODg3OC4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html><!--Rootsweb footer--> <style> .rwFooter { font-family: Arial,Helvetica,Geneva,sans-serif; font-size: 10pt; text-align: center; clear: both; } </style> <br> <div class="rwLayoutTopBottomAd"> <center><div id='rwsites-ldr-bottom'></div></center> </div> <div id="footer" class="footer"><div class="rwFooter" id="footer_div"> <hr width="90%" size="1" noshade style="text-align:center; margin: 20px auto;"> <p> <font size="-2" face="Verdana, Arial, Helvetica, sans-serif"> RootsWeb is funded and supported by <a href="https://www.ancestry.com/s33216/t10989/grid1005/rd.ashx">Ancestry.com</a> and our loyal RootsWeb community. <a href="https://home.rootsweb.com/support">Learn more.</a> <br><br> <a id="Ftr_About_Link" href="https://corporate.ancestry.com/">About Us</a> | <a id="Ftr_ContactUs_Link" href="https://support.rootsweb.com/s/contactsupport">Contact Us</a> | <a id="Ftr_Legal_Link" href="https://www.ancestry.com/cs/legal/copyright-policy">Copyright</a> | <a href="https://useraccount.rootsweb.com/websites/reportInappropriateWebsite?url=/~oherie/">Report Inappropriate Material</a> <br> <a id="Ftr_CorporateInfo_Link" href="https://www.ancestry.com/corporate/">Corporate Information</a> | <a id="Ftr_Privacy_Link" href="https://www.ancestry.com/cs/legal/privacyphilosophy">Privacy</a> | <a id="Ftr_TermsAndConditions_Link" href="https://www.ancestry.com/cs/legal/termsandconditions">Terms and Conditions</a> | <a id="Ftr_ccpaAncestry_Link" href="https://www.ancestry.com/cs/legal/privacystatement#personal-info-categories">CCPA Notice at Collection</a> </font> </p> </div> <script type="text/javascript"> var utag_data = { page_name:'ancestry rootsweb : hostedsites : oherie' }; </script> <!-- <script type="text/javascript" src="https://www.ancestrycdn.com/aa-rw-home/504/scripts/adHelper.js"></script> --> <!-- MediaTradeCraft Ad scripts and links --> <link rel="preconnect" href="https://01.cdn.mediatradecraft.com/" crossorigin=""/> <link rel="dns-prefetch" href="https://01.cdn.mediatradecraft.com/"/> <link rel="preconnect" href="https://securepubads.g.doubleclick.net/" crossorigin=""/> <link rel="dns-prefetch" href="https://securepubads.g.doubleclick.net/"/> <link rel="preconnect" href="https://c.amazon-adsystem.com/" crossorigin=""/> <link rel="dns-prefetch" href="https://c.amazon-adsystem.com/"/> <link rel="preconnect" href="https://micro.rubiconproject.com/" crossorigin=""/> <link rel="dns-prefetch" href="https://micro.rubiconproject.com/"/> <script src="https://c.amazon-adsystem.com/aax2/apstag.js" async="true"></script> <script src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async="true"></script> <script src="https://01.cdn.mediatradecraft.com/rootsweb/main/main.js?template=hostedsites" async="true"></script> <link href="https://01.cdn.mediatradecraft.com/rootsweb/main/main.css" media="print" onload="this.media='all'" rel="stylesheet"/> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NSWCNL5" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript"> (function(a,b,c,d){ var env='prod'; try{ var domain = window.document.location.hostname.split('.'); domain = (domain.length > 2) ? domain[1] : domain[0]; if(/loc/.test(domain) || /dev/.test(domain)){ env = 'dev'; } else if (/stage/.test(domain)){ env = 'qa'; } }catch(e){} a='//tags.tiqcdn.com/utag/ancestry/rootsweb/'+ env +'/utag.js'; b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true;a=b.getElementsByTagName(c)[0]; a.parentNode.insertBefore(d,a) })(); </script>