forked from eljeffeg/SmartCopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmp.txt
704 lines (611 loc) · 97 KB
/
tmp.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
<!DOCTYPE html>
<html
class=""
lang="en-US"
>
<head id="Head1"><script>window.ancestry=window.ancestry||{};Object.defineProperties(ancestry,{userId:{value:'09ba0862-0006-0000-0000-000000000000',writable:!1},marketId:{value:0,writable:!1},siteId:{value:0,writable:!1},mainOrigin:{value:"https://www.ancestry.com",writable:!1}})</script><script>(()=>{let e=window.ancestry=window.ancestry||{};const n={necessary:!0,preference:["c6"],performance:["c9"],analytics1st:["c10"],analytics3rd:["c8","c2"],advertising1st:["c11"],advertising3rd:["c7","c3"],attribution3rd:["c12"]},t=()=>{const e=new URL(window.location).searchParams.get("moo");e&&(document.cookie=`OPTOUTMULTI=${encodeURIComponent(e)}`);let n=null,t=document.cookie.match(/(?:^|; )OPTOUTMULTI=([^;]*)/);return t&&(n={},decodeURIComponent(t[1]).split("|").forEach((e=>{let t=e.indexOf(":");n[e.slice(0,t)]=e.slice(t+1)}))),n},o=(e,t)=>{t=t||{};let o=n[e];return Array.isArray(o)?"0"==(t[o[0]]||t[o[1]]):o||!1},c=e=>Object.keys(n).filter((n=>o(n,e||{})));e.getConsentControlFlag=e=>o(e,t()),e.getConsentControlFlags=()=>c(t()),e.getConsentControlFlagsAsync=async()=>(async n=>{if(n)return c(n);const o=`${e.mainOrigin}/api/privacy/consent-info`;let r=await fetch(o,{method:"GET",mode:"cors"});if(r.ok)return c(t());throw new Error(`${r.status} code from ${o}`)})(t())})();</script><script src="https://www.ancestrycdn.com/webui-unifiedtracking/1.0.309/request-header-overrides.js"></script><script src="https://www.ancestrycdn.com/webui-unifiedtracking/1.0.309/unified-tracking-stub.js"></script><!-- Google Tag Manager --><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl ;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-PF2LHSF');</script><!-- End Google Tag Manager --><script async src="https://www.ancestrycdn.com/ui-static/lib/p13n/0.0.6/p13n.min.js"></script>
<title>Ancestry Person</title>
<meta name="description" content=" "/>
<meta charset="utf-8" /><script type="text/javascript">window.NREUM||(NREUM={});NREUM.info = {"beacon":"bam.nr-data.net","errorBeacon":"bam.nr-data.net","licenseKey":"4bd2ba109c","applicationID":"1568216664","transactionName":"ZVQAbEBTX0AFV0FaDVweL25xHWFWFkdaXSFdXxZKXV5dVhYbZVYQQV4M","queueTime":0,"applicationTime":44,"agent":"","atts":""}</script><script type="text/javascript">(window.NREUM||(NREUM={})).init={privacy:{cookies_enabled:true},ajax:{deny_list:[]},session_trace:{sampling_rate:0.0,mode:"FIXED_RATE",enabled:true,error_sampling_rate:0.0},distributed_tracing:{enabled:true}};(window.NREUM||(NREUM={})).loader_config={agentID:"1588686754",accountID:"1690570",trustKey:"2611750",xpid:"VQAOUVNUCBABUVdaBQABUFIF",licenseKey:"4bd2ba109c",applicationID:"1568216664"};window.NREUM||(NREUM={}),__nr_require=function(t,e,n){function r(n){if(!e[n]){var o=e[n]={exports:{}};t[n][0].call(o.exports,function(e){var o=t[n][1][e];return r(o||e)},o,o.exports)}return e[n].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<n.length;o++)r(n[o]);return r}({1:[function(t,e,n){function r(t){try{s.console&&console.log(t)}catch(e){}}var o,i=t("ee"),a=t(31),s={};try{o=localStorage.getItem("__nr_flags").split(","),console&&"function"==typeof console.log&&(s.console=!0,o.indexOf("dev")!==-1&&(s.dev=!0),o.indexOf("nr_dev")!==-1&&(s.nrDev=!0))}catch(c){}s.nrDev&&i.on("internal-error",function(t){r(t.stack)}),s.dev&&i.on("fn-err",function(t,e,n){r(n.stack)}),s.dev&&(r("NR AGENT IN DEVELOPMENT MODE"),r("flags: "+a(s,function(t,e){return t}).join(", ")))},{}],2:[function(t,e,n){function r(t,e,n,r,s){try{l?l-=1:o(s||new UncaughtException(t,e,n),!0)}catch(f){try{i("ierr",[f,c.now(),!0])}catch(d){}}return"function"==typeof u&&u.apply(this,a(arguments))}function UncaughtException(t,e,n){this.message=t||"Uncaught error with no additional information",this.sourceURL=e,this.line=n}function o(t,e){var n=e?null:c.now();i("err",[t,n])}var i=t("handle"),a=t(32),s=t("ee"),c=t("loader"),f=t("gos"),u=window.onerror,d=!1,p="nr@seenError";if(!c.disabled){var l=0;c.features.err=!0,t(1),window.onerror=r;try{throw new Error}catch(h){"stack"in h&&(t(14),t(13),"addEventListener"in window&&t(7),c.xhrWrappable&&t(15),d=!0)}s.on("fn-start",function(t,e,n){d&&(l+=1)}),s.on("fn-err",function(t,e,n){d&&!n[p]&&(f(n,p,function(){return!0}),this.thrown=!0,o(n))}),s.on("fn-end",function(){d&&!this.thrown&&l>0&&(l-=1)}),s.on("internal-error",function(t){i("ierr",[t,c.now(),!0])})}},{}],3:[function(t,e,n){var r=t("loader");r.disabled||(r.features.ins=!0)},{}],4:[function(t,e,n){function r(){U++,L=g.hash,this[u]=y.now()}function o(){U--,g.hash!==L&&i(0,!0);var t=y.now();this[h]=~~this[h]+t-this[u],this[d]=t}function i(t,e){E.emit("newURL",[""+g,e])}function a(t,e){t.on(e,function(){this[e]=y.now()})}var s="-start",c="-end",f="-body",u="fn"+s,d="fn"+c,p="cb"+s,l="cb"+c,h="jsTime",m="fetch",v="addEventListener",w=window,g=w.location,y=t("loader");if(w[v]&&y.xhrWrappable&&!y.disabled){var x=t(11),b=t(12),E=t(9),R=t(7),O=t(14),T=t(8),S=t(15),P=t(10),M=t("ee"),C=M.get("tracer"),N=t(23);t(17),y.features.spa=!0;var L,U=0;M.on(u,r),b.on(p,r),P.on(p,r),M.on(d,o),b.on(l,o),P.on(l,o),M.buffer([u,d,"xhr-resolved"]),R.buffer([u]),O.buffer(["setTimeout"+c,"clearTimeout"+s,u]),S.buffer([u,"new-xhr","send-xhr"+s]),T.buffer([m+s,m+"-done",m+f+s,m+f+c]),E.buffer(["newURL"]),x.buffer([u]),b.buffer(["propagate",p,l,"executor-err","resolve"+s]),C.buffer([u,"no-"+u]),P.buffer(["new-jsonp","cb-start","jsonp-error","jsonp-end"]),a(T,m+s),a(T,m+"-done"),a(P,"new-jsonp"),a(P,"jsonp-end"),a(P,"cb-start"),E.on("pushState-end",i),E.on("replaceState-end",i),w[v]("hashchange",i,N(!0)),w[v]("load",i,N(!0)),w[v]("popstate",function(){i(0,U>1)},N(!0))}},{}],5:[function(t,e,n){function r(){var t=new PerformanceObserver(function(t,e){var n=t.getEntries();s(v,[n])});try{t.observe({entryTypes:["resource"]})}catch(e){}}function o(t){if(s(v,[window.performance.getEntriesByType(w)]),window.performance["c"+p])try{window.performance[h](m,o,!1)}catch(t){}else try{window.performance[h]("webkit"+m,o,!1)}catch(t){}}function i(t){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var a=t("ee"),s=t("handle"),c=t(14),f=t(13),u=t(6),d=t(23),p="learResourceTimings",l="addEventListener",h="removeEventListener",m="resourcetimingbufferfull",v="bstResource",w="resource",g="-start",y="-end",x="fn"+g,b="fn"+y,E="bstTimer",R="pushState",O=t("loader");if(!O.disabled){O.features.stn=!0,t(9),"addEventListener"in window&&t(7);var T=NREUM.o.EV;a.on(x,function(t,e){var n=t[0];n instanceof T&&(this.bstStart=O.now())}),a.on(b,function(t,e){var n=t[0];n instanceof T&&s("bst",[n,e,this.bstStart,O.now()])}),c.on(x,function(t,e,n){this.bstStart=O.now(),this.bstType=n}),c.on(b,function(t,e){s(E,[e,this.bstStart,O.now(),this.bstType])}),f.on(x,function(){this.bstStart=O.now()}),f.on(b,function(t,e){s(E,[e,this.bstStart,O.now(),"requestAnimationFrame"])}),a.on(R+g,function(t){this.time=O.now(),this.startPath=location.pathname+location.hash}),a.on(R+y,function(t){s("bstHist",[location.pathname+location.hash,this.startPath,this.time])}),u()?(s(v,[window.performance.getEntriesByType("resource")]),r()):l in window.performance&&(window.performance["c"+p]?window.performance[l](m,o,d(!1)):window.performance[l]("webkit"+m,o,d(!1))),document[l]("scroll",i,d(!1)),document[l]("keypress",i,d(!1)),document[l]("click",i,d(!1))}}},{}],6:[function(t,e,n){e.exports=function(){return"PerformanceObserver"in window&&"function"==typeof window.PerformanceObserver}},{}],7:[function(t,e,n){function r(t){for(var e=t;e&&!e.hasOwnProperty(u);)e=Object.getPrototypeOf(e);e&&o(e)}function o(t){s.inPlace(t,[u,d],"-",i)}function i(t,e){return t[1]}var a=t("ee").get("events"),s=t("wrap-function")(a,!0),c=t("gos"),f=XMLHttpRequest,u="addEventListener",d="removeEventListener";e.exports=a,"getPrototypeOf"in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&&(o(window),o(f.prototype)),a.on(u+"-start",function(t,e){var n=t[1];if(null!==n&&("function"==typeof n||"object"==typeof n)){var r=c(n,"nr@wrapped",function(){function t(){if("function"==typeof n.handleEvent)return n.handleEvent.apply(n,arguments)}var e={object:t,"function":n}[typeof n];return e?s(e,"fn-",null,e.name||"anonymous"):n});this.wrapped=t[1]=r}}),a.on(d+"-start",function(t){t[1]=this.wrapped||t[1]})},{}],8:[function(t,e,n){function r(t,e,n){var r=t[e];"function"==typeof r&&(t[e]=function(){var t=i(arguments),e={};o.emit(n+"before-start",[t],e);var a;e[m]&&e[m].dt&&(a=e[m].dt);var s=r.apply(this,t);return o.emit(n+"start",[t,a],s),s.then(function(t){return o.emit(n+"end",[null,t],s),t},function(t){throw o.emit(n+"end",[t],s),t})})}var o=t("ee").get("fetch"),i=t(32),a=t(31);e.exports=o;var s=window,c="fetch-",f=c+"body-",u=["arrayBuffer","blob","json","text","formData"],d=s.Request,p=s.Response,l=s.fetch,h="prototype",m="nr@context";d&&p&&l&&(a(u,function(t,e){r(d[h],e,f),r(p[h],e,f)}),r(s,"fetch",c),o.on(c+"end",function(t,e){var n=this;if(e){var r=e.headers.get("content-length");null!==r&&(n.rxSize=r),o.emit(c+"done",[null,e],n)}else o.emit(c+"done",[t],n)}))},{}],9:[function(t,e,n){var r=t("ee").get("history"),o=t("wrap-function")(r);e.exports=r;var i=window.history&&window.history.constructor&&window.history.constructor.prototype,a=window.history;i&&i.pushState&&i.replaceState&&(a=i),o.inPlace(a,["pushState","replaceState"],"-")},{}],10:[function(t,e,n){function r(t){function e(){f.emit("jsonp-end",[],l),t.removeEventListener("load",e,c(!1)),t.removeEventListener("error",n,c(!1))}function n(){f.emit("jsonp-error",[],l),f.emit("jsonp-end",[],l),t.removeEventListener("load",e,c(!1)),t.removeEventListener("error",n,c(!1))}var r=t&&"string"==typeof t.nodeName&&"script"===t.nodeName.toLowerCase();if(r){var o="function"==typeof t.addEventListener;if(o){var a=i(t.src);if(a){var d=s(a),p="function"==typeof d.parent[d.key];if(p){var l={};u.inPlace(d.parent,[d.key],"cb-",l),t.addEventListener("load",e,c(!1)),t.addEventListener("error",n,c(!1)),f.emit("new-jsonp",[t.src],l)}}}}}function o(){return"addEventListener"in window}function i(t){var e=t.match(d);return e?e[1]:null}function a(t,e){var n=t.match(l),r=n[1],o=n[3];return o?a(o,e[r]):e[r]}function s(t){var e=t.match(p);return e&&e.length>=3?{key:e[2],parent:a(e[1],window)}:{key:t,parent:window}}var c=t(23),f=t("ee").get("jsonp"),u=t("wrap-function")(f);if(e.exports=f,o()){var d=/[?&](?:callback|cb)=([^&#]+)/,p=/(.*)\.([^.]+)/,l=/^(\w+)(\.|$)(.*)$/,h=["appendChild","insertBefore","replaceChild"];Node&&Node.prototype&&Node.prototype.appendChild?u.inPlace(Node.prototype,h,"dom-"):(u.inPlace(HTMLElement.prototype,h,"dom-"),u.inPlace(HTMLHeadElement.prototype,h,"dom-"),u.inPlace(HTMLBodyElement.prototype,h,"dom-")),f.on("dom-start",function(t){r(t[0])})}},{}],11:[function(t,e,n){var r=t("ee").get("mutation"),o=t("wrap-function")(r),i=NREUM.o.MO;e.exports=r,i&&(window.MutationObserver=function(t){return this instanceof i?new i(o(t,"fn-")):i.apply(this,arguments)},MutationObserver.prototype=i.prototype)},{}],12:[function(t,e,n){function r(t){var e=i.context(),n=s(t,"executor-",e,null,!1),r=new f(n);return i.context(r).getCtx=function(){return e},r}var o=t("wrap-function"),i=t("ee").get("promise"),a=t("ee").getOrSetContext,s=o(i),c=t(31),f=NREUM.o.PR;e.exports=i,f&&(window.Promise=r,["all","race"].forEach(function(t){var e=f[t];f[t]=function(n){function r(t){return function(){i.emit("propagate",[null,!o],a,!1,!1),o=o||!t}}var o=!1;c(n,function(e,n){Promise.resolve(n).then(r("all"===t),r(!1))});var a=e.apply(f,arguments),s=f.resolve(a);return s}}),["resolve","reject"].forEach(function(t){var e=f[t];f[t]=function(t){var n=e.apply(f,arguments);return t!==n&&i.emit("propagate",[t,!0],n,!1,!1),n}}),f.prototype["catch"]=function(t){return this.then(null,t)},f.prototype=Object.create(f.prototype,{constructor:{value:r}}),c(Object.getOwnPropertyNames(f),function(t,e){try{r[e]=f[e]}catch(n){}}),o.wrapInPlace(f.prototype,"then",function(t){return function(){var e=this,n=o.argsToArray.apply(this,arguments),r=a(e);r.promise=e,n[0]=s(n[0],"cb-",r,null,!1),n[1]=s(n[1],"cb-",r,null,!1);var c=t.apply(this,n);return r.nextPromise=c,i.emit("propagate",[e,!0],c,!1,!1),c}}),i.on("executor-start",function(t){t[0]=s(t[0],"resolve-",this,null,!1),t[1]=s(t[1],"resolve-",this,null,!1)}),i.on("executor-err",function(t,e,n){t[1](n)}),i.on("cb-end",function(t,e,n){i.emit("propagate",[n,!0],this.nextPromise,!1,!1)}),i.on("propagate",function(t,e,n){this.getCtx&&!e||(this.getCtx=function(){if(t instanceof Promise)var e=i.context(t);return e&&e.getCtx?e.getCtx():this})}),r.toString=function(){return""+f})},{}],13:[function(t,e,n){var r=t("ee").get("raf"),o=t("wrap-function")(r),i="equestAnimationFrame";e.exports=r,o.inPlace(window,["r"+i,"mozR"+i,"webkitR"+i,"msR"+i],"raf-"),r.on("raf-start",function(t){t[0]=o(t[0],"fn-")})},{}],14:[function(t,e,n){function r(t,e,n){t[0]=a(t[0],"fn-",null,n)}function o(t,e,n){this.method=n,this.timerDuration=isNaN(t[1])?0:+t[1],t[0]=a(t[0],"fn-",this,n)}var i=t("ee").get("timer"),a=t("wrap-function")(i),s="setTimeout",c="setInterval",f="clearTimeout",u="-start",d="-";e.exports=i,a.inPlace(window,[s,"setImmediate"],s+d),a.inPlace(window,[c],c+d),a.inPlace(window,[f,"clearImmediate"],f+d),i.on(c+u,r),i.on(s+u,o)},{}],15:[function(t,e,n){function r(t,e){d.inPlace(e,["onreadystatechange"],"fn-",s)}function o(){var t=this,e=u.context(t);t.readyState>3&&!e.resolved&&(e.resolved=!0,u.emit("xhr-resolved",[],t)),d.inPlace(t,y,"fn-",s)}function i(t){x.push(t),m&&(E?E.then(a):w?w(a):(R=-R,O.data=R))}function a(){for(var t=0;t<x.length;t++)r([],x[t]);x.length&&(x=[])}function s(t,e){return e}function c(t,e){for(var n in t)e[n]=t[n];return e}t(7);var f=t("ee"),u=f.get("xhr"),d=t("wrap-function")(u),p=t(23),l=NREUM.o,h=l.XHR,m=l.MO,v=l.PR,w=l.SI,g="readystatechange",y=["onload","onerror","onabort","onloadstart","onloadend","onprogress","ontimeout"],x=[];e.exports=u;var b=window.XMLHttpRequest=function(t){var e=new h(t);try{u.emit("new-xhr",[e],e),e.addEventListener(g,o,p(!1))}catch(n){try{u.emit("internal-error",[n])}catch(r){}}return e};if(c(h,b),b.prototype=h.prototype,d.inPlace(b.prototype,["open","send"],"-xhr-",s),u.on("send-xhr-start",function(t,e){r(t,e),i(e)}),u.on("open-xhr-start",r),m){var E=v&&v.resolve();if(!w&&!v){var R=1,O=document.createTextNode(R);new m(a).observe(O,{characterData:!0})}}else f.on("fn-end",function(t){t[0]&&t[0].type===g||a()})},{}],16:[function(t,e,n){function r(t){if(!s(t))return null;var e=window.NREUM;if(!e.loader_config)return null;var n=(e.loader_config.accountID||"").toString()||null,r=(e.loader_config.agentID||"").toString()||null,f=(e.loader_config.trustKey||"").toString()||null;if(!n||!r)return null;var h=l.generateSpanId(),m=l.generateTraceId(),v=Date.now(),w={spanId:h,traceId:m,timestamp:v};return(t.sameOrigin||c(t)&&p())&&(w.traceContextParentHeader=o(h,m),w.traceContextStateHeader=i(h,v,n,r,f)),(t.sameOrigin&&!u()||!t.sameOrigin&&c(t)&&d())&&(w.newrelicHeader=a(h,m,v,n,r,f)),w}function o(t,e){return"00-"+e+"-"+t+"-01"}function i(t,e,n,r,o){var i=0,a="",s=1,c="",f="";return o+"@nr="+i+"-"+s+"-"+n+"-"+r+"-"+t+"-"+a+"-"+c+"-"+f+"-"+e}function a(t,e,n,r,o,i){var a="btoa"in window&&"function"==typeof window.btoa;if(!a)return null;var s={v:[0,1],d:{ty:"Browser",ac:r,ap:o,id:t,tr:e,ti:n}};return i&&r!==i&&(s.d.tk=i),btoa(JSON.stringify(s))}function s(t){return f()&&c(t)}function c(t){var e=!1,n={};if("init"in NREUM&&"distributed_tracing"in NREUM.init&&(n=NREUM.init.distributed_tracing),t.sameOrigin)e=!0;else if(n.allowed_origins instanceof Array)for(var r=0;r<n.allowed_origins.length;r++){var o=h(n.allowed_origins[r]);if(t.hostname===o.hostname&&t.protocol===o.protocol&&t.port===o.port){e=!0;break}}return e}function f(){return"init"in NREUM&&"distributed_tracing"in NREUM.init&&!!NREUM.init.distributed_tracing.enabled}function u(){return"init"in NREUM&&"distributed_tracing"in NREUM.init&&!!NREUM.init.distributed_tracing.exclude_newrelic_header}function d(){return"init"in NREUM&&"distributed_tracing"in NREUM.init&&NREUM.init.distributed_tracing.cors_use_newrelic_header!==!1}function p(){return"init"in NREUM&&"distributed_tracing"in NREUM.init&&!!NREUM.init.distributed_tracing.cors_use_tracecontext_headers}var l=t(28),h=t(18);e.exports={generateTracePayload:r,shouldGenerateTrace:s}},{}],17:[function(t,e,n){function r(t){var e=this.params,n=this.metrics;if(!this.ended){this.ended=!0;for(var r=0;r<p;r++)t.removeEventListener(d[r],this.listener,!1);return e.protocol&&"data"===e.protocol?void g("Ajax/DataUrl/Excluded"):void(e.aborted||(n.duration=a.now()-this.startTime,this.loadCaptureCalled||4!==t.readyState?null==e.status&&(e.status=0):i(this,t),n.cbTime=this.cbTime,s("xhr",[e,n,this.startTime,this.endTime,"xhr"],this)))}}function o(t,e){var n=c(e),r=t.params;r.hostname=n.hostname,r.port=n.port,r.protocol=n.protocol,r.host=n.hostname+":"+n.port,r.pathname=n.pathname,t.parsedOrigin=n,t.sameOrigin=n.sameOrigin}function i(t,e){t.params.status=e.status;var n=v(e,t.lastSize);if(n&&(t.metrics.rxSize=n),t.sameOrigin){var r=e.getResponseHeader("X-NewRelic-App-Data");r&&(t.params.cat=r.split(", ").pop())}t.loadCaptureCalled=!0}var a=t("loader");if(a.xhrWrappable&&!a.disabled){var s=t("handle"),c=t(18),f=t(16).generateTracePayload,u=t("ee"),d=["load","error","abort","timeout"],p=d.length,l=t("id"),h=t(24),m=t(22),v=t(19),w=t(23),g=t(25).recordSupportability,y=NREUM.o.REQ,x=window.XMLHttpRequest;a.features.xhr=!0,t(15),t(8),u.on("new-xhr",function(t){var e=this;e.totalCbs=0,e.called=0,e.cbTime=0,e.end=r,e.ended=!1,e.xhrGuids={},e.lastSize=null,e.loadCaptureCalled=!1,e.params=this.params||{},e.metrics=this.metrics||{},t.addEventListener("load",function(n){i(e,t)},w(!1)),h&&(h>34||h<10)||t.addEventListener("progress",function(t){e.lastSize=t.loaded},w(!1))}),u.on("open-xhr-start",function(t){this.params={method:t[0]},o(this,t[1]),this.metrics={}}),u.on("open-xhr-end",function(t,e){"loader_config"in NREUM&&"xpid"in NREUM.loader_config&&this.sameOrigin&&e.setRequestHeader("X-NewRelic-ID",NREUM.loader_config.xpid);var n=f(this.parsedOrigin);if(n){var r=!1;n.newrelicHeader&&(e.setRequestHeader("newrelic",n.newrelicHeader),r=!0),n.traceContextParentHeader&&(e.setRequestHeader("traceparent",n.traceContextParentHeader),n.traceContextStateHeader&&e.setRequestHeader("tracestate",n.traceContextStateHeader),r=!0),r&&(this.dt=n)}}),u.on("send-xhr-start",function(t,e){var n=this.metrics,r=t[0],o=this;if(n&&r){var i=m(r);i&&(n.txSize=i)}this.startTime=a.now(),this.listener=function(t){try{"abort"!==t.type||o.loadCaptureCalled||(o.params.aborted=!0),("load"!==t.type||o.called===o.totalCbs&&(o.onloadCalled||"function"!=typeof e.onload))&&o.end(e)}catch(n){try{u.emit("internal-error",[n])}catch(r){}}};for(var s=0;s<p;s++)e.addEventListener(d[s],this.listener,w(!1))}),u.on("xhr-cb-time",function(t,e,n){this.cbTime+=t,e?this.onloadCalled=!0:this.called+=1,this.called!==this.totalCbs||!this.onloadCalled&&"function"==typeof n.onload||this.end(n)}),u.on("xhr-load-added",function(t,e){var n=""+l(t)+!!e;this.xhrGuids&&!this.xhrGuids[n]&&(this.xhrGuids[n]=!0,this.totalCbs+=1)}),u.on("xhr-load-removed",function(t,e){var n=""+l(t)+!!e;this.xhrGuids&&this.xhrGuids[n]&&(delete this.xhrGuids[n],this.totalCbs-=1)}),u.on("xhr-resolved",function(){this.endTime=a.now()}),u.on("addEventListener-end",function(t,e){e instanceof x&&"load"===t[0]&&u.emit("xhr-load-added",[t[1],t[2]],e)}),u.on("removeEventListener-end",function(t,e){e instanceof x&&"load"===t[0]&&u.emit("xhr-load-removed",[t[1],t[2]],e)}),u.on("fn-start",function(t,e,n){e instanceof x&&("onload"===n&&(this.onload=!0),("load"===(t[0]&&t[0].type)||this.onload)&&(this.xhrCbStart=a.now()))}),u.on("fn-end",function(t,e){this.xhrCbStart&&u.emit("xhr-cb-time",[a.now()-this.xhrCbStart,this.onload,e],e)}),u.on("fetch-before-start",function(t){function e(t,e){var n=!1;return e.newrelicHeader&&(t.set("newrelic",e.newrelicHeader),n=!0),e.traceContextParentHeader&&(t.set("traceparent",e.traceContextParentHeader),e.traceContextStateHeader&&t.set("tracestate",e.traceContextStateHeader),n=!0),n}var n,r=t[1]||{};"string"==typeof t[0]?n=t[0]:t[0]&&t[0].url?n=t[0].url:window.URL&&t[0]&&t[0]instanceof URL&&(n=t[0].href),n&&(this.parsedOrigin=c(n),this.sameOrigin=this.parsedOrigin.sameOrigin);var o=f(this.parsedOrigin);if(o&&(o.newrelicHeader||o.traceContextParentHeader))if("string"==typeof t[0]||window.URL&&t[0]&&t[0]instanceof URL){var i={};for(var a in r)i[a]=r[a];i.headers=new Headers(r.headers||{}),e(i.headers,o)&&(this.dt=o),t.length>1?t[1]=i:t.push(i)}else t[0]&&t[0].headers&&e(t[0].headers,o)&&(this.dt=o)}),u.on("fetch-start",function(t,e){this.params={},this.metrics={},this.startTime=a.now(),this.dt=e,t.length>=1&&(this.target=t[0]),t.length>=2&&(this.opts=t[1]);var n,r=this.opts||{},i=this.target;if("string"==typeof i?n=i:"object"==typeof i&&i instanceof y?n=i.url:window.URL&&"object"==typeof i&&i instanceof URL&&(n=i.href),o(this,n),"data"!==this.params.protocol){var s=(""+(i&&i instanceof y&&i.method||r.method||"GET")).toUpperCase();this.params.method=s,this.txSize=m(r.body)||0}}),u.on("fetch-done",function(t,e){if(this.endTime=a.now(),this.params||(this.params={}),"data"===this.params.protocol)return void g("Ajax/DataUrl/Excluded");this.params.status=e?e.status:0;var n;"string"==typeof this.rxSize&&this.rxSize.length>0&&(n=+this.rxSize);var r={txSize:this.txSize,rxSize:n,duration:a.now()-this.startTime};s("xhr",[this.params,r,this.startTime,this.endTime,"fetch"],this)})}},{}],18:[function(t,e,n){var r={};e.exports=function(t){if(t in r)return r[t];if(0===(t||"").indexOf("data:"))return{protocol:"data"};var e=document.createElement("a"),n=window.location,o={};e.href=t,o.port=e.port;var i=e.href.split("://");!o.port&&i[1]&&(o.port=i[1].split("/")[0].split("@").pop().split(":")[1]),o.port&&"0"!==o.port||(o.port="https"===i[0]?"443":"80"),o.hostname=e.hostname||n.hostname,o.pathname=e.pathname,o.protocol=i[0],"/"!==o.pathname.charAt(0)&&(o.pathname="/"+o.pathname);var a=!e.protocol||":"===e.protocol||e.protocol===n.protocol,s=e.hostname===document.domain&&e.port===n.port;return o.sameOrigin=a&&(!e.hostname||s),"/"===o.pathname&&(r[t]=o),o}},{}],19:[function(t,e,n){function r(t,e){var n=t.responseType;return"json"===n&&null!==e?e:"arraybuffer"===n||"blob"===n||"json"===n?o(t.response):"text"===n||""===n||void 0===n?o(t.responseText):void 0}var o=t(22);e.exports=r},{}],20:[function(t,e,n){function r(){}function o(t,e,n,r){return function(){return u.recordSupportability("API/"+e+"/called"),i(t+e,[f.now()].concat(s(arguments)),n?null:this,r),n?void 0:this}}var i=t("handle"),a=t(31),s=t(32),c=t("ee").get("tracer"),f=t("loader"),u=t(25),d=NREUM;"undefined"==typeof window.newrelic&&(newrelic=d);var p=["setPageViewName","setCustomAttribute","setErrorHandler","finished","addToTrace","inlineHit","addRelease"],l="api-",h=l+"ixn-";a(p,function(t,e){d[e]=o(l,e,!0,"api")}),d.addPageAction=o(l,"addPageAction",!0),d.setCurrentRouteName=o(l,"routeName",!0),e.exports=newrelic,d.interaction=function(){return(new r).get()};var m=r.prototype={createTracer:function(t,e){var n={},r=this,o="function"==typeof e;return i(h+"tracer",[f.now(),t,n],r),function(){if(c.emit((o?"":"no-")+"fn-start",[f.now(),r,o],n),o)try{return e.apply(this,arguments)}catch(t){throw c.emit("fn-err",[arguments,this,t],n),t}finally{c.emit("fn-end",[f.now()],n)}}}};a("actionText,setName,setAttribute,save,ignore,onEnd,getContext,end,get".split(","),function(t,e){m[e]=o(h,e)}),newrelic.noticeError=function(t,e){"string"==typeof t&&(t=new Error(t)),u.recordSupportability("API/noticeError/called"),i("err",[t,f.now(),!1,e])}},{}],21:[function(t,e,n){function r(t){if(NREUM.init){for(var e=NREUM.init,n=t.split("."),r=0;r<n.length-1;r++)if(e=e[n[r]],"object"!=typeof e)return;return e=e[n[n.length-1]]}}e.exports={getConfiguration:r}},{}],22:[function(t,e,n){e.exports=function(t){if("string"==typeof t&&t.length)return t.length;if("object"==typeof t){if("undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer&&t.byteLength)return t.byteLength;if("undefined"!=typeof Blob&&t instanceof Blob&&t.size)return t.size;if(!("undefined"!=typeof FormData&&t instanceof FormData))try{return JSON.stringify(t).length}catch(e){return}}}},{}],23:[function(t,e,n){var r=!1;try{var o=Object.defineProperty({},"passive",{get:function(){r=!0}});window.addEventListener("testPassive",null,o),window.removeEventListener("testPassive",null,o)}catch(i){}e.exports=function(t){return r?{passive:!0,capture:!!t}:!!t}},{}],24:[function(t,e,n){var r=0,o=navigator.userAgent.match(/Firefox[\/\s](\d+\.\d+)/);o&&(r=+o[1]),e.exports=r},{}],25:[function(t,e,n){function r(t,e){var n=[a,t,{name:t},e];return i("storeMetric",n,null,"api"),n}function o(t,e){var n=[s,t,{name:t},e];return i("storeEventMetrics",n,null,"api"),n}var i=t("handle"),a="sm",s="cm";e.exports={constants:{SUPPORTABILITY_METRIC:a,CUSTOM_METRIC:s},recordSupportability:r,recordCustom:o}},{}],26:[function(t,e,n){function r(){return s.exists&&performance.now?Math.round(performance.now()):(i=Math.max((new Date).getTime(),i))-a}function o(){return i}var i=(new Date).getTime(),a=i,s=t(33);e.exports=r,e.exports.offset=a,e.exports.getLastTimestamp=o},{}],27:[function(t,e,n){function r(t,e){var n=t.getEntries();n.forEach(function(t){"first-paint"===t.name?l("timing",["fp",Math.floor(t.startTime)]):"first-contentful-paint"===t.name&&l("timing",["fcp",Math.floor(t.startTime)])})}function o(t,e){var n=t.getEntries();if(n.length>0){var r=n[n.length-1];if(f&&f<r.startTime)return;var o=[r],i=a({});i&&o.push(i),l("lcp",o)}}function i(t){t.getEntries().forEach(function(t){t.hadRecentInput||l("cls",[t])})}function a(t){var e=navigator.connection||navigator.mozConnection||navigator.webkitConnection;if(e)return e.type&&(t["net-type"]=e.type),e.effectiveType&&(t["net-etype"]=e.effectiveType),e.rtt&&(t["net-rtt"]=e.rtt),e.downlink&&(t["net-dlink"]=e.downlink),t}function s(t){if(t instanceof w&&!y){var e=Math.round(t.timeStamp),n={type:t.type};a(n),e<=h.now()?n.fid=h.now()-e:e>h.offset&&e<=Date.now()?(e-=h.offset,n.fid=h.now()-e):e=h.now(),y=!0,l("timing",["fi",e,n])}}function c(t){"hidden"===t&&(f=h.now(),l("pageHide",[f]))}if(!("init"in NREUM&&"page_view_timing"in NREUM.init&&"enabled"in NREUM.init.page_view_timing&&NREUM.init.page_view_timing.enabled===!1)){var f,u,d,p,l=t("handle"),h=t("loader"),m=t(30),v=t(23),w=NREUM.o.EV;if("PerformanceObserver"in window&&"function"==typeof window.PerformanceObserver){u=new PerformanceObserver(r);try{u.observe({entryTypes:["paint"]})}catch(g){}d=new PerformanceObserver(o);try{d.observe({entryTypes:["largest-contentful-paint"]})}catch(g){}p=new PerformanceObserver(i);try{p.observe({type:"layout-shift",buffered:!0})}catch(g){}}if("addEventListener"in document){var y=!1,x=["click","keydown","mousedown","pointerdown","touchstart"];x.forEach(function(t){document.addEventListener(t,s,v(!1))})}m(c)}},{}],28:[function(t,e,n){function r(){function t(){return e?15&e[n++]:16*Math.random()|0}var e=null,n=0,r=window.crypto||window.msCrypto;r&&r.getRandomValues&&(e=r.getRandomValues(new Uint8Array(31)));for(var o,i="xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx",a="",s=0;s<i.length;s++)o=i[s],"x"===o?a+=t().toString(16):"y"===o?(o=3&t()|8,a+=o.toString(16)):a+=o;return a}function o(){return a(16)}function i(){return a(32)}function a(t){function e(){return n?15&n[r++]:16*Math.random()|0}var n=null,r=0,o=window.crypto||window.msCrypto;o&&o.getRandomValues&&Uint8Array&&(n=o.getRandomValues(new Uint8Array(t)));for(var i=[],a=0;a<t;a++)i.push(e().toString(16));return i.join("")}e.exports={generateUuid:r,generateSpanId:o,generateTraceId:i}},{}],29:[function(t,e,n){function r(t,e){if(!o)return!1;if(t!==o)return!1;if(!e)return!0;if(!i)return!1;for(var n=i.split("."),r=e.split("."),a=0;a<r.length;a++)if(r[a]!==n[a])return!1;return!0}var o=null,i=null,a=/Version\/(\S+)\s+Safari/;if(navigator.userAgent){var s=navigator.userAgent,c=s.match(a);c&&s.indexOf("Chrome")===-1&&s.indexOf("Chromium")===-1&&(o="Safari",i=c[1])}e.exports={agent:o,version:i,match:r}},{}],30:[function(t,e,n){function r(t){function e(){t(s&&document[s]?document[s]:document[i]?"hidden":"visible")}"addEventListener"in document&&a&&document.addEventListener(a,e,o(!1))}var o=t(23);e.exports=r;var i,a,s;"undefined"!=typeof document.hidden?(i="hidden",a="visibilitychange",s="visibilityState"):"undefined"!=typeof document.msHidden?(i="msHidden",a="msvisibilitychange"):"undefined"!=typeof document.webkitHidden&&(i="webkitHidden",a="webkitvisibilitychange",s="webkitVisibilityState")},{}],31:[function(t,e,n){function r(t,e){var n=[],r="",i=0;for(r in t)o.call(t,r)&&(n[i]=e(r,t[r]),i+=1);return n}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],32:[function(t,e,n){function r(t,e,n){e||(e=0),"undefined"==typeof n&&(n=t?t.length:0);for(var r=-1,o=n-e||0,i=Array(o<0?0:o);++r<o;)i[r]=t[e+r];return i}e.exports=r},{}],33:[function(t,e,n){e.exports={exists:"undefined"!=typeof window.performance&&window.performance.timing&&"undefined"!=typeof window.performance.timing.navigationStart}},{}],ee:[function(t,e,n){function r(){}function o(t){function e(t){return t&&t instanceof r?t:t?f(t,c,a):a()}function n(n,r,o,i,a){if(a!==!1&&(a=!0),!l.aborted||i){t&&a&&t(n,r,o);for(var s=e(o),c=m(n),f=c.length,u=0;u<f;u++)c[u].apply(s,r);var p=d[y[n]];return p&&p.push([x,n,r,s]),s}}function i(t,e){g[t]=m(t).concat(e)}function h(t,e){var n=g[t];if(n)for(var r=0;r<n.length;r++)n[r]===e&&n.splice(r,1)}function m(t){return g[t]||[]}function v(t){return p[t]=p[t]||o(n)}function w(t,e){l.aborted||u(t,function(t,n){e=e||"feature",y[n]=e,e in d||(d[e]=[])})}var g={},y={},x={on:i,addEventListener:i,removeEventListener:h,emit:n,get:v,listeners:m,context:e,buffer:w,abort:s,aborted:!1};return x}function i(t){return f(t,c,a)}function a(){return new r}function s(){(d.api||d.feature)&&(l.aborted=!0,d=l.backlog={})}var c="nr@context",f=t("gos"),u=t(31),d={},p={},l=e.exports=o();e.exports.getOrSetContext=i,l.backlog=d},{}],gos:[function(t,e,n){function r(t,e,n){if(o.call(t,e))return t[e];var r=n();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(t,e,{value:r,writable:!0,enumerable:!1}),r}catch(i){}return t[e]=r,r}var o=Object.prototype.hasOwnProperty;e.exports=r},{}],handle:[function(t,e,n){function r(t,e,n,r){o.buffer([t],r),o.emit(t,e,n)}var o=t("ee").get("handle");e.exports=r,r.ee=o},{}],id:[function(t,e,n){function r(t){var e=typeof t;return!t||"object"!==e&&"function"!==e?-1:t===window?0:a(t,i,function(){return o++})}var o=1,i="nr@id",a=t("gos");e.exports=r},{}],loader:[function(t,e,n){function r(){if(!T++){var t=O.info=NREUM.info,e=m.getElementsByTagName("script")[0];if(setTimeout(f.abort,3e4),!(t&&t.licenseKey&&t.applicationID&&e))return f.abort();c(E,function(e,n){t[e]||(t[e]=n)});var n=a();s("mark",["onload",n+O.offset],null,"api"),s("timing",["load",n]);var r=m.createElement("script");0===t.agent.indexOf("http://")||0===t.agent.indexOf("https://")?r.src=t.agent:r.src=l+"://"+t.agent,e.parentNode.insertBefore(r,e)}}function o(){"complete"===m.readyState&&i()}function i(){s("mark",["domContent",a()+O.offset],null,"api")}var a=t(26),s=t("handle"),c=t(31),f=t("ee"),u=t(29),d=t(21),p=t(23),l=d.getConfiguration("ssl")===!1?"http":"https",h=window,m=h.document,v="addEventListener",w="attachEvent",g=h.XMLHttpRequest,y=g&&g.prototype,x=!1;NREUM.o={ST:setTimeout,SI:h.setImmediate,CT:clearTimeout,XHR:g,REQ:h.Request,EV:h.Event,PR:h.Promise,MO:h.MutationObserver};var b=""+location,E={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-spa-1216.min.js"},R=g&&y&&y[v]&&!/CriOS/.test(navigator.userAgent),O=e.exports={offset:a.getLastTimestamp(),now:a,origin:b,features:{},xhrWrappable:R,userAgent:u,disabled:x};if(!x){t(20),t(27),m[v]?(m[v]("DOMContentLoaded",i,p(!1)),h[v]("load",r,p(!1))):(m[w]("onreadystatechange",o),h[w]("onload",r)),s("mark",["firstbyte",a.getLastTimestamp()],null,"api");var T=0}},{}],"wrap-function":[function(t,e,n){function r(t,e){function n(e,n,r,c,f){function nrWrapper(){var i,a,u,p;try{a=this,i=d(arguments),u="function"==typeof r?r(i,a):r||{}}catch(l){o([l,"",[i,a,c],u],t)}s(n+"start",[i,a,c],u,f);try{return p=e.apply(a,i)}catch(h){throw s(n+"err",[i,a,h],u,f),h}finally{s(n+"end",[i,a,p],u,f)}}return a(e)?e:(n||(n=""),nrWrapper[p]=e,i(e,nrWrapper,t),nrWrapper)}function r(t,e,r,o,i){r||(r="");var s,c,f,u="-"===r.charAt(0);for(f=0;f<e.length;f++)c=e[f],s=t[c],a(s)||(t[c]=n(s,u?c+r:r,o,c,i))}function s(n,r,i,a){if(!h||e){var s=h;h=!0;try{t.emit(n,r,i,e,a)}catch(c){o([c,n,r,i],t)}h=s}}return t||(t=u),n.inPlace=r,n.flag=p,n}function o(t,e){e||(e=u);try{e.emit("internal-error",t)}catch(n){}}function i(t,e,n){if(Object.defineProperty&&Object.keys)try{var r=Object.keys(t);return r.forEach(function(n){Object.defineProperty(e,n,{get:function(){return t[n]},set:function(e){return t[n]=e,e}})}),e}catch(i){o([i],n)}for(var a in t)l.call(t,a)&&(e[a]=t[a]);return e}function a(t){return!(t&&t instanceof Function&&t.apply&&!t[p])}function s(t,e){var n=e(t);return n[p]=t,i(t,n,u),n}function c(t,e,n){var r=t[e];t[e]=s(r,n)}function f(){for(var t=arguments.length,e=new Array(t),n=0;n<t;++n)e[n]=arguments[n];return e}var u=t("ee"),d=t(32),p="nr@original",l=Object.prototype.hasOwnProperty,h=!1;e.exports=r,e.exports.wrapFunction=s,e.exports.wrapInPlace=c,e.exports.argsToArray=f},{}]},{},["loader",2,17,5,3,4]);</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="format-detection" content="telephone=no">
<link href="https://www.ancestrycdn.com/ui/2.50.0-beta.55/css/core.css" rel="stylesheet" type="text/css" />
<link href="https://www.ancestrycdn.com/ui/2.50.0-beta.55/css/guidance.css" rel="stylesheet" type="text/css" />
<link href="https://www.ancestrycdn.com/ui/2.50.0-beta.55/css/paging.css" rel="stylesheet" type="text/css" />
<link href="https://www.ancestrycdn.com/ui/2.50.0-beta.55/css/sidebar.css" rel="stylesheet" type="text/css" />
<link href="https://www.ancestrycdn.com/ui/2.50.0-beta.55/css/switch.css" rel="stylesheet" type="text/css" />
<link href="https://www.ancestrycdn.com/ui/2.50.0-beta.55/css/carousel.css" rel="stylesheet" type="text/css" />
<link href="https://www.ancestrycdn.com/person-ui/css/person-view-c6c9a796.min.css" rel="stylesheet"></link>
<link href="https://www.ancestrycdn.com/person-ui/css/person-workspace-97daa507.min.css" rel="stylesheet"></link>
<link href="https://www.ancestrycdn.com/person-ui/css/person-view-modal-3d027ccd.min.css" rel="stylesheet"></link>
<link href="https://www.ancestrycdn.com/person-ui/css/person-view-print-78a5ea26.min.css" rel="stylesheet"></link>
<link href="https://www.ancestrycdn.com/person-ui/css/family-card-hints-e25dcfe9.min.css" rel="stylesheet"></link>
<link href="https://www.ancestrycdn.com/person-ui/css/belay-2a799dd1.min.css" rel="stylesheet"></link>
<link href="https://www.ancestrycdn.com/person-ui/css/potential-errors-a73246b4.min.css" rel="stylesheet"></link>
<link href="https://www.ancestrycdn.com/person-ui/css/person-view-tutorials-5eaf55fd.min.css" rel="stylesheet"></link>
<script type="text/javascript">
/* Mark Performance (Script inline to eliminate a blocking request for SpeedCurve) */
var personCardLoaded = true;
if (typeof (window.performance) == 'undefined') {
window.performance = {};
window.markers = [];
window.performance.mark = function (name) {
var newMark = {
name: name,
entryType: 'mark',
startTime: Date.now(),
duration: 0
}
window.markers.push(newMark);
}
window.performance.clearMarks = function (name) {
var top = window.markers.length;
for (var i = 0; i < top; i++) {
if (window.markers[i].name == name) {
window.markers = window.markers.splice(i, 1);
}
}
}
window.performance.measure = function (name, startMark, endMark) {
var start = window.markers[startMark].startTime,
end = window.markers[endMark].startTime,
newMark = {
name: name,
entryType: 'mark',
startTime: start,
duration: (end - start)
}
window.markers.push(newMark);
}
window.performance.clearMeasures = function (name) {
window.performance.clearMarks(name);
}
window.performance.getEntriesByName = function (name) {
var top = window.markers.length,
entries = [];
for (var i = 0; i < top; i++) {
if (window.markers[i].name == name) {
entries.push(window.markers.slice(i, 1));
}
}
return entries;
}
}
function markPerformance() {
/* This check is for safari which uses a polyfill for the window.performance object */
if (typeof (window.performance.clearMarks) != 'undefined') {
window.performance.clearMarks('fmp');
window.performance.mark('fmp');
}
}
/* Person Header Var's */
var ancestryUIVersion = 2;
var addPersonUrl = "https://addperson.ancestry.com",
personUrlPrefix = "https://www.ancestry.com/family-tree/person",
treesUrlPrefix = "https://www.ancestry.com/family-tree";
var workspaceDisplayState = "",
workspaceViewUpdates = ("False" === "True") ? true : false,
workspaceSidebarState = workspaceDisplayState.length > 0 && !workspaceViewUpdates;
var showHintsSideBar = ("False" === "True") ? true : false;
var showHintsSideBarWithType = "";
var showHintsSideBarWithId = "";
window.treeHistory = true;
window.showTreeHistory = false;
</script>
<script src="https://www.ancestrycdn.com/ui/2.50.0-beta.55/js/core.js"></script>
<script defer src="https://www.ancestrycdn.com/ui/2.50.0-beta.55/js/date-validator.js"></script>
<script defer src="https://www.ancestrycdn.com/ui/2.50.0-beta.55/js/guidance.js"></script>
<script defer src="https://www.ancestrycdn.com/ui/2.50.0-beta.55/js/paging.js"></script>
<script defer src="https://www.ancestrycdn.com/ui/2.50.0-beta.55/js/sidebar.js"></script>
<script defer src="https://www.ancestrycdn.com/ui/2.50.0-beta.55/js/switch.js"></script>
<script defer src="https://www.ancestrycdn.com/ui/2.50.0-beta.55/js/carousel.js"></script>
<script type="text/javascript">
var hwFeatureFlag = ("False" === "True"); // For turning on/off feature switches
</script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/person-website-e92c705c.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/relationshipcalculator-35c11bba.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/AddPerson-f2fc6bdf.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/AddEditPerson-e15fc571.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/tree-search-57822ca4.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/belay-8c46a485.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/jquery.doubletap-d3c4d0ed.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/person-workspace-487ef0b2.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/PersonAnalytics-c029e0be.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/UnifiedAnalytics-15d0f543.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/ui-static/lib/coco/0.0.26/coco.min.js"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/recommendations-eval-f6de33ed.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/prototype-8c98a457.min.js" type="text/javascript"></script>
<link href="https://www.ancestrycdn.com/person-ui/css/person-view-tutorials-5eaf55fd.min.css" rel="stylesheet" type="text/css" />
<script defer src="https://www.ancestrycdn.com/ui-static/lib/ajax-manager/2.0.0/ajax-manager.js"></script>
<script defer src="https://www.ancestrycdn.com/ui-static/lib/glue/1.2.0/glue-bundle.js"></script>
<script defer src="https://www.ancestrycdn.com/tao/at/2.6.3/at.js"></script>
<script defer src="https://www.ancestrycdn.com/aps-pub/live/2024070274155919/pub.js"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/dnamatches-1c4d407d.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/tree-history-03b227d4.min.js" type="text/javascript"></script>
<script defer src="https://www.ancestrycdn.com/person-ui/js/get-help-bd7de223.min.js" type="text/javascript"></script>
<link href="https://www.ancestrycdn.com/shared-navigation/header/ancestry/2.1-b/content/header-8cf1e0df.min.css" rel="stylesheet" type="text/css" />
<link href="https://www.ancestrycdn.com/shared-navigation/footer/ancestry/1.0/content/footer-db63c4d0.min.css" rel="stylesheet" type="text/css" />
<script defer src="https://www.ancestrycdn.com/banners/2/banners-injection.min.js"></script></head>
<script src="https://www.ancestrycdn.com/user-interaction-service/3.34/user-interaction-service.min.js?disabled=true" id="uis-script"></script>
<script type="text/javascript">window['UserInteractionService'] && (new UserInteractionService(['saveEventTime']))</script>
<body>
<div id="BannerRegion"></div><div id="HeaderRegion">
<nav class="nav navLoggedIn navStandard" id="nav" aria-label="Main Menu" data-nav-version="navVersion21-b" data-nav-type="ancestry-standard">
<span class="bgLight"><a href="#skipped-nav" class="hideVisually" id="navSkip">Skip Ancestry main menu</a></span>
<button type="button" class="link navMobile navLink icon iconMenu show480 calloutTriggerNoArrow" id="navMobile" aria-controls="navMobileMenu" aria-expanded="false"><span class="hideVisually">Main Menu</span></button>
<a class="navLink navLogo" data-tracking-name="Logo" href="https://www.ancestry.com"><img alt="Ancestry Home" height="18" src="https://www.ancestrycdn.com/ui-static/i/logo/ancestry.svg" width="115" /></a>
<ul class="navMainMenu hide480"><li><a class="navLink navMainLink navHome calloutTriggerNoArrow hide768 show480" data-tracking-name="Home" href="https://www.ancestry.com" id="navHome"><span id="navTitleHome">Home</span></a></li><li><a aria-expanded="false" aria-controls="navTreesMenu" role="button" class="navLink navMainLink navTrees calloutTriggerNoArrow" data-tracking-name="Family Trees" href="https://www.ancestry.com/family-tree/tree/" id="navTrees"><span id="navTitleTrees">Trees</span></a></li><li><a aria-expanded="false" aria-controls="navSearchMenu" role="button" class="navLink navMainLink navSearch calloutTriggerNoArrow" data-tracking-name="Search" href="https://www.ancestry.com/search/?searchOrigin=navigation_header" id="navSearch"><span id="navTitleSearch">Search</span></a></li><li><a class="navLink navMainLink navMemories calloutTriggerNoArrow" data-tracking-name="Memories" href="https://www.ancestry.com/c/family-tree" id="navMemories"><span id="navTitleMemories">Memories</span></a></li><li><a aria-expanded="false" aria-controls="navDnaMenu" role="button" class="navLink navMainLink navDna calloutTriggerNoArrow" data-tracking-name="AncestryDNA Learning Hub" href="https://www.ancestry.com/dna/" target="_self" id="navDna"><span id="navTitleDna">DNA</span></a></li></ul>
<ul class="navSecondaryMenu"><li id="navSubscriptionOptions"><a href="https://www.ancestry.com/account" class="navLink navCart calloutTriggerNoArrow noDisplay" id="navCart" aria-controls="navCartMenu" aria-expanded="false" data-tracking-name="Cart Opened"><span aria-hidden="true" class="icon iconCart"></span><span class="hideVisually" id="navTitleCart">Cart</span><span class="badge badgePositioned badgeColor2" id="navCartCount"></span></a></li><li><a href="https://www.ancestry.com/family-tree/tree/" class="navLink navHints calloutTriggerNoArrow" id="navHints" aria-controls="navHintsMenu" aria-expanded="false" data-tracking-name="Hints"><span aria-hidden="true" class="icon iconLeaf"></span><span class="hideVisually" id="navTitleHints">Hints.</span> <span class="badge badgePositioned badgeColor2 noDisplay" id="navHintsCount"></span></a></li><li><button type="button" class="navLink link navNotifications noDisplay" id="navNotifications" aria-expanded="false" data-tracking-name="Notifications"><span aria-hidden="true" class="icon iconBell"></span><span class="hideVisually" id="navTitleNotifications">Notifications.</span> <span class="badge badgePositioned badgeColor2 noDisplay" id="navNotificationsCount"></span></button></li><li><a href="https://www.ancestry.com/connect/messagecenter/folder/inbox/" class="navLink navMessages calloutTriggerNoArrow" id="navMessages" aria-controls="navMessagesMenu" aria-expanded="false" data-tracking-name="Messages"><span aria-hidden="true" class="icon iconMessaging"></span><span class="hideVisually" id="navTitleMessages">Messages.</span> <span class="badge badgePositioned badgeColor2 noDisplay" id="navMessagesCount"></span></a></li><li><a href="https://support.ancestry.com/s/" aria-expanded="false" aria-controls="navHelpMenu" role="button" class="navLink navMainLink navHelp calloutTriggerNoArrow" data-tracking-name="Get Help" rel="noreferrer" target="_blank" id="navHelp" title="Help"><span aria-hidden="true" class="icon iconHelp"></span></a></li><li><a href="https://www.ancestry.com/profile/" aria-expanded="false" aria-controls="navAccountMenu" role="button" class="navLink navMainLink navAccount calloutTriggerNoArrow" data-tracking-name="Account" id="navAccount" title="Account"><span aria-hidden="true" class="userCard userCardSize2 userCardInline"><span aria-hidden="true" class="userCardImg icon iconPerson" id="navAccountImage" title="Account"></span> <span class="userCardContent hideVisually768 navRestrictedName" id="navAccountUsername" ng-non-bindable></span></span></a></li></ul>
<div class="navMobileMenu calloutDomContent" id="navMobileMenu"><a class="calloutMenuTitle navMobileHome" data-tracking-name="Home" href="https://www.ancestry.com" id="navMobileHome">Home</a><div class="navTreesMenu navSubMenu navMobileSubMenu" id="navTreesMenu"><button aria-expanded="false" aria-controls="navTreesDefaultList" class="calloutMenuTitle link">Trees<span aria-hidden="true" class="iconAfter iconArrowSmallDownAfter"></span></button><div id="navTreesMenuLoading" class="loading navSubmenuLoading noDisplay"><span class="hideVisually">Loading</span></div><ul id="navTreesDefaultList" class="noDisplay"><li><a href="https://www.ancestry.com/c/family-history-learning-hub" id="navLinkFamilyHistoryLearningHub" data-tracking-name="Family History Learning Hub">Family History Learning Hub </a></li></ul></div><div class="navSearchMenu navSubMenu navMobileSubMenu" id="navSearchMenu"><button aria-expanded="false" aria-controls="navSearchDefaultList" class="calloutMenuTitle link">Search<span aria-hidden="true" class="iconAfter iconArrowSmallDownAfter"></span></button><div id="navSearchMenuLoading" class="loading navSubmenuLoading noDisplay"><span class="hideVisually">Loading</span></div><ul id="navSearchDefaultList" class=""><li><a href="https://www.ancestry.com/search/?searchOrigin=navigation_header" id="navLinkAllCategories" data-tracking-name="All Categories">All Collections </a></li><li><a href="https://www.ancestry.com/search/categories/35/?searchOrigin=navigation_header" id="navLinkCensus" data-tracking-name="Census & Voter Lists">Census & Voter Lists </a></li><li><a href="https://www.ancestry.com/search/categories/34/?searchOrigin=navigation_header" id="navLinkBMD" data-tracking-name="Birth, Marriage & Death">Birth, Marriage & Death </a></li><li><a href="https://www.ancestry.com/search/categories/39/?searchOrigin=navigation_header" id="navLinkMilitary" data-tracking-name="Military">Military </a></li><li><a href="https://www.ancestry.com/search/categories/40/?searchOrigin=navigation_header" id="navLinkImmigration" data-tracking-name="Immigration & Travel">Immigration & Travel </a></li><li><a href="https://www.ancestry.com/search/collections/pubmembertrees/?searchOrigin=navigation_header" id="navLinkPublicMemberTrees" data-tracking-name="Public Member Trees">Public Member Trees </a></li><li><a href="https://www.ancestry.com/search/collections/catalog?searchOrigin=navigation_header" id="navLinkCardCatalogCollections" data-tracking-name="Card Catalog">Card Catalog </a></li><li><a href="https://www.ancestry.com/community/membersearch" id="navLinkMemberSearch" data-tracking-name="Member Search">Member Search </a></li></ul></div><a class="calloutMenuTitle navMobileMemories" data-tracking-name="Memories" href="https://www.ancestry.com/c/family-tree" id="navMobileMemories">Memories</a><div class="navDnaMenu navSubMenu navMobileSubMenu" id="navDnaMenu"><button aria-expanded="false" aria-controls="navDnaDefaultList" class="calloutMenuTitle link">DNA<span aria-hidden="true" class="iconAfter iconArrowSmallDownAfter"></span></button><div id="navDnaMenuLoading" class="loading navSubmenuLoading noDisplay"><span class="hideVisually">Loading</span></div><ul id="navDnaDefaultList" class=""><li><a href="https://www.ancestry.com/dna/" id="navLinkAncestryDNA" data-tracking-name="AncestryDNA">AncestryDNA® </a></li><li><a href="https://www.ancestry.com/dna/activate" id="navLinkRegisterAKit" data-tracking-name="Register a Kit">Register a Kit </a></li><li><a href="https://www.ancestry.com/c/dna-learning-hub" id="navLinkAncestryDNALearningHub" data-tracking-name="Ancestry Learning Hub">AncestryDNA® Learning Hub </a></li><li><a href="https://www.ancestry.com/c/traits-learning-hub" id="navLinkTraitsLearningHub" data-tracking-name="Traits Learning Hub">Traits Learning Hub </a></li></ul></div></div><div class="calloutDomContent" id="navSecondaryMenu"><div class="navHelpMenu navSubMenu" id="navHelpMenu"><div id="navHelpMenuLoading" class="loading navSubmenuLoading noDisplay"><span class="hideVisually">Loading</span></div><ul id="navHelpDefaultList" class=""><li><a href="https://support.ancestry.com/s/" rel="noreferrer" target="_blank" id="navLinkSupportHome" data-tracking-name="Support">Support Center </a></li><li><a href="https://www.ancestry.com/academy/courses/recommended" id="navLinkAcademy" data-tracking-name="Ancestry Academy">Ancestry Academy </a></li><li><a href="https://www.ancestry.com/community" id="navLinkCommunity" data-tracking-name="Community">Community </a></li><li><a href="https://www.progenealogists.com/?test=help.default" rel="noreferrer" id="navLinkExpert" data-tracking-name="Expert Assistance">Hire an Expert </a></li><li><a href="https://status.ancestry.com" rel="noreferrer" target="_blank" id="navLinkSiteStatus" data-tracking-name="Site Status">Site Status </a></li></ul></div><div class="navAccountMenu navSubMenu" id="navAccountMenu"><div id="navAccountMenuLoading" class="loading navSubmenuLoading noDisplay"><span class="hideVisually">Loading</span></div><ul id="navAccountDefaultList" class=""><li><a href="https://www.ancestry.com/profile/" id="navLinkYourProfile" >Your Profile </a></li><li><a href="https://www.ancestry.com/account" id="navLinkYourAccount" >Account Settings </a></li><li><a href="https://www.ancestry.com/c/gift-selection" id="navLinkGiftSub" data-tracking-name="Give a Gift Subscription">Gift Memberships </a></li><li><a href="https://www.ancestry.com/account/signout?returnUrl=%7BlogoutUrl%7D" id="navLinkSignOut" >Sign Out </a></li></ul></div></div>
<div class="navHintsMenu navSubMenu calloutDomContent" id="navHintsMenu">
<h5 class="calloutMenuTitle noDisplay" id="originalNavHintsMenuTitle">Hints</h5>
<h5 class="calloutMenuTitle noDisplay" id="hmtNavHintsMenuTitle">Hints in {treeName}</h5>
<div id="navHasHints" class="noDisplay">
<ul class="navList" id="navHintsList"></ul>
</div>
<button aria-expanded="false" aria-controls="navSeeAllHintsMenu" class="link iconAfter iconArrowSmallDownAfter navLastItem noDisplay" id="navSeeAllHintsIn" type="button">See all hints in</button>
<a class="navLastItem noDisplay" data-tracking-name="View Your Tree" href="https://www.ancestry.com/family-tree/tree/" id="navSeeAllHints">See all hints</a>
<ul class="navSeeAllHintsMenu noDisplay" id="navSeeAllHintsMenu"></ul>
<div class="navLastItem navGiveFeedback noDisplay" id="navGiveFeedback">
<p>What do you think of this hint list? <a data-tracking-name="HMT Feedback" href="https://ancestry.az1.qualtrics.com/jfe/form/SV_8AknyRSVGh9rnNQ" rel="noreferrer" target="_blank">Give feedback</a></p>
</div>
<div id="navHintsMenuLoading" class="loading navSubmenuLoading noDisplay">
<span class="hideVisually">Loading</span>
</div>
</div>
<div class="navMessagesMenu navSubMenu calloutDomContent" id="navMessagesMenu" role="group" aria-labelledby="navTitleMessages">
<h2 class="calloutMenuTitle">Messages</h2>
<div id="navNoMessages" class="navEmpty noDisplay">
<p class="navEmptyText textmed bold">You have no new messages.</p>
<p class="navEmptyText">Privately and conveniently contact others researching your family through the message center.</p>
<div class="navLastItem"><a href="https://www.ancestry.com/connect/messagecenter/folder/inbox" data-tracking-name="See all messages">Go to message center</a></div>
</div>
<div id="navHasMessages" class="noDisplay">
<ul class="navList" id="navMessagesList"></ul>
<div class="navLastItem"><a href="https://www.ancestry.com/connect/messagecenter/folder/inbox" data-tracking-name="See all messages">See all messages</a></div>
</div>
<div id="navMessagesMenuLoading" class="loading navSubmenuLoading noDisplay"><span class="hideVisually">Loading</span><div style="height:100px;margin-top:-40px"></div><div class="navLastItem"><a href="https://www.ancestry.com/connect/messagecenter/folder/inbox" data-tracking-name="See all messages">See all messages</a></div></div>
</div>
</nav>
<div id="skipped-nav"></div>
<div class="navTemplates" id="navTemplates">
<script class="navTemplate" id="templateNew" type="text/html">New</script>
<script class="navTemplate" id="templateUnreadGreenIndicator" type="text/html"><span class="greenCircle"></span></script>
<script class="navTemplate" id="templateBadge" type="text/html"><span class="badge badgeColor2">{text}</span></script>
<script class="navTemplate" id="templateEnterMenu" type="text/html"><div class="a11yHint hideVisually">. Press Tab to move to submenu dialog or press Enter to navigate to this link.</div></script>
<script class="navTemplate" id="templateNotificationUsercardImage" type="text/html"><div class="userCardImg"><img class="navUserImage" src="//mediasvc.ancestry.com/v2/image/namespaces/60564/media/{imageId}?Client=Navigation&maxWidth=80&maxHeight=80" alt="" /></div></script>
<script class="navTemplate" id="templateNotificationUsercardIcon" type="text/html"><div class="userCardImg icon icon{icon}"></div></script>
<script class="navTemplate" id="templateNotificationUsercardInitials" type="text/html"><div title="{displayName}" class="userCardImg {bgClasses}">{userInitials}</div></script>
<script class="navTemplate" id="templateNotificationUsercardGroupMessage" type="text/html"><div title="{groupLabel}" class="userCardImg groupMessageImg">{groupCount}</div></script>
<script class="navTemplate" id="templateNotificationTypeIcon" type="text/html"><span class="navNotificationTypeIcon icon {iconClasses}"></span></script>
<script class="navTemplate" id="templateEmphasizedButton" type="text/html"><a class="navLink navEmphasizedButton hide480 ancBtn blue bgLight" href="{url}" data-tracking-name="{tracking}">{text}</a></script>
<script class="navTemplate" id="templateEmphasizedMobileButton" type="text/html"><a class="calloutMenuTitle navEmphasizedTitle" href="{url}" data-tracking-name="{tracking}"><span class="ancBtn blue">{text}</span></a></script>
<script class="navTemplate" id="templateNotification" type="text/html">
<li class="navListItem">
<a class="{unread}" href="{url}" data-tracking-name="{tracking}">
<div class="userCard">
{image}
<div class="userCardContent">
<h3 class="userCardTitle"><span class="userCardTitleText">{title}</span> {badge}</h3>
<p class="userCardSubTitle noTopSpacing {unreadMessage}">{subtitle}</p>
<p class="userCardSubTitle noTopSpacing messageStatusText {unreadMessageStatus}">{messageStatusText}</p>
<div class="userCardInfo">{meta}</div>
</div>
</div>
</a>
</li>
</script>
<script class="navTemplate" id="templateLanguageCallout" type="text/html">
<div class="navHintsMenu navSubMenu calloutDomContent navVersion21 hmtExperience hintMenuTwo" id="languageCallout">
<h5 class="calloutMenuTitle">{title}</h5>
<div id="navHasLangs">
<ul class="navList">
{languageItems}
</ul>
</div>
</div>
</script>
<script class="navTemplate" id="homeMenuButton" type="text/html">
<div class="navHomeMenu navSubMenu navMobileSubMenu" id="navHomeMenu">
<button aria-expanded="false" aria-controls="navHomeDefaultList" class="show480 calloutMenuTitle link">{AncestryHome}
<span aria-hidden="true" class="iconAfter iconArrowSmallDownAfter"></span>
</button>
<div id="navHomeMenuLoading" class="loading navSubmenuLoading noDisplay"><span class="hideVisually">{Loading}</span></div>
<ul id="navHomeDefaultList" class="">
<li>
<a href="{linkUrl}" id="navLinkDiscover" data-tracking-name="Discover">{Discover}</a>
</li>
<li>
<a href="{linkUrl}/myancestryfeed-ui/feed/explore" id="navLinkMyAncestryFeed" data-tracking-name="My Ancestry Feed">{MyAncestryFeed}</a>
</li>
</ul>
</div>
</script>
<script class="navTemplate" id="template_hintMenuTwo" type="text/html">
<li class="navListItem">
<a class="{unread} hmtItemPadded" href="{url}" data-tracking-name="{tracking}">
<div>
<div class="hintMenuTitle">
<h6 class="userCardTitle ellipsisTruncate">
<span class="cardTitle">{title}</span>
</h6>
{badge}
</div>
<div class="userCardInfo hmtTwoMeta">{meta}</div>
<div class="hmtTwoTypes">
<span class="userCardTitle hmtTwoTypesList">{types}</span>
</div>
</div>
</a>
</li>
</script>
</div>
<script id="navData" type="application/json">{"langResources":{"Account":"Account","AncestryHome":"Home","Circles":"Circles","DeletedUserDisplayName":"UNKNOWN","Discover":"Discover","FamilyGroups":"Family Groups","Groups":"Groups","GroupMessageLabel":"Group conversation with {otherUserCount} other users","GroupMessageTitle":"{otherUserNames}, and you","Hint_PersonHint":"Person Hint","Hint_PersonHintFor":"Person hint for","Hint_PersonHintInTreeFor":"Person hint in the {treeName} for","Hint_PhotoHint":"Photo Hint","Hint_PhotoHintFor":"Photo hint for","Hint_PhotoHintInTreeFor":"Photo hint in the {treeName} for","Hint_RecordHint":"Record Hint","Hint_RecordHintFor":"Record hint for","Hint_RecordHintInTreeFor":"Record hint in the {treeName} for","Hint_StoryHint":"Story Hint","Hint_StoryHintFor":"Story hint for","Hint_StoryHintInTreeFor":"Story hint in the {treeName} for","ImportFromFamilySearch":"Import tree from FamilySearch","Loading":"Loading","ManageAllTrees":"Create & Manage Trees","MessageDeletedLoggedInUser":"You deleted a message","MessageDeletedOtherUser":"{displayName} deleted a message","MessageDeletedUnknownUser":"Message deleted","MessageHidden":"Hidden message","MyAncestryFeed":"My Ancestry Feed","New":"New","NotificationsTitle":"Notifications","NotificationsEmptyStateMessage":"Nothing to see yet","NotificationsEmptyStateDetails":"Stay tuned! We'll let you know when we have notifications for you.","NotificationsFeedbackPrompt":"Help improve this experience. {openTag}Give feedback.{closeTag}","OnSale":"On sale","StartFreeTrial":"Start Free Trial","StartTree":"Start a New Tree","Subscribe":"Subscribe","Updated":"Updated","Upgrade":"Upgrade","UpgradeToProTools":"Upgrade to Pro Tools","UploadGedcom":"Upload a GEDCOM","FamilyHistoryLearningHub":"Family History Learning Hub","HMT_PHOTO":"photo","HMT_PERSON":"person","HMT_STORY":"story","HMT_RECORD":"record","HintType":"{hintType} hints","ListHintTypes":"{delimitedHintTypes}, and {lastHintsType} hints","SelectLanguage":"Select language","TranslationInProgress":"We're still translating some content.","Close":"Close","MoreFunctions":"More","NowLabel":"now","MinutesAgoAbbreviation":"m","HoursAgoAbbreviation":"h","DaysAgoAbbreviation":"d","WeeksAgoAbbreviation":"w","GroupNew":"New","GroupPrevious":"Previous","MarkAsRead":"Mark as read","Dismiss":"Dismiss","UnreadLabel":"Unread","You":"You","Pro":"Pro","Locked":"Locked"},"siteType":"undefined","addTracking":true,"isLoggedIn":true,"showSurveyLink":false,"urlClearCart":"https://www.ancestry.com/app-api/header/ClearCart","urlClearAllHints":"https://www.ancestry.com/api/uhome/secure/rest/header/clear-all-hints","urlGetNewDnaLinks":"https://www.ancestry.com/api/uhome/secure/rest/header/dna","urlGetNewUserInfo":"https://www.ancestry.com/api/uhome/secure/rest/user/headerdata","urlNotificationBase":"/api/notification-agg/secure/rest/header/notifications","urlGetMessages":"https://www.ancestry.com/app-api/express/v2/conversations?q=user:[userId]&limit=5","urlGetNewTrees":"https://www.ancestry.com/api/uhome/secure/rest/header/trees","urlGetMessageCount":"https://www.ancestry.com/app-api/express/v2/user/[userId]/unread-messages-count","urlCirclesLink":"https://www.ancestry.com/circles","aggSplitUrlBase":"https://www.ancestry.com/api/uhome/secure/split/test","showFamilyGroups":true,"uhomeAggUrlBase":"https://www.ancestry.com/api/uhome/secure/rest","partnerId":"0","cultureCode":"en-us","storyScoutBadgeEndDate":"2021-06-15T00:00:00","isHintMenuFeedbackEnabled":"false","hintsFeedbackLink":"https://ancestry.az1.qualtrics.com/jfe/form/SV_8AknyRSVGh9rnNQ","showNewTagForTraitsStartDate":"2021-07-01T00:00:00","ethnicityInheritanceLaunchBadgeEndDate":"2023-10-02T00:00:00","matchesPromoBadgeEndDate":"2022-11-07T00:00:00","acceptLanguage":"en-US,es-MX","supportedLocales":[{"language":"en","title":"English (EN)"},{"language":"de","title":"Deutsch (DE)"},{"language":"fr","title":"Français (FR)"},{"language":"it","title":"Italiano (IT)"},{"language":"es","title":"Español (ES) *"},{"language":"sv","title":"Svenska (SV)"}],"selectedTabName":"Trees","returnUrl":"%7BlogoutUrl%7D"}</script>
<!--<div id="HeaderRegion"></div>--></div>
<div class="sidebarWrapper sidebarPush">
<div class="pageWrap">
<div class="personView" id="personView">
<link href="https://www.ancestrycdn.com/person-factsui/31f33be/css/factsui.css" rel="stylesheet" />
<header class="pageHeader bgDark bgColor1 pageHeaderNotStory pageHeaderFacts pageHeaderIsGuestOrContributor"">
<div class="printFriendlyActions bgColor8" id="printFriendlyActions">
<div class="ancGrid">
<div class="ancCol">
<button aria-label="Print" class="ancBtn ancBtnIconOnly480 printFriendlyBtn icon iconPrint" onclick="closeMyCanvasGuidance(); window.print();" type="button"><span class="hideVisually480">Print</span></button>
<button aria-label="Customize" class="ancBtn ancBtnIconOnly480 silver printFriendlyBtn icon iconSettings iconAfter iconArrowSmallDownAfter" id="printFriendlyCustomizeBtn" type="button"><span class="hideVisually480">Customize</span></button>
<button aria-label="Cancel" class="link icon iconClose printFriendlyCancelLink" onclick="closeCallouts(); closeMyCanvasGuidance(); afterPrint();" type="button"><span class="hideVisually320">Cancel</span></button>
</div>
</div>
</div>
<div class="pageActions">
<nav aria-label="Tree actions" class="pageCrumbs">
<a aria-label="View in tree" class="ancBtn ancBtnIconOnly ancBtnL silver icon iconTreePedigree" href="https://www.ancestry.com/family-tree/tree/72611798/family?fpid=142592617499"><span class="hideVisually">View in tree</span></a><button class="ancBtn ancBtnM ancBtnIconOnly480 silver treePagesButton iconAfter iconArrowSmallDownAfter" title="Wertheimer Family Tree" type="button"><span class="hideVisually480 textClipped">Wertheimer Family Tree</span></button><button aria-label="Find in tree" class="ancBtn ancBtnR ancBtnIconOnly480 silver icon iconPersonFind treeOptions calloutTriggerNoArrow" id="treeSearchButton" type="button"><span class="hideVisually768">Find in tree</span></button>
</nav>
<a aria-label="Search" class="ancBtn ancBtnIconOnly480 ancBtnL silver icon iconSearch" href="/search?userId=09ba0862-0006-0000-0000-000000000000&tid=72611798&pid=142592617499&ssrc=pt&usePUBJs=true" onclick="uaTrackLinkData({s:'pui_poc',sv:23,ct:'search',op:'factsPersonSearch',cl:'personPage',cst:'searchResultView',en:'FactsSearchRecordsClicked'}); setSearchWithHistoryUrl();"><span class="hideVisually768">Search</span></a><button aria-label="Tools" class="ancBtn ancBtnR ancBtnIconOnly480 silver icon iconTools iconAfter iconArrowSmallDownAfter personToolsGuest" type="button"><span class="hideVisually768">Tools</span></button>
<script defer src="https://www.ancestrycdn.com/person-ui/js/mini-profile-172608f7.min.js" type="text/javascript"></script>
<script type="text/javascript">
'use strict';
window.miniProfUrl = '/tree/72611798/person/142592617499/gettreeownerminiprofile';
window.miniProfRoleText = '';
window.miniProfColorPref = ' bgDark';
window.miniProfAltText = 'Profile photo';
window.miniProfLinkText = 'View profile for the owner of this tree, {owner}';
</script>
<input type="hidden" id="familySearchId" value="" />
<input type="hidden" id="treeId" value="72611798" />
<input type="hidden" id="personId" value="142592617499" />
</div>
<div class="personCardContainer topSpacing" id="personCardContainer">
<script type="text/javascript">
var rcLoadTitle = ' Calculating relationship',
rcTid = '72611798',
rcPid = '142592617499',
rcDomain = 'https://www.ancestry.com/family-tree/person',
tagCount = '0',
pcExcludedPids = '142592617499,142592616580,142592616992,142592616385,142592617603,142592617165';
</script>
<div class="pageHeaderCenter" id="personCard">
<div class="pagePrintLogo"><img alt="Ancestry" height="28" id="ancestryBlackLogo" src="https://www.ancestrycdn.com/ui-static/i/logo/ancestry-black.svg" width="160" /></div>
<div class="userCard userCardSize1 userCardStacked320 userCardInline noTopSpacing">
<div aria-hidden="true" class="userCardImg userCardImgSquare userCardImgOriginal icon iconFemale" role="presentation"></div>
<div class="userCardContent">
<h1 class="userCardTitle textWrap">antonia ofner de dietrichstein</h1>
<script type="text/javascript">
markPerformance();
</script>
<h2 class="userCardSubTitle text4xlrg noTopSpacing">1825–1898</h2>
<div class="userCardEvents">
<p class="birthEvent"><span class="userCardEvent">Birth</span> <span class="userCardEventDetail factBirth"><span class="birthDate">1825</span></span></p>
<p class="deathEvent noTopSpacing"><span class="userCardEvent">Death</span> <span class="userCardEventDetail factDeath"><span class="deathDate">1898</span></span></p>
</div>
<div class="userCardInfo noTopSpacing" id="userCardInfoPC" tabindex="-1">
<span class="notPrintable" id="notesSpan"></span>
<span class="notPrintable" id="commentsSpan"></span>
<span class="notPrintable" id="addTagSpan"></span>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var PersonCard = {
autoSaveTime: '10000',
cacheUrl: 'https://c.mfcreative.com',
canViewLiving: (('False' === 'True') ? true : false),
colorPreference: ' bgDark bgColor1',
cultureCode: 'en-US',
editRelationshipUrl: 'https://www.ancestrycdn.com/person-ui/js/edit-relationship-2e7647a3.min.js',
enableIPNS: 'true',
fedFeatureSwitch: 'False',
fedFeatureSwitchAlt: 'False',
jsAssets: ["https://www.ancestrycdn.com/person-ui/js/validation-5967298f.min.js"],
personId: '142592617499',
treeId: '72611798',
userId: '09ba0862-0006-0000-0000-000000000000',
isTreePublic: 'True',
primaryImageId: '',
tabName: 'facts',
domId: 'personPageFacts',
ipnsUrl: 'https://ipns.ancestry.com/user/09ba0862-0006-0000-0000-000000000000',
cmsUrlBase: 'https://www.ancestry.com/cs',
isAddSibling: false,
isFamilySearchUser: 'false' === 'true',
isLiving: (('False' === 'True') ? true : false),
isOwner: (('False' === 'True') ? true : false),
isProfileImageCropEnabled: 'true' === 'true',
showMyCanvas: 'true' === 'true',
firstTimePrintView: 'true' === 'true',
hasEditRights: 'false' === 'true',
hasContributorRights: 'false' === 'true',
loadHintsAndMediaFromUIServers: ('false' === 'true'),
mediaItemsCount: -1,
showFsWidget: 'false' === 'true',
showFindAPerson: ('true' === 'true'),
showNewFactsUI: ('true' === 'true'),
showNotesInPersonCard: 'true',
showPersonWorkspace: (('True' === 'True') ? true : false),
treeHistory: (('False' === 'True') ? true : false),
showSearchSidePanel: (('True' === 'True') ? true : false),
showCommentsInPersonCard: 'true',
autoCompleteDates: ('true' === 'true'),
autoCompletePersonUrl: 'https://www.ancestry.com/family-tree/person/suggest/v2/person?treeId=72611798&canseeliving=false&serviceDown=none&excludePids={excludePids}',
doHintsABTest: 'True',
showNodeFEM: 'True',
showMediaModal: 'False',
useNewAddPerson: 'True',
cocoAddPerson: (('False' === 'True') ? true : false),
cocoEditRelationships: (('False' === 'True') ? true : false),
cocoSelectTreeMedia: (('False' === 'True') ? true : false),
cocoWorkspace: (('False' === 'True') ? true : false),
doFEMLogging: 'False',
useUBEForPageContentView: (('False' === 'True') ? true : false),
useFactsUIReload: ('true' === 'true'),
domain: {
trees: 'https://www.ancestry.com/family-tree',
person: 'https://www.ancestry.com/family-tree/person',
mediaAPI: 'https://www.ancestry.com/api/media/viewer',
mediaSvc: 'https://mediasvc.ancestry.com',
mediaUI: 'https://www.ancestry.com/media/viewer',
suggestPlace: 'https://www.ancestry.com/family-tree/person'
},
URL: {
current: 'https://www.ancestry.com/family-tree/person/facts/user/09ba0862-0006-0000-0000-000000000000/tree/72611798/person/142592617499/factsglue',
lifestory: 'https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617499/story',
factsHref: 'https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617499/facts',
galleryHref: 'https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617499/gallery',
hintsHref: 'https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617499/hints',
storyHref: 'https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617499/story',
story: '/tree/72611798/person/142592617499/content/storybody?pguid=00000000-0000-0000-0000-000000000000',
explore: '/tree/72611798/person/142592617499/content/explorebody?pguid=00000000-0000-0000-0000-000000000000',
facts: 'https://www.ancestry.com/family-tree/person/facts/user/09ba0862-0006-0000-0000-000000000000/tree/72611798/person/142592617499/factsglue',
gallery: '/tree/72611798/person/142592617499/content/gallerybody?pguid=00000000-0000-0000-0000-000000000000',
hints: '/tree/72611798/person/142592617499/content/hintsbody?pguid=00000000-0000-0000-0000-000000000000',
primaryImage: '',
primaryImageSource: '',
saveToTree: 'https://www.ancestry.com/family-tree/modals/saveperson/tree/72611798/person/142592617499',
sidePanelSearchJS: 'https://www.ancestrycdn.com/treesui-tools/searchsidepanelbundle-38c97d56.min.js',
sidePanelSelectPersonUrl: 'https://www.ancestry.com/family-tree/person/tree/72611798/person/{personId}',
removePerson: '/tree/72611798/person/142592617499/removePerson',
setPersonPageView: '/setPersonPageView',
editRelationships: '/modals/editrelationships/tree/72611798/person/142592617499',
angular: 'https://www.ancestrycdn.com/ui-static/lib/angular/1.2.3/angular.min.js',
commentsJsUrl: 'https://www.ancestry.com/comments/jsfile?includeDomain=true',
commentsCssUrl: 'https://www.ancestry.com/comments/cssfile?includeDomain=true',
getPersonCard: '/tree/72611798/person/142592617499/facts/personcard',
hintsCountUrl: 'https://www.ancestry.com/hintsui-personhints/api/hints/parts/personhintscount?treeId=72611798&personId=142592617499&acceptance=pending&format=plain',
suggestPlaceUrl: 'https://www.ancestry.com/family-tree/person/suggest/v2/place?treeId=72611798&tad=none&userId=09ba0862-0006-0000-0000-000000000000',
personGoodnessUIContentUrl: 'https://www.ancestry.com/family-tree/person/quality/user/09ba0862-0006-0000-0000-000000000000/tree/72611798/person/142592617499/quality',
hintsEvalUIContentUrl: 'https://www.ancestrycdn.com/hintsui-eval/1.0.0-1389/init.js',
personTaskerDataUrl: 'https://www.ancestry.com/family-tree/person/quality/user/09ba0862-0006-0000-0000-000000000000/tree/72611798/person/142592617499/taskerdata',
personWorkspaceUIContentUrl: 'https://www.ancestry.com/family-tree/person/workspace/user/09ba0862-0006-0000-0000-000000000000/tree/72611798/person/142592617499?showUserCard=false',
addPersonModalUrl: 'https://www.ancestry.com/family-tree/person/addedit/user/09ba0862-0006-0000-0000-000000000000/tree/72611798/person/142592617499/add?canseeliving=false&excludePids={{excludePids}}',
quickEditModalUrl: 'https://www.ancestry.com/family-tree/person/addedit/user/09ba0862-0006-0000-0000-000000000000/tree/{treeid}/person/{personid}/edit?sid=1st',
getDnaMatchUrl: 'https://www.ancestry.com/family-tree/person/card/user/09ba0862-0006-0000-0000-000000000000/tree/72611798/person/142592617499/dnamatch',
getFactsUIUrl: 'https://www.ancestry.com/family-tree/person/facts/user/09ba0862-0006-0000-0000-000000000000/tree/72611798/person/142592617499',
getLifeStoryUIUrl: 'https://www.ancestry.com/family-tree/person/story/user/09ba0862-0006-0000-0000-000000000000/tree/72611798/person/142592617499'
},
name: 'antonia ofner de dietrichstein',
fullName: { given: 'antonia ', surname: 'ofner de dietrichstein', suffix: '' },
treeName: 'Wertheimer Family Tree',
lifeYearRange: '1825\u0026ndash;1898',
birthPlace: '',
birthDate: '1825',
deathPlace: '',
deathDate: '1898',
gender: 'Female',
photo: '' + '<div class="userCardImg icon iconFemale"></div>' + '',
showDnaMatchOnProfileImage: '1st',
text: {
addMyTreeTags: 'Add MyTreeTags',
addPersonErrorText: 'Sorry, this feature is unavailable at this time. Please try again later.',
quickEditModalTitle: 'Quick edit',
cancel: 'Cancel',
changesSaved: 'Changes saved',
changesNotSaved: 'Changes not saved',
close: 'Close',
editRelsModalTitle: 'Edit relationships for {fullName}',
editRelationshipsError: 'Sorry, we're temporarily unable to show any relationships. Please try again later.',
editTags: 'Edit tags',
factsTabName: 'Facts',
galleryTabName: 'Gallery',
hintsTabName: 'Hints',
ok: 'OK',
lifeStoryTabName: 'LifeStory',
removePersonTitle: 'Delete person?',
role: 'Your role',
saveToTreeTitle: 'Save this person to your tree',
saveToTreeError: 'An error occurred while trying to retrieve your Tree information. Please try again.',
getTreeMediaError: 'An error occurred while retrieving your media items.',
mediaNotAvailable: 'Sorry, we’re temporarily unable to show any media for this Tree.<br/>Please try again later.',
savingChanges: 'Saving changes…',
saving: 'Saving',
tooManyCustomError: '',
other: 'Other',
others: 'Others',
personDefaultError: 'We’re sorry, this person’s information is temporarily unavailable.<br>You can try <button type="button" onclick="{reload}" class="link"> reloading the page</button>, or come back later.',
print: 'Print',
printingOptionsTitle: 'Printing options',
removeProfileImageTitle: 'Failed to Remove',
removeProfileImageError: 'Profile image can’t be removed. Please try again later.',
chooseProfileImageModalTitle: 'Select a profile image for {personName}',
addMediaToLifeStoryModalTitle: 'Add media to LifeStory.',
addMediaToLifeStoryError: 'Photo was not able to be added to your timeline at this time. Please try again later.',
motherComplete: 'MotherComplete',
fatherComplete: 'FatherComplete',
childComplete: 'ChildComplete',
spouseComplete: 'SpouseComplete',
motherCompleteUse: 'Use if there is no documented mother, or if all documented mothers have been attached to this person.',
fatherCompleteUse: 'Use if there is no documented father, or if all documented fathers have been attached to this person.',
childCompleteUse: 'Use if there are no documented children, or if all documented children have been attached to this person.',
spouseCompleteUse: 'Use if there is no documented spouse, or if all documented spouses have been attached to this person.',
viewComments: 'View comments',
viewMatchProfile: 'View match profile',
viewNotes: 'View notes'
},
modals: {
deletePerson:
'<div class="form modalPersonView modalRemovePerson modalHasTitle" id="modalRemovePerson">' +
'<header class="modalHeader">' +
'<h4 class="modalTitle">Delete person?</h4>' +
'</header>' +
'<div class="ancGrid">' +
'<div class="ancCol w100">' +
'<p>Are you sure you want to permanently delete this person from your tree?</p>' +
'</div>' +
'<footer class="ancCol ancColRow w100">' +
'<div class="ancGrid ancGridSmall full480">' +
'<div class="ancCol">' +
'<button class="ancBtn lrg closeModal full480" id="RemoveModalOkButton" type="button">Delete</button>' +
'</div>' +
'<div class="ancCol">' +
'<button class="ancBtn silver lrg closeModal full480" onclick="uaTrackClickData({ct:\'cancel\', op:\'deletePerson\', cl:\'editModal\',en:\'ProfileImageClicked\'})" type="button">Cancel</button>' +
'</div>' +
'</div>' +
'</footer>' +
'</div>' +
'</div>'
}
};
PersonCard.getHelp = {
callout: {
info: 'If you’re stuck or not sure how to find more details about antonia, we have a few things you can try.',
title: 'Need more help?'
},
showGuidance: 'True' === 'True' ? true : false
};
PersonCard.savetoTreeNoSourceWarning = {
continue: 'Continue',
goBack: 'Go back',
modalMessage: 'There aren\'t any records attached to this person, so the details here may not be correct. Go back to double-check the details, or continue to save this to your tree.',
modalTitle: 'Heads up!',
showWarning: 'True' === 'True' ? true : false
};
if (window.PersonCard.showNewFactsUI) {
PersonCard.hasComments = undefined;
PersonCard.notes = '';
let tags = [];
if (0 > 0) {
}
PersonCard.tags = tags;
}
</script>
</div>
<nav aria-label="Research tabs" class="tabsWrapper bgLight bodyBkgAlt">
<div class="tabs tabs480 noTopSpacing" data-allow-urls="true" data-tab="pages" id="personTabs">
<a class="tab" onclick="uaTrackTabClick({event, isPublic: 'True', role: 'Guest'});" href="https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617499/story" id="tabStory">LifeStory</a>
<a aria-current="page" class="tab active" onclick="uaTrackTabClick({event, isPublic: 'True', role: 'Guest'});" href="https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617499/facts" id="tabFacts">Facts</a>
<a class="tab" onclick="uaTrackTabClick({event, isPublic: 'True', role: 'Guest'});" href="https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617499/gallery" id="tabGallery">Gallery</a>
</div>
</nav>
<div style="display:none;" id="htMBoxDiv"></div>
<div class="calloutDomContent" id="treePagesCalloutDomContent">
<ul class="treePagesList" id="treePagesList">
<li><a aria-label="View tree" class="icon iconTreePedigree setTreeLink" href="TreeViewer" id="TreeViewer">View tree</a></li>
<li><a aria-label="Media gallery" class="icon iconGallery setTreeLink" href="TreeMediaGallery" id="TreeMediaGallery">Media gallery</a></li>
<li><a aria-label="Family group sheet" class="icon iconFamily setTreeLink" href="TreeFamilyGroupSheet" id="TreeFamilyGroupSheet">Family group sheet</a></li>
</ul>
</div>
<div class="noDisplay" id="findPersonActions">
<ul>
<li><a class="autocompleteResult icon iconHome" href="https://www.ancestry.com/family-tree/person/tree/72611798/person/46263761663" id="HomePersonLink">Home Person</a></li>
<li><a class="autocompleteResult icon iconList" href="https://www.ancestry.com/family-tree/tree/72611798/listofallpeople" id="ListOfAllPeopleLink">List of All People</a></li>
</ul>
</div>
<div class="calloutDomContent" id="guestToolsCalloutDomContent">
<ul class="guestToolsList">
<li><a class="link" href="https://www.ancestry.com/family-tree/tree/72611798/family?cfpid=142592617499"><span aria-hidden="true" class="icon iconTreePedigree"></span>View in tree</a></li>
<li><button aria-controls="WorkspaceComponent" aria-expanded="false" aria-label="View comments" class="link icon iconMessageBoard personCommentsBtn" onclick="uaTrackClickData({ct:'viewComments',op:'Comments',cl:'researchMenuDropdown',d:0,cd:{s:'cui_coc',ct:'ec',ot:'persona',cont:'other'},en:'ResearchMenuClicked'});" type="button">View comments</button></li>
<li><button aria-label="Save to tree" class="link icon iconSave saveToTree" type="button">Save to tree</button></li>
<li class="printOptionForLifeStoryAndFacts"><button aria-label="Print-friendly" class="link icon iconPrint" onclick="uaTrackClickData({ct:'print',op:'printProfile',cl:'researchMenuDropdown',en:'ResearchMenuClicked'});" type="button">Print-friendly</button></li>
<li><a class="memberConnect memberConnectLink" href="" onclick="uaTrackLinkData({s:'pui_poc',sv:23,ct:'memberConnect',op:'memberConnect',cl:'researchMenuDropdown',d:0,en:'ResearchMenuClicked'});"><span aria-hidden="true" class="icon iconPeople"></span>Member connect</a></li>
<li id="helpVideosDiv"><button aria-label="Learn the basics with videos from Ancestry Academy." class="link icon iconHelp" id="helpVideosTrigger" onclick="uaTrackClickData({ct:'tutorials',op:'researchMenu',cl:'researchMenuDropdown',en:'ResearchMenuClicked'});" type="button">Tutorials</button></li>
</ul>
</div>
</header>
<hr class="noTopSpacing notPrintable" />
<div class="personViewPages page pageWidth2" id="personTabsContent" data-tab-group="pages" role="main">
<div aria-busy="false" class="tabContent tabContentStory" id="tabContentStory">
<div class="personPage personPageStory con conNoBorder" id="personPageStory">
</div>
</div>
<div aria-busy="false" class="tabContent tabContentFacts active" id="tabContentFacts">
<div class="personPage personPageFacts" id="personPageFacts">
<div aria-busy="true" class="loading loadingLarge" data-informationbannercontent="" id="factsUIComponent" style="min-height:345px;"><script>window.researchData = {"PersonFacts":[{"Type":59,"FactType":0,"TypeString":"Name","Title":"Person/event_name","Value":"antonia ofner de dietrichstein","Date":null,"Place":null,"PlaceGpids":null,"Year":null,"Description":null,"Age":0,"SortDate":"\/Date(-62135571600000)\/","AssertionId":"586901297126","SourceCitationIDs":null,"SourceCitationCount":0,"MediaItemsCount":0,"HasHints":false,"PrimaryMediaItem":null,"HasLifestoryOptions":false,"CanEdit":true,"IsAlternate":false,"FactTargetPerson":null,"HasCustomTitle":false,"SubBbog":null,"IsLastChronilogicalDate":false,"Reasons":null,"Query":null,"Treatment":null,"StoryId":null,"PrimaryRecordId":null,"HeroImageLink":null,"StoryLink":null,"StoryIntro":null,"Attributes":null,"ChapterType":0,"OrderableEventName":"Life Event"},{"Type":44,"FactType":0,"TypeString":"Gender","Title":"Person/event_gender","Value":"Female","Date":null,"Place":null,"PlaceGpids":null,"Year":null,"Description":null,"Age":0,"SortDate":"\/Date(-62135571600000)\/","AssertionId":"586901297127","SourceCitationIDs":null,"SourceCitationCount":0,"MediaItemsCount":0,"HasHints":false,"PrimaryMediaItem":null,"HasLifestoryOptions":false,"CanEdit":true,"IsAlternate":false,"FactTargetPerson":null,"HasCustomTitle":false,"SubBbog":null,"IsLastChronilogicalDate":false,"Reasons":null,"Query":null,"Treatment":null,"StoryId":null,"PrimaryRecordId":null,"HeroImageLink":null,"StoryLink":null,"StoryIntro":null,"Attributes":null,"ChapterType":0,"OrderableEventName":"Life Event"},{"Type":12,"FactType":0,"TypeString":"Birth","Title":"Person/event_birth","Value":null,"Date":"1825","Place":"","PlaceGpids":{"CityId":0,"TownshipId":0,"StateId":0,"CountyId":0,"CountryId":0},"Year":"1825","Description":null,"Age":0,"SortDate":"\/Date(-62135571600000)\/","AssertionId":"586901297129","SourceCitationIDs":null,"SourceCitationCount":0,"MediaItemsCount":0,"HasHints":false,"PrimaryMediaItem":null,"HasLifestoryOptions":true,"CanEdit":true,"IsAlternate":false,"FactTargetPerson":null,"HasCustomTitle":false,"SubBbog":null,"IsLastChronilogicalDate":false,"Reasons":null,"Query":null,"Treatment":null,"StoryId":null,"PrimaryRecordId":null,"HeroImageLink":null,"StoryLink":null,"StoryIntro":null,"Attributes":null,"ChapterType":0,"OrderableEventName":"Life Event"},{"Type":0,"FactType":1,"TypeString":null,"Title":"Death of half-brother","Value":null,"Date":"1857","Place":"","PlaceGpids":null,"Year":"1857","Description":"","Age":32,"SortDate":"\/Date(-62135571600000)\/","AssertionId":"586901291697","SourceCitationIDs":null,"SourceCitationCount":0,"MediaItemsCount":0,"HasHints":false,"PrimaryMediaItem":null,"HasLifestoryOptions":false,"CanEdit":false,"IsAlternate":false,"FactTargetPerson":{"Id":142592616385,"FullName":"joseph ofner ","ClickUrl":"https://www.ancestry.com/family-tree/person/tree/72611798/person/142592616385","Gender":"Male","LifeRange":"1823\u0026ndash;1857","PrimaryImageUrl":null,"PrimaryImageCropRect":null,"RelationshipType":null,"RelationshipModifier":null,"IsLiving":false},"HasCustomTitle":true,"SubBbog":null,"IsLastChronilogicalDate":false,"Reasons":null,"Query":null,"Treatment":null,"StoryId":null,"PrimaryRecordId":null,"HeroImageLink":null,"StoryLink":null,"StoryIntro":null,"Attributes":null,"ChapterType":0,"OrderableEventName":"Family Event"},{"Type":0,"FactType":1,"TypeString":null,"Title":"Death of father","Value":null,"Date":"1861","Place":"","PlaceGpids":null,"Year":"1861","Description":"","Age":36,"SortDate":"\/Date(-62135571600000)\/","AssertionId":"586901292645","SourceCitationIDs":null,"SourceCitationCount":0,"MediaItemsCount":0,"HasHints":false,"PrimaryMediaItem":null,"HasLifestoryOptions":false,"CanEdit":false,"IsAlternate":false,"FactTargetPerson":{"Id":142592616580,"FullName":"filip (fulop) ofner","ClickUrl":"https://www.ancestry.com/family-tree/person/tree/72611798/person/142592616580","Gender":"Male","LifeRange":"1778\u0026ndash;1861","PrimaryImageUrl":null,"PrimaryImageCropRect":null,"RelationshipType":null,"RelationshipModifier":null,"IsLiving":false},"HasCustomTitle":true,"SubBbog":null,"IsLastChronilogicalDate":false,"Reasons":null,"Query":null,"Treatment":null,"StoryId":null,"PrimaryRecordId":null,"HeroImageLink":null,"StoryLink":null,"StoryIntro":null,"Attributes":null,"ChapterType":0,"OrderableEventName":"Family Event"},{"Type":24,"FactType":0,"TypeString":"Death","Title":"Person/event_death","Value":null,"Date":"1898","Place":"","PlaceGpids":{"CityId":0,"TownshipId":0,"StateId":0,"CountyId":0,"CountryId":0},"Year":"1898","Description":null,"Age":73,"SortDate":"\/Date(-62135571600000)\/","AssertionId":"586901297128","SourceCitationIDs":null,"SourceCitationCount":0,"MediaItemsCount":0,"HasHints":false,"PrimaryMediaItem":null,"HasLifestoryOptions":true,"CanEdit":true,"IsAlternate":false,"FactTargetPerson":null,"HasCustomTitle":false,"SubBbog":null,"IsLastChronilogicalDate":false,"Reasons":null,"Query":null,"Treatment":null,"StoryId":null,"PrimaryRecordId":null,"HeroImageLink":null,"StoryLink":null,"StoryIntro":null,"Attributes":null,"ChapterType":0,"OrderableEventName":"Life Event"}],"PersonSources":[],"UGCPersonSources":[],"PersonWebLinks":[],"NewPersonHints":[],"ResearchFamily":{"Fathers":[{"Id":142592616580,"FullName":"filip (fulop) ofner","ClickUrl":"https://www.ancestry.com/family-tree/person/tree/72611798/person/142592616580","Gender":"Male","LifeRange":"1778\u0026ndash;1861","PrimaryImageUrl":null,"PrimaryImageCropRect":null,"RelationshipType":"0","RelationshipModifier":"0","IsLiving":false}],"Mothers":[{"Id":142592616992,"FullName":"nina de ofner","ClickUrl":"https://www.ancestry.com/family-tree/person/tree/72611798/person/142592616992","Gender":"Female","LifeRange":"","PrimaryImageUrl":null,"PrimaryImageCropRect":null,"RelationshipType":"1","RelationshipModifier":"0","IsLiving":false}],"Siblings":[{"Id":142592617165,"FullName":"michael mihaly ofner","ClickUrl":"https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617165","Gender":"Male","LifeRange":"1823\u0026ndash;1907","PrimaryImageUrl":"https://mediasvc.ancestry.com/v2/image/namespaces/1093/media/f3d5e8db-878d-4d32-80ac-22aa27609d64.jpg?client=TreeService","PrimaryImageCropRect":null,"RelationshipType":"0","RelationshipModifier":"0","IsLiving":false},{"Id":142592617603,"FullName":"N. ofner","ClickUrl":"https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617603","Gender":"Male","LifeRange":"","PrimaryImageUrl":null,"PrimaryImageCropRect":null,"RelationshipType":"0","RelationshipModifier":"0","IsLiving":false}],"HalfSiblings":[{"Id":142592616385,"FullName":"joseph ofner ","ClickUrl":"https://www.ancestry.com/family-tree/person/tree/72611798/person/142592616385","Gender":"Male","LifeRange":"1823\u0026ndash;1857","PrimaryImageUrl":null,"PrimaryImageCropRect":null,"RelationshipType":"0","RelationshipModifier":"0","IsLiving":false}],"Spouses":[{"Id":0,"FullName":"No spouse","ClickUrl":"","Gender":"Male","LifeRange":null,"PrimaryImageUrl":null,"PrimaryImageCropRect":null,"RelationshipType":null,"RelationshipModifier":null,"IsLiving":false}],"Children":[]},"ParentType":1,"HasAlternates":false,"ShowFactsAndSources":true,"HasTreeEditRights":false,"HasTreeContributionRights":false,"HasHints":false,"ShowNameAndGender":false,"ShowHistoricalInsights":false,"ShowFamilyEvents":true,"ShowAlternateEvents":false,"ShowAllParents":false,"PersonFullName":"antonia ofner de dietrichstein","IsPersonLiving":false,"RecordSearchUrl":"/search?userId=09ba0862-0006-0000-0000-000000000000\u0026tid=72611798\u0026pid=142592617499\u0026ssrc=pt\u0026usePUBJs=true","AddSourceUrl":"https://www.ancestry.com/family-tree/person/tree/72611798/person/142592617499/citation/create","MediaItemsCount":0,"HintsCount":0,"ExcludedPids":["142592617499","142592616580","142592616992","142592616385","142592617603","142592617165"],"CultureId":null,"ErrorMessages":null,"FailurePoints":null,"HasError":false,"HasRecordSources":false,"HasMemberTreeAccess":1};</script></div>
</div>
</div>
<div aria-busy="false" class="tabContent tabContentGallery" id="tabContentGallery">
<div class="personPage personPageGallery con conNoBorder topSpacingBlock" id="personPageGallery">
</div>
</div>
</div>
<script defer src="https://www.ancestrycdn.com/person-factsui/31f33be/js/factsui.js"></script>
</div>
</div>
<script src="https://www.ancestrycdn.com/ui-static/lib/jquery/3.1.1/jquery.min.js"></script>
<div id="FooterRegion">
<footer class="footer clearfix" id="footer" role="contentinfo">
<div class="footerLinks clearfix textsml" id="footerLinks">
<ul><li id="footer-supportcenter"><a class="footerLink" id="footer-link-supportcenter" href="https://support.ancestry.com/s/" rel="noreferrer">Support Center</a></li><li id="footer-blog"><a class="footerLink" id="footer-link-blog" href="https://blogs.ancestry.com/cm/" rel="noreferrer">Ancestry Blog</a></li><li id="footer-sitemap"><a class="footerLink" id="footer-link-sitemap" href="https://www.ancestry.com/cs/sitemap" >Site Map</a></li><li id="footer-giftsubfooter"><a class="footerLink" id="footer-link-giftsubfooter" href="https://www.ancestry.com/c/gift-selection" >Gift Memberships</a></li><li id="footer-careers"><a class="footerLink" id="footer-link-careers" href="https://careers.ancestry.com/homepage" rel="noreferrer">Careers</a></li></ul>
<div class="footerSelects" id="footerSelects">
<div class="footerFlexColumn" id="footerFlexColumn">
<form action="" class="form footerSites" id="footerSites" method="post">
<label class="footerSitesLabel" for="footerSitesSelect"><span class="hide480">Visit our other sites:</span><span class="show480">Other Sites:</span></label>
<select class="footerSitesSelect" id="footerSitesSelect"><optgroup label="International"><option id="OS_US" data-tracking-name="us_en" value="https://www.ancestry.com" selected>United States</option><option id="OS_UK" data-tracking-name="uk_en" value="https://www.ancestry.co.uk" >United Kingdom</option><option id="OS_CA_EN" data-tracking-name="ca_en" value="https://www.ancestry.ca?lcid=4105" >Canada (English)</option><option id="OS_CA_FR" data-tracking-name="ca_fr" value="https://www.ancestry.ca?lcid=3084" >Canada (Français)</option><option id="OS_AU" data-tracking-name="au_en" value="https://www.ancestry.com.au" >Australia</option><option id="OS_DE" data-tracking-name="de_de" value="https://www.ancestry.de" >Deutschland</option><option id="OS_IT" data-tracking-name="it_it" value="https://www.ancestry.it" >Italia</option><option id="OS_FR" data-tracking-name="fr_fr" value="https://www.ancestry.fr" >France</option><option id="OS_SE" data-tracking-name="se_se" value="https://www.ancestry.se" >Sverige</option><option id="OS_MX" data-tracking-name="mx_es" value="https://www.ancestry.mx" >México</option></optgroup><optgroup label="Visit our other sites:"><option id="OS_Corporate" data-tracking-name="Ancestry Corporate" value="https://www.ancestry.com/corporate/" >Ancestry Corporate</option><option id="OS_Fold3" data-tracking-name="Fold3.com" value="https://www.fold3.com/" >Fold3.com</option><option id="OS_Forces-War-Records" data-tracking-name="Forces War Records" value="https://www.forceswarrecords.com/" >ForcesWarRecords.com</option><option id="OS_Geneanet" data-tracking-name="Geneanet.org" value="https://geneanet.org/" >Geneanet.org</option><option id="OS_Newspapers" data-tracking-name="Newspapers.com" value="https://www.newspapers.com/" >Newspapers.com</option><option id="OS_Progen" data-tracking-name="ProGenealogists.com" value="https://www.progenealogists.com/" >ProGenealogists.com</option><option id="OS_RootsWeb" data-tracking-name="RootsWeb.com" value="http://www.rootsweb.com" >RootsWeb.com</option></optgroup></select><input class="ancBtn silver" type="submit" value="Go" />
</form>
<form action="" class="form footerSites noDisplay" id="footerLanguage" method="post">
<label class="footerSitesLabel" for="footerLanguageSelect"><span>Select language:</span></label>
<select class="footerSitesSelect" id="footerLanguageSelect">
</select><input class="ancBtn silver" type="submit" value="Go" />
</form>
</div>
</div>
</div>
<ul class="footerLegal" id="footerLegal"><li class="footerLegalLink">© 1997-2024 Ancestry</li><li class="footerLegalLink"><a id="footer-link-corporateinfo" href="https://www.ancestry.com/corporate/" >Corporate Information</a></li><li class="footerLegalLink"><a id="footer-link-privacy" href="https://www.ancestry.com/cs/privacyphilosophy" >Privacy</a></li><li class="footerLegalLink"><a id="footer-link-termsandconditions" href="https://www.ancestry.com/cs/legal/termsandconditions" >Terms and Conditions</a></li><li class="footerLegalLink"><a id="footer-link-ccpanoticeatcollection" href="https://www.ancestry.com/cs/legal/privacystatement#personal-info-categories" >CCPA Notice at Collection</a></li><li class="footerLegalLink noDisplay"><a id="footer-link-ccpadonotsellshare" href="/legal/ccpa-donotshare-sell" >Do not sell or share my personal information</a></li><li class="footerLegalLink"><a id="footer-link-patentancestry" href="https://www.ancestry.com/cs/legal/patents" >Patent</a></li></ul>
</footer><!--<div id="FooterRegion"></div>--></div>
</div>
<script src="https://www.ancestrycdn.com/shared-navigation/header/ancestry/2.1-b/content/header-5e96532c.js" type="text/javascript"></script>
<script src="https://www.ancestrycdn.com/shared-navigation/footer/ancestry/1.0/content/footer-8615446f.js" type="text/javascript"></script>
<div id="prototypeMBox"></div>
<script type="text/javascript">
/* Site Banners url */
var bannersUrl = '//www.ancestry.com/Banners/API/Get/99';
/* Mbox */
var enablePrototypeMboxes = true;
var addPersonUrl = "https://addperson.ancestry.com";
</script>
<script type="text/javascript" async src="https://www.ancestrycdn.com/ui-static/lib/tracking/11/tracking.js"></script>
<script>
const stackId = "99";
var page_name = "ancestry us : personui : personviews : facts"
</script>
<script type="text/javascript">
/* TODO: remove old analytics, once the change to UBE is complete */
if (window.useUTAGTracking && window.utag) {
/* Utag */
window.utag_cfg_ovrd = { noview: true }; /* tell Tealium the page is dynamic (this initially pauses Tealium) */
var page_name = "ancestry us : personui : personviews : facts"
var pageviewData = {
"page_name": page_name
};
}
</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:'8a3fb86478372f4c',t:'MTcyMTEwOTA4NS4wMDAwMDA='};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>
<script>window.unifiedTrackingConfig={options:{autoStartTracking:true,enableLogging:false,useTagManagement:false,loadTrackingLibrary:false},vendors:[{name:"adobemc",consent:"analytics3rd",config:{}}]};</script><script defer src="https://www.ancestrycdn.com/webui-unifiedtracking/1.0.309/unified-tracking.js"></script></html><!-- SN:IP-10-155-48-17 -->