Files
context/html/bible-tree.html
T
2019-09-28 11:12:25 -04:00

4276 lines
230 KiB
HTML

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<!--
This Family Echo file is Copyright (c) Familiality Ltd.
This file may be distributed only in whole and unmodified, as part of a
family downloaded from Family Echo. You may make this file available on the
World Wide Web without modification, only if used to display a family
downloaded from Family Echo. You may make copies of this file for personal
archiving purposes, only as part of a family downloaded from Family Echo.
This file may not be distributed or copied for any other purpose. You are
not permitted to modify, merge, publish, sublicense, rent, sell, lease,
loan, decompile, reverse engineer or create derivative works from this file.
This copyright and license notice must be kept in all copies of this file.
-->
<STYLE>
body {margin:0px;}
body,td,select {font-family:arial; font-size:12px;}
a:link,a:active,a:visited {text-decoration:none; color:#000099;}
a:hover {text-decoration:underline;}
.lbody {background-color:#e1e1e1;}
.rbody {background-color:#ffffff;}
.mbody {background-color:#d6ddff; border:outset #666666 2px; padding:8px;}
.fullsize {width:100%; height:100%;}
.tm {margin-top:12px; margin-bottom:0px;}
.td {margin-top:24px; margin-bottom:0px;}
.pt {margin-top:12px; margin-bottom:24px; text-align:center; font-weight:bold; font-size:20px;}
.hiderows {display: none;}
.showrows {display: block; display:table-row-group;}
.dline {background:#444444; position:absolute; font-size:0px; line-height:0%;}
.ddotted {position:absolute; font-size:0px; line-height:0%; border:1px #444444 dotted;}
.dbox {border-radius:8px; border: solid black; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.dcella {text-align:center; color:#000000; overflow:hidden;}
.dcelld {text-align:center; color:#777777; overflow:hidden;}
.db,.db1,.db2,.db3,.db4 {display:block; overflow:hidden; font-size:1px;}
.db1,.db2,.db3,.db4 {height:1px;}
.db2,.db3,.db4 {border-left:1px solid #000; border-right:1px solid #000;}
.db1 {margin:0 5px; background:#000;}
.db2 {margin:0 3px; border-width:0 2px;}
.db3 {margin:0 2px;}
.db4 {margin:0 1px;}
.dc {display:block; border:0 solid #000; border-width:0 1px;}
.di {position:absolute; cursor:pointer; overflow:hidden;}
.sname {font-size:18px; font-weight:bold; color:#000000; text-align:center;}
.sdefname {font-size:18px; color:#666666; text-align:center;}
.simage {border:1px #666666 solid;}
.snormal {padding:2px 4px 2px 4px;}
.sleft {color:#222222; padding:2px 2px 2px 4px; text-align:right;}
.sright {width:176px; padding:2px 6px 2px 2px;}
.sboth {padding:2px 4px 2px 4px; text-align:center;}
.sfield {width:176px; font-family:arial; font-size:12px;}
.syear {width:3.5em;}
.sselect {font-family:arial; font-size:12px;}
.ibutton, .sbutton, .sbutton2 {font-family:arial; font-size:12px; padding:1px 0;}
.sbutton {width:240px;}
.sbutton2 {width:112px;}
.spanel {border-left:solid #666666 1px; border-right:solid #666666 1px; border-bottom:solid #666666 1px;}
.sswitch {padding-bottom:4px; border-bottom:solid #666666 1px; padding-left:5px; padding-top:5px; padding-right:5px;}
.sswitched {padding:4px; padding-bottom:5px; border-left:solid #666666 1px; border-top:solid #666666 1px; border-right:solid #666666 1px;}
.sswitchedlink {color:#222222;}
.sswitchedlink:hover {text-decoration:none;}
.slist a,.slist div {padding:2px 4px; display:block; color:#000;}
.slist a:hover {background:#ddd; text-decoration:none;}
.marginon {left:0px; top:0px; height:100%; margin-left:320px; margin-right:0px;}
.marginoff {left:0px; top:0px; height:100%; margin-left:0px; margin-right:0px;}
.dright {position:absolute; left:0px; width:100%}
.dleft {position:absolute; left:0px; top:0px; width:320px; border-right:solid #666666 1px; height:100%; overflow-y:auto;}
.blankpixel {background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== );}</STYLE>
<TITLE>Family Echo - Family 3</TITLE>
<META NAME="Description" CONTENT="Draw your printable family tree online. Free and easy to use, no login required. Add photos and share with your family. Import/export GEDCOM files.">
<SCRIPT language="JavaScript"><!--
var staticMode=true;
var hideSidebar=false;
var noCentering=false;
var defaultZoom=1.25;
var defaultDetail=null;
var defaultBirthName=0;
var defaultMiddleName=0;
var defaultShowPhoto=0;
var defaultCousins=2;
var defaultChildren=8;
var defaultParents=5;
var nameColors={
living : '#000',
deceased : '#777'
};
--></SCRIPT>
<script type="text/javascript">
function GE(e){
return document.getElementById(e);
};
function SV(e,v){
GE(e).value=v?v:"";
};
function GV(e){
return GE(e).value;
};
function SO(e,v){
var s=GE(e);
var v=v?v:"";
for(var j=0;j<s.options.length;j++){
if(s.options[j].value==v){
s.selectedIndex=j;
}
}
};
function GO(e){
var v=GE(e);
return v.options[v.selectedIndex].value;
};
function SS(e,s){
GE(e).style.display=s?"inline":"none";
};
function GS(e){
return GE(e).style.display!="none";
};
function SI(e,v){
GE(e).style.visibility=v?"visible":"hidden";
};
function GI(e){
return GE(e).style.visibility!="hidden";
};
function FS(e){
GE(e).focus();
GE(e).select();
};
function SR(e,s){
GE(e).className=s?"showrows":"hiderows";
};
function SH(e,h){
GE(e).innerHTML=h;
};
function ST(e,t){
GE(e).innerHTML=EH(t);
};
function NE(s){
return s.replace(/\r\n?/g,"\n");
};
function EH(v){
return v.replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/</g,"&lt;").replace(/>/g,"&gt;");
};
function EL(v){
return v?EH(v.replace(/\n/g,"^$")).replace(/\^\$/g,"<BR>"):"";
};
function DT(){
return (new Date()).getTime();
};
function BR(_1,_2,_3){
var _4=_1+"ap_"+_2+".php?";
for(var j in _3){
if(_3[j]!=null){
_4+=(j+"="+escape(_3[j])+"&");
}
}
return _4;
};
function BA(_5,_6,_7){
return BR(_5,_6,_7)+"_="+(DT()+Math.random());
};
function AG(_8,_9,_a,_b){
new Ajax.Request(BA("ap/",_8,_9),{method:"post",onComplete:function(_c){
_a(_8,_b,((_c.status==200)&&_c.responseText)?eval("("+_c.responseText+")"):{});
}});
};
function AP(_d,_e,_f,_10,_11){
new Ajax.Request(BA("ap/",_d,_e),{method:"post",postBody:_f,onComplete:function(_12){
_10(_d,_11,((_12.status==200)&&_12.responseText)?eval("("+_12.responseText+")"):{});
}});
};
var Bw=null;
function CE(w){
Bw=w;
window.onerror=SE;
};
function TR(){
var s="";
for(var a=TR;a;a=a.caller){
s+=(a.name||a.toString().match(/function (\w*)/))+"<";
if(a.caller==a){
break;
}
}
return s;
};
function SE(m,u,l,w){
w=w||window;
if(Bw){
if(Bw.SE){
Bw.SE(m,u,l,w);
}
}else{
AP("log_js_error",{},m+"|"+(w?w.location:"")+"|"+u+"|"+l+"|",function(){
},null);
}
};
function RE(e){
alert(e);
};
function SC(n,v){
var d=new Date();
d.setTime(d.getTime()+365*86400000);
document.cookie=n+"="+v+"; expires="+d.toGMTString()+"; path=/";
};
function GC(n){
var cs=document.cookie.split(";");
for(var j=0;j<cs.length;j++){
var c=cs[j];
while(c.charAt(0)==" "){
c=c.substring(1,c.length);
}
if(c.substring(0,n.length+1)==(n+"=")){
return c.substring(n.length+1,c.length);
}
}
return null;
};
function UL(l){
var dw=self.screen.width,dh=self.screen.height;
if(top.innerHeight){
dw=top.innerWidth;
dh=top.innerHeight;
}else{
if(top.document.documentElement&&top.document.documentElement.clientHeight){
dw=top.document.documentElement.clientWidth;
dh=top.document.documentElement.clientHeight;
}else{
if(top.document.body){
dw=top.document.body.clientWidth;
dh=top.document.body.clientHeight;
}
}
}
var w=window.open(l.href,"uplink","toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1,"+"width="+(dw-64)+",height="+(dh-64));
if(w){
w.focus();
}
return !w;
};
</script> <script type="text/javascript">
var Fmn=["","Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];
var Fgn={"":"","f":"Female","m":"Male","o":"Other"};
function FAA(a,v){
a[a.length]=v;
};
function FRF(f,ap,fp){
for(var i in f){
var p=f[i];
p.c=[];
p.pc={};
p.fg=false;
if(p.m&&!f[p.m]){
p.m=null;
}
if(p.f&&!f[p.f]){
p.f=null;
}
if(p.s&&!f[p.s]){
p.s=null;
}
if(p.s){
p.pc[p.s]=true;
}
if(p.ep){
for(var j in p.ep){
if(p.ep[j]&&f[j]){
p.pc[j]=true;
}
}
}
}
var ai=0;
for(var i in f){
var p=f[i];
var mi=p.m;
var fi=p.f;
p.i=i;
p.h=null;
p.n=null;
p.hp=false;
ai++;
p.ai=ai;
if(p.p){
var _1=p.p.split(" ");
for(j=0;j<_1.length;j++){
if(_1[j].length){
p.h=_1[j];
var sn=p.l||p.q;
p.n=p.h+(sn?(" "+sn):"");
p.hp=true;
break;
}
}
}
if(mi&&fi){
f[mi].pc[fi]=true;
f[fi].pc[mi]=true;
}
if(mi){
FAA(f[mi].c,i);
}
if(fi){
FAA(f[fi].c,i);
}
}
for(var i in f){
var p=f[i];
var mi=p.m;
var fi=p.f;
if(!p.h){
if(i==ap){
p.h="Me";
}else{
if(i==fp){
p.h="Founder";
}else{
var r=p["^"];
if(r&&f[r]&&f[r].h){
if((r==mi)||(r==fi)){
p.h=FPT(f[r],((p.g=="f")?"Daughter":((p.g=="m")?"Son":"Child")));
}else{
if(f[r].m==i){
p.h=FPT(f[r],"Mother");
}else{
if(f[r].f==i){
p.h=FPT(f[r],"Father");
}else{
if((mi&&(f[r].m==mi))||(fi&&(f[r].f==fi))){
p.h=FPT(f[r],(((f[r].m==mi)&&(f[r].f==fi))?"":"Half ")+((p.g=="f")?"Sister":((p.g=="m")?"Brother":"Sibling")));
}else{
if(r==p.s){
p.h=FPT(f[r],"Partner");
}else{
if(f[r].pc[i]){
p.h=FPT(f[r],"Ex-partner");
}
}
}
}
}
}
}
}
}
if(!p.h){
p.h="Anon "+p.ai;
}
p.n=p.h;
}
p.cp=0;
for(var pi in p.pc){
p.cp++;
}
p.es=p.s||((p.cp==1)?pi:null);
}
if(fp){
FSR(f,fp,"fg",true,true,true,true,true,false);
}
};
function FSR(f,i,l,u,uu,d,dd,a,aa){
if(i&&f[i]&&!f[i][l]){
var p=f[i];
p[l]=true;
if(u){
FSR(f,p.m,l,uu,uu,dd,dd,aa,aa);
FSR(f,p.f,l,uu,uu,dd,dd,aa,aa);
}
if(d){
for(var j=0;j<p.c.length;j++){
FSR(f,p.c[j],l,false,false,dd,dd,aa,aa);
}
}
if(a){
FSR(f,p.es,l,uu,uu,dd,dd,aa,aa);
for(var pi in p.pc){
FSR(f,pi,l,uu,uu,dd,dd,aa,aa);
}
}
}
};
function FDF(f,i,si,sf,st){
for(var j in f){
f[j].cf=false;
}
FCF(f,i,"cf",null,si,sf,st);
var df=[];
for(var j in f){
if(!f[j].cf){
df[df.length]=j;
}
}
return df;
};
function FCF(f,i,l,fi,si,sf,st){
if(i&&f[i]&&!f[i][l]&&(i!=si)&&((i!=st)||(fi!=sf))){
var p=f[i];
p[l]=true;
FCF(f,p.m,l,i,si,sf,st);
FCF(f,p.f,l,i,si,sf,st);
for(var j=0;j<p.c.length;j++){
FCF(f,p.c[j],l,i,si,sf,st);
}
for(var pi in p.pc){
FCF(f,pi,l,i,si,sf,st);
}
}
};
function FCS(f,i){
for(var j in f){
f[j].sf=false;
}
FSR(f,i,"sf",true,true,true,true,false,true);
FSR(f,f[i].es,"sf",false,false,true,true,false,true);
for(var pi in f[i].pc){
FSR(f,pi,"sf",false,false,true,true,false,true);
}
var sf=[];
for(var j in f){
if(f[j].sf){
sf[sf.length]=j;
}
}
return sf;
};
function FMS(f,mi,fi){
return f[mi]&&f[fi]&&(f[mi].s==fi)&&(f[fi].s==mi);
};
function FGM(g){
return (g=="f")?-1:((g=="m")?1:0);
};
function FCM(p1,p2){
return (p1?FGM(p1.g):0)-(p2?FGM(p2.g):0);
};
function FSM(f,i,si){
var cm=FCM(i?f[i]:null,si?f[si]:null);
return cm?(cm<0):(si?(i<si):false);
};
function FIG(g){
return (g=="m")?"f":((g=="f")?"m":null);
};
function FPR(f,i){
var p=f[i];
for(var j in f){
f[j].rf=false;
}
FSR(f,i,"rf",false,false,true,true,false,false);
f[i].rf=false;
FSR(f,i,"rf",false,false,false,false,true,false);
FSR(f,p.m,"rf",true,true,false,false,false,false);
FSR(f,p.f,"rf",true,true,false,false,false,false);
var ra=[];
for(var j in f){
if(!f[j].rf){
FAA(ra,j);
}
}
return ra;
};
function FAR(f,i,si){
for(var j in f){
f[j].pf=false;
}
for(var pi in f[i].pc){
FSR(f,pi,"pf",true,false,false,false,false,false);
}
FSR(f,i,"pf",false,false,true,true,false,false);
if(si){
FPR(f,si);
}
var pa=[];
for(var j in f){
if((!f[j].pf)&&((!si)||f[si].pc[j]||(!f[j].rf))){
FAA(pa,j);
}
}
return pa;
};
function FPD(d){
try{
return {d:parseInt(d.substring(6,8),10),m:parseInt(d.substring(4,6),10),y:parseInt(d.substring(0,4),10)};
}
catch(e){
return "";
}
};
function FDT(d){
var p=FPD(d?d.toString():"");
return (p.m?((p.d?(p.d+" "):"")+Fmn[p.m]+" "):"")+(p.y?p.y:"");
};
function FDE(v,m,l){
v=parseInt(v);
v="0000"+((isNaN(v)||(v<0))?0:((v>m)?m:v));
return v.substring(v.length-l,v.length);
};
function FDS(d,m,y){
return FDE(y,9999,4)+FDE(m,12,2)+FDE(d,31,2);
};
function FPT(p,r){
return r+" of "+p.h;
};
function FCC(p1,p2){
var b1=(p1.b&&parseInt(p1.b.substring(0,4),10))?parseInt(p1.b,10):99999999;
var b2=(p2.b&&parseInt(p2.b.substring(0,4),10))?parseInt(p2.b,10):99999999;
if(b1<b2){
return -1;
}else{
if(b2<b1){
return 1;
}
}
if(p1.ai<p2.ai){
return -1;
}else{
if(p1.ai>p2.ai){
return 1;
}
}
return 0;
};
function FSC(f,ci){
var cp=[];
for(var j=0;j<ci.length;j++){
cp[cp.length]=f[ci[j]];
}
cp.sort(FCC);
ci.length=0;
for(var j=0;j<cp.length;j++){
ci[ci.length]=cp[j].i;
}
};
function FLA(f,i){
var ac=[];
var c=f[i].c;
for(var j=0;j<c.length;j++){
var cp=f[c[j]];
if(!(cp.m&&f[cp.m]&&cp.f&&f[cp.f])){
FAA(ac,c[j]);
}
}
FSC(f,ac);
return ac;
};
function FLP(f,i,pi){
var tc=[];
var c=f[i].c;
for(var j=0;j<c.length;j++){
var cp=f[c[j]];
if(((cp.m==i)&&(cp.f==pi))||((cp.f==i)&&(cp.m==pi))){
FAA(tc,c[j]);
}
}
FSC(f,tc);
return tc;
};
function FLS(f,i){
var bs=[];
var mi=f[i].m;
var fi=f[i].f;
var cs={};
if(mi&&f[mi]){
var c=f[mi].c;
for(var j=0;j<c.length;j++){
cs[c[j]]=true;
}
}
if(fi&&f[fi]){
var c=f[fi].c;
for(var j=0;j<c.length;j++){
cs[c[j]]=true;
}
}
for(var j in cs){
if(j!=i){
if(((f[j].m==mi)&&(f[j].f==fi))||((f[j].m==fi)&&(f[j].f==mi))){
FAA(bs,j);
}
}
}
FSC(f,bs);
return bs;
};
</script> <script type="text/javascript">
var Efa={};
var Efo;
var Ewr;
var Ewp=null;
var Ead;
var Eve;
var Ezf,Esd=null,Ebn=false,Emn=false,Esp=false;
var Eeq=[];
var Esc=false;
var Ess="",Eis="";
var Eec=null;
var Epc=null;
var staticModeAfterRead;
var lastHash,currentHash;
var Elb=null;
var Ebi;
var Esb;
var Elh=null;
function PL(){
if(!staticMode){
CE();
}
if(hideSidebar){
ESI(false);
}
if(staticMode||((typeof (Ajax)!="undefined")&&Ajax.getTransport())){
window.onbeforeunload=EPU;
var c=GC("zoomfactor");
var zf=parseFloat((c===null)?defaultZoom:c);
Ezf=((zf>=0.25)&&(zf<=2))?zf:1.25;
var c=GC("showbirthname");
Ebn=parseInt((c===null)?defaultBirthName:c)?true:false;
var c=GC("showmiddlename");
Emn=parseInt((c===null)?defaultMiddleName:c)?true:false;
var c=GC("showphoto");
Esp=parseInt((c===null)?defaultShowPhoto:c)?true:false;
var c=GC("showdetail");
Esd=(c===null)?defaultDetail:c;
NSD(Esd);
var c=GC("showcousins");
NSC((c===null)?defaultCousins:c);
var c=GC("showchildren");
NSH((c===null)?defaultChildren:c);
var c=GC("showparents");
NSA((c===null)?defaultParents:c);
Ebi=(document.all&&(navigator.userAgent.toLowerCase().indexOf("msie")>=0));
Esb=(navigator.userAgent.toLowerCase().indexOf("safari")>=0);
TIS(GE("treemargin"));
if(staticMode){
Ewr=false;
Efo=GV("founderid");
var h=new String(window.location.hash);
if(h.length&&(h.charAt(0)=="#")){
h=h.substring(1);
}
var a=h.split(":");
var m=a[0];
var i=a[1];
if(i){
SV("viewpersonid",i);
}
if(m){
SV("viewmode",m);
}
SS("printbutton",false);
ERP(false);
}else{
Ewr=true;
Ead=true;
Efo=GV("personid");
var fi=GV("familyid");
var ic=GV("importcacheid");
if(fi||ic){
AG("family_read",{f:fi,i:ic,p:GV("personid"),c:GV("checksum"),s:GV("sessionid")},EFR,fi&&(ic||GV("newscript").length));
}else{
ERP(false);
}
}
}else{
SS("treebg",false);
SS("noajax",true);
}
};
function page_resized(){
nav_position_find();
};
function ESB(l){
if(!Esb){
if(Ebi){
Elh=l;
setTimeout("GE('backframe').src='back.htm?"+l+"';",100);
}else{
window.location.hash=l;
}
}
};
function EBI(l){
var h=new String(l.search);
var p=h.lastIndexOf("?");
if(p>=0){
h=h.substring(p+1);
}
if(Elh&&(Elh!=h)){
return;
}
Elh=null;
window.location.hash=h;
};
function EBT(){
if(!Esb){
var h=new String(window.location.hash);
if(h.length&&(h.charAt(0)=="#")){
h=h.substring(1);
}
if(Elh&&(Elh!=h)){
return;
}
var a=h.split(":");
var m=a[0];
var i=a[1];
lastHash=currentHash;
currentHash=m;
if((i&&(i!=GV("viewpersonid")))||(m&&(m!=GV("viewmode")))){
if((Eec!==null)&&(i==Epc)&&(m==="view")){
EFE(false);
}else{
if(i&&Efa[i]){
SV("viewpersonid",i);
}
if(m){
SV("viewmode",m);
}
EUS(false,null,null,true,true);
}
}
}
};
function EPU(e){
if((!Esc)&&(!staticMode)){
if(GV("newscript").length||GV("importcacheid")){
e=e||window.event;
var m="If you leave this page before saving, your changes to this family will be lost.";
e.returnValue=m;
return m;
}
}
};
function ESC(){
Esc=true;
};
function EFR(_1,_2,_3){
if(_3.ok){
Efa={};
if(_3.f){
if(_3.ar){
ERS(_3.t);
Ess=_3.t;
Eve=_3.v;
Ewr=_3.aw;
Ewp=_3.pw?GV("personid"):null;
Ead=_3.aa;
Efo=_3.fp;
}else{
RE("You do not have permission to view this family");
}
}
if(_3.m){
ERS(_3.m);
Eis=_3.m;
if(_3.ro){
staticMode=true;
staticModeAfterRead=true;
Ewr=false;
Ewp=false;
SS("do_signin",false);
SH("lfooterlinks","Family displayed via the <A HREF=\"http://www.familyecho.com/\" TARGET=\"_blank\">Family Echo</A> API.");
}
if(_3.lo){
SH("lfamilyname",_3.lo);
}
}
}else{
RE("This family could not currently be located. This may be due to occasional system maintenance, so please try again in a few hours.");
}
ERP(_2);
};
function ERP(_4){
ERS(GV("newscript"));
if(Esd===null){
Esd="";
for(var j in Efa){
if(Efa[j].r){
Esp=true;
}
}
NSD(Esd);
}
EUS(true,null,GV("viewmode"),true,false);
if(_4){
ESS();
}else{
EUL(false);
}
setInterval(EBT,250);
};
function EUS(r,i,m,d,s,_5){
var pi=Evp=GV("viewpersonid");
var pm=viewMode=GV("viewmode");
if(r){
var ap=GV("personid");
if(Efo&&!Efa[Efo]){
Efa[Efo]={};
}
FRF(Efa,ap,Efo);
if(ap&&Efa[ap]){
NSP(ap);
SV("name",Efa[ap].n);
SV("email",Efa[ap].e);
}else{
NSP(Efo);
}
var fc=0;
for(var j in Efa){
fc++;
}
NCP(fc);
if((staticMode||GV("familyid"))&&Efo&&Efa[Efo]){
if(!staticMode){
var _6=GE("lfamilyinfo"),_7="Founded by "+Efa[Efo].n,_8="<a href=\"\" onclick=\"ESM('history'); return false\">View history...</a>";
_6.innerHTML=EH(_7)+" - "+_8;
}else{
ST("lfamilyinfo",(Efo&&Efa[Efo])?("Founded by "+Efa[Efo].n):"");
}
}else{
ST("lfamilyinfo","");
}
}
if(i){
Evp=i;
}
if(m){
viewMode=m;
}
if((!Evp)||(!Efa[Evp])){
if(Efo&&Efa[Efo]){
Evp=Efo;
}else{
for(Evp in Efa){
break;
}
}
}
SV("viewpersonid",Evp);
SV("viewmode",viewMode);
if(viewMode=="history"){
ESI(true);
if((!Esb&&lastHash!=viewMode)||(Esb&&m)){
GE("extraframe").src="history.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&s="+escape(GV("sessionid"));
}
SI("extradiv",true);
}else{
if(viewMode=="share"){
ESI(true);
GE("extraframe").src="share.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&i="+escape(Evp)+"&s="+escape(GV("sessionid"))+"&z="+((Efa[Evp].z!="1")?0:1)+(_5!==undefined?"&return="+_5:"");
SI("extradiv",true);
}else{
if(viewMode=="download"){
ESI(true);
GE("extraframe").src="download.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&s="+escape(GV("sessionid"));
SI("extradiv",true);
}else{
if(viewMode=="print"){
ESI(true);
if(m){
GE("extraframe").src="print.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&s="+escape(GV("sessionid"));
}
SI("extradiv",true);
}else{
if(viewMode=="import"){
ESI(true);
GE("extraframe").src="import.php?p="+escape(GV("personid"));
SI("extradiv",true);
}else{
if(viewMode=="importfinish"){
}else{
if(GI("extradiv")){
GE("extraframe").src="";
SI("extradiv",false);
}
}
}
}
}
}
}
if(navigator.userAgent.match(/(iPod|iPhone|iPad)/)&&navigator.userAgent.match(/AppleWebKit/)){
SS("extradiv",GI("extradiv"));
}
SSE(Evp,viewMode);
var uf=(viewMode=="website")?"w":((viewMode=="blog")?"B":((viewMode=="photos")?"P":null));
if(uf){
GE("externalurl").src=Efa[Evp][uf];
SS("externaldiv",true);
SSU(true);
}else{
if(GS("externaldiv")){
SS("externaldiv",false);
GE("externalurl").src="";
SSU(false);
}
}
if(i||m){
ESB(viewMode+":"+Evp);
}
if(d||(Evp!=pi)){
TRT(Efa,Evp,GV("personid"),Esd,Ebn,Emn,Esp,NGH(),NGA(),NGC(),pi,Ezf,s);
NRT();
}
if(r||(Evp!=pi)){
if(parent&&parent.postMessage){
parent.postMessage("focus="+Evp,"*");
}
}
};
function EUF(){
EUS(true,null,null,true,false);
};
function ERF(){
EUS(false,null,null,true,true);
};
function ESP(i,s){
EHW();
for(var j=0;j<(Eeq.length-1);j++){
if(Eeq[j]==i){
Eeq.splice(j,1);
EUS(false,i,"edit",false,s);
return;
}
}
var vm=GV("viewmode");
Eeq=[];
EUS(false,i,((vm=="share")||(vm=="print")||(vm=="history"))?null:"view",false,s);
};
function ESM(m,_9){
EUS(false,null,m,false,false,_9);
};
function ECS(){
Eec=GV("newscript").length;
Epc=GV("viewpersonid");
};
function ESE(r,i,b){
Eeq=[];
for(var j=1;j<i.length;j++){
Eeq[Eeq.length]=i[j];
}
Eeq[Eeq.length]=b;
EHW();
EUS(r,i[0],"edit",r,true);
};
function EFE(a){
if(a){
if(Eeq.length<=1){
ESS();
EHW();
EUS(false,Eeq.length?Eeq[0]:null,"view",false,true);
Eec=null;
}else{
EUS(false,Eeq.shift(),"edit",false,true);
}
}else{
if(Eec!==null){
ESM("view");
Efa={};
ERS(Ess);
ERS(Eis);
var ks=GV("newscript");
ks=ks.substring(0,Eec);
SV("newscript",ks);
ERS(ks);
Eec=null;
EUS(true,Epc,"view",true,true);
}else{
EUS(true,null,"view",true,true);
}
EUL(false);
}
};
function EFV(i,p,v){
if(i){
Efa[i]=Efa[i]||{};
if((p=="x")||(p=="s")){
if(Efa[i].s&&Efa[Efa[i].s]){
Efa[Efa[i].s].s=null;
}
}
if(p=="x"){
delete Efa[i];
}else{
if((p=="s")&&v){
Efa[v]=Efa[v]||{};
if(Efa[v].s&&Efa[Efa[v].s]){
Efa[Efa[v].s].s=null;
}
Efa[v].s=i;
}
Efa[i][p]=v?v:null;
}
}
};
function EPV(i1,i2,p,v){
if(i1&&i2){
Efa[i1]=Efa[i1]||{};
Efa[i2]=Efa[i2]||{};
var fn=p+"p";
Efa[i1][fn]=Efa[i1][fn]||{};
Efa[i2][fn]=Efa[i2][fn]||{};
Efa[i1][fn][i2]=v.length?v:null;
Efa[i2][fn][i1]=v.length?v:null;
}
};
function ERS(s){
var c=ECL(s);
for(var j=0;j<c.length;j++){
var e=c[j];
var i=e.t.substring(1,e.t.length);
var v=e.v.replace(/\\t/g,"\t").replace(/\\n/g,"\n").replace(/\\\\/g,"\\");
if(e.t.charAt(0)=="i"){
EFV(i,e.p,v);
}else{
if(e.t.charAt(0)=="p"){
var ii=i.split(" ");
EPV(ii[0],ii[1],e.p,v);
}
}
}
};
function ECL(s){
var l=NE(s).split("\n");
var c=[];
for(var j=0;j<l.length;j++){
var e=l[j].split("\t");
for(var k=1;k<e.length;k++){
c[c.length]={t:e[0],p:e[k].charAt(0),v:e[k].substring(1,e[k].length)};
}
}
return c;
};
function EOS(s){
var c=ECL(s);
var os="";
var pi=null;
var pc=[];
for(var j=0;j<c.length;j++){
var e=c[j];
if(e.t!=pi){
if(pi){
os+=pi+"\t"+pc.join("\t")+"\n";
}
pi=e.t;
pc=[];
}
var pl=pc.length;
pc[((pl>0)&&(pc[pl-1].charAt(0)==e.p))?(pl-1):pl]=e.p+e.v;
}
if(pi){
os+=pi+"\t"+pc.join("\t")+"\n";
}
return os;
};
function EFC(i,c){
for(var p in c){
var v=c[p]?NE(new String(c[p])):"";
EFV(i,p,v);
GE("newscript").value+="\ni"+i+"\t"+p.charAt(0)+v.replace(/\\/g,"\\\\").replace(/\n/g,"\\n").replace(/\t/g,"\\t");
}
EUL(false);
};
function EPC(i1,i2,c){
for(var p in c){
var v=c[p]?NE(new String(c[p])):"";
EPV(i1,i2,p,v);
GE("newscript").value+="\np"+i1+" "+i2+"\t"+p.charAt(0)+v.replace(/\\/g,"\\\\").replace(/\n/g,"\\n").replace(/\t/g,"\\t");
}
EUL(false);
};
function EFI(){
var c="ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
for(var j=0;j<1000;j++){
var i="";
for(k=0;k<5;k++){
i+=c.charAt(Math.floor(Math.random()*(k?36:26)));
}
if(!Efa[i]){
break;
}
}
return i;
};
var Edf=false;
function ESS(){
if(!staticMode){
var fi=GV("familyid");
var ic=GV("importcacheid");
if(fi&&!Edf){
var _a=GV("newscript").length;
if(_a||ic){
Edf=true;
AP("family_append",{f:fi,i:ic,p:GV("personid"),c:GV("checksum"),v:Eve},EOS(GV("newscript")),ESR,_a);
EUL(false);
}else{
Edf=true;
EUL(false);
Edf=false;
setTimeout("EUL(true);",500);
}
}
}
};
function ESR(_b,_c,_d){
Edf=false;
if(_d.ok){
Eve=_d.v;
Ess+="\n"+Eis;
Eis="";
SV("importcacheid","");
var ns=GV("newscript");
Ess+=ns.substring(0,_c);
SV("newscript",ns.substring(_c,ns.length));
if(_d.t){
Efa={};
ERS(_d.t);
Ess=_d.t;
ERS(GV("newscript"));
EUS(true,null,null,true,false);
}
}else{
RE("The family could not be saved - please try again");
}
EUL(true);
};
function EUL(js){
if(!staticMode){
var _e=GV("newscript").length;
var ic=GV("importcacheid");
if(Edf){
p="lsaving";
}else{
if(_e||ic){
p="lsave";
}else{
if(!Ewr){
p=Ewp?"lwriteone":"lreadonly";
}else{
p=js?"lsaved":"linitial";
}
}
}
var es=["linitial","lreadonly","lwriteone","lsave","lsaving","lsaved"];
for(j=0;j<es.length;j++){
SS(es[j],p==es[j]);
}
var fi=GV("familyid");
var si=GV("sessionid");
SS("savefamily",(Ewr||_e||ic)&&fi);
SS("sharefamily",Ewr&&si&&fi);
SSF();
}
};
function EAS(){
AP("userfamily_add",{s:GV("sessionid"),f:GV("familyid"),p:GV("personid"),c:GV("checksum")},"",EAR,null);
};
function EAR(_f,_10,_11){
if(_11.ok){
ST("lfamilyname",_11.n);
SS("addfamily",false);
}else{
RE(_11.er||"The family could not be added");
}
};
function EBS(){
var ap=GV("personid");
ESP((ap&&Efa[ap])?ap:Efo,true);
};
function ECZ(zi){
if(zi&&(Ezf<2)){
Ezf+=0.25;
}else{
if((!zi)&&(Ezf>0.5)){
Ezf-=0.25;
}
}
SC("zoomfactor",Ezf);
ERF();
};
function ECD(d,bn,mn,sp){
if(d!==null){
SC("showdetail",d);
Esd=d;
}
if(bn!==null){
SC("showbirthname",bn?1:0);
Ebn=bn;
}
if(mn!==null){
SC("showmiddlename",mn?1:0);
Emn=mn;
}
if(sp!==null){
SC("showphoto",sp?1:0);
Esp=sp;
}
NSD(Esd);
ERF();
};
function ECO(){
SC("showcousins",NGC());
ERF();
};
function ECH(){
SC("showchildren",NGH());
ERF();
};
function ECP(){
SC("showparents",NGH());
ERF();
};
function ETK(){
var ns=!GS("keydiv");
if(ns){
KDK(GE("keycontent"));
}
SS("keydiv",ns);
NKS(ns);
};
function ETI(){
var w=GE("leftdiv").offsetWidth;
var s=TGS();
var v=GI("leftdiv");
ESI(!v);
hide_find_list();
direct_scroll_to(s.left+(v?-w:w),s.top);
TCD(GE("treebg"),Evp,250);
};
function ESI(s){
var c=s?"marginon":"marginoff";
GE("treemargin").className=c;
GE("externalmargin").className=c;
GE("navmargin").className=c;
GE("welcomemargin").className=c;
GE("keymargin").className=c;
SI("leftdiv",s);
NSS(s);
};
function EFB(i){
var sf=FCS(Efa,i);
SV("do_startbranch",sf.join("\t"));
document.topform.submit();
};
function EIU(r){
if(staticMode){
var e=GE("image-"+r);
return e?e.src:"image-"+r+".jpg";
}else{
return BR("ap/","image_read",{f:GV("familyid"),p:GV("personid"),c:GV("checksum"),r:r});
}
};
function EHW(){
SS("welcomediv",false);
};
function KDK(o){
var d=TND();
TAE(d,"m",{g:"m",h:"Blue is male"},0,0,false);
TAE(d,"f",{g:"f",h:"Pink is female"},1,0,false);
TAE(d,"w",{h:"Thick\nlines..."},0,1,false);
TAE(d,"h",{h:"...show partners"},1,1,false);
TAL(d,0,1,1,1,true);
TAE(d,"b",{g:"f",h:"Mother"},2.5,0,false);
TAE(d,"g",{g:"m",h:"Father"},3.5,0,false);
TAL(d,2.5,0,3.5,0,false);
TAE(d,"d",{g:"f",h:"Daughter"},2.5,1,false);
TAE(d,"s",{g:"m",h:"Son"},3.5,1,false);
TAL(d,3,0,3,0.5,false);
TAL(d,2.5,0.5,3.5,0.5,false);
TAL(d,2.5,0.5,2.5,1,false);
TAL(d,3.5,0.5,3.5,1,false);
TAE(d,"z",{h:"Deceased are faded",z:1},5,0,false);
TAE(d,"o",{h:"Dotted lines lead to more"},5,1,false);
TAL(d,5,1,5,0.6,null);
TAL(d,5,1,4.55,1,null);
TRD(d,"",false,false,false,o,null,false,false,1,null);
};
function ESL(){
return {s:Ess.length,i:Eis.length,n:GV("newscript").length};
};
function ECI(c,s){
EHW();
SV("importcacheid",c);
SV("newscript","");
Efa={};
Eis=s;
ERS(s);
EUS(true,null,"view",true,false);
EUL(false);
};
function ESA(){
SV("importcacheid","");
SV("newscript","");
Efa={};
Eis="";
EUS(true,null,"edit",true,false);
EUL(false);
SS("welcomediv",true);
};
</script> <script type="text/javascript">
var Btc={pd:4};
function BCG(f,ci,h){
var ds=[];
var tw=0;
for(var j=0;j<ci.length;j++){
var i=ci[j];
var d=BDD(f,i,h);
ds[ds.length]=d;
tw+=d.w;
}
var fl=ds[0].l;
var lr=ds[ds.length-1].r;
return {ds:ds,tw:tw,fl:fl,lr:lr,aw:(tw+fl-lr)};
};
function BCD(d,ds,aw,cx,cy,vx,vy){
var al=cx-aw/2;
var ar=cx+aw/2;
if((vx<al)||(vx>ar)){
TAL(d,vx,vy,vx,cy-0.75,false);
TAL(d,vx,cy-0.75,cx,cy-0.75,false);
TAL(d,cx,cy-0.75,cx,cy-0.5,false);
}else{
TAL(d,vx,vy,vx,cy-0.5,false);
}
TAL(d,al,cy-0.5,ar,cy-0.5,false);
var x=cx-aw/2+ds[0].l;
for(var j=0;j<ds.length;j++){
var cd=ds[j];
TAL(cd,0,0,0,-0.5,false);
TAD(d,cd,x-cd.l,cy);
x+=cd.w;
}
};
function BAE(d,f,i,si,x,y,dp,sr,da){
TAE(d,i,f[i],x,y);
if(dp&&(f[i].m||f[i].f)){
TAL(d,x,y,x,y-0.425,null);
}
if((sr!==null)&&(f[i].cp>((si&&f[i].pc[si])?1:0))){
TAL(d,x,y,x+(sr?0.45:-0.45),y,null);
}
if(da){
var ac=FLA(f,i);
if(ac.length){
TAL(d,x,y,x,y+0.35,null);
}
}
};
function BDA(d,f,i,si,h,dr,fx,cy){
var p=f[i];
var yt=0;
for(var pi in p.pc){
if(pi!=si){
yt++;
}
}
var ot=Math.min(0.1*(yt-1),0.15);
var ly=cy+ot/2;
var yo=(yt>1)?(ot/(yt-1)):0;
var yi=0;
for(var pi in p.pc){
if(pi!=si){
BDH(d,f,i,pi,FLP(f,i,pi),h,dr,fx,cy,ly);
ly-=yo;
}
}
};
function BDH(d,f,i,pi,ci,h,dr,fx,cy,ly){
if(ci.length){
var ds=BCG(f,ci,h);
var cx=dr?(d.r-ds.fl+ds.aw/2):(d.l-ds.lr-ds.aw/2);
var px=cx+(dr?0.5:-0.5);
BCD(d,ds.ds,ds.aw,cx,cy+1,(pi&&f[pi])?cx:fx,ly);
}else{
var cx=dr?d.r:(d.l-1);
var px=cx;
}
if(pi&&f[pi]){
BAE(d,f,pi,i,px,cy,true,dr,true);
TAL(d,fx,ly,(pi&&f[pi])?px:cx,ly,FMS(f,i,pi));
}
};
function BSS(d,f,p,si,h,cy){
var li=[],ri=[];
for(var j=0;j<si.length;j++){
if(FCC(p,f[si[j]])<0){
ri[ri.length]=si[j];
}else{
li[li.length]=si[j];
}
}
al=BDS(d,f,li,h,false,cy);
ar=BDS(d,f,ri,h,true,cy);
return {al:al,ar:ar,ll:li.length,rl:ri.length};
};
function BDS(d,f,si,h,dr,cy){
var al=0;
for(var j=0;j<si.length;j++){
var sd=BDD(f,si[dr?j:(si.length-j-1)],h);
var x=dr?(d.r-sd.l):(d.l-sd.r);
TAD(d,sd,x,cy);
TAL(d,x,cy,x,cy-0.5);
al=x;
}
return al;
};
function BPS(d,f,pi,oi,ph,h,dr,fx){
var p=f[pi];
if(p.m||p.f){
var px=fx;
if(ph<=1){
TAL(d,fx,-1,fx,-1.4,null);
}else{
if(h>0){
var bs=FLS(f,pi);
if(bs.length){
if(oi&&f[oi]&&(f[oi].f||f[oi].m)){
var al=BDS(d,f,bs,h-1,dr,-1);
var ar=fx;
}else{
var aa=BSS(d,f,p,bs,h-1,-1);
var al=aa.ll?aa.al:fx;
var ar=aa.rl?aa.ar:fx;
var px=(al+ar)/2;
if(Math.abs(px-fx)>Btc.pd){
px=fx+0.5*(aa.rl-aa.ll);
}
if(p.m&&p.f){
px+=(dr?-0.5:0.5);
}
}
TAL(d,al,-1.5,ar,-1.5);
}
}
TAL(d,fx,-1,fx,-1.5);
TAD(d,BAD(f,pi,ph-1,dr,h>0),px,-1);
}
}
};
function BAD(f,i,h,dr,dc){
var d=TND();
var p=f[i];
if(h>0){
var ox=0;
if(p.m||p.f){
if(p.m&&p.f){
var i1=dr?p.m:p.f;
var i2=dr?p.f:p.m;
TAD(d,BAD(f,i1,h-1,dr,false),0,-1);
BAE(d,f,i1,i2,0,-1,false,!dr,true);
ox=dr?d.r:(d.l-1);
TAD(d,BAD(f,i2,h-1,dr,false),ox,-1);
BAE(d,f,i2,i1,ox,-1,false,dr,true);
TAL(d,0,-1,ox,-1,FMS(f,i1,i2));
}else{
var pi=p.m||p.f;
TAD(d,BAD(f,pi,h-1,dr,false),0,-1);
BAE(d,f,pi,null,0,-1,false,f[pi].g!="m",false);
}
TAL(d,ox/2,-0.5,ox/2,-1,false);
TAL(d,ox/2,-0.5,0,-0.5,false);
if(!dc){
TAL(d,0,-0.5,0,0,false);
var bs=FLS(f,i);
if(bs.length){
TAL(d,ox/2,-0.5,ox/2+(dr?0.1:-0.1),-0.5,null);
}
}
}
}else{
if(p.m||p.f){
TAL(d,0,-0.4,0,0,null);
}
}
return d;
};
function BDD(f,i,h){
var p=f[i];
var d=TND();
var sr=FSM(f,i,p.es);
var sx=sr?1:-1;
if(h>0){
TAE(d,i,p,0,0);
var ac=FLA(f,i);
if(ac.length){
var ds=BCG(f,ac,h-1);
BCD(d,ds.ds,ds.aw,0,1,0,0);
}
if(p.es){
var tc=FLP(f,i,p.es);
if(tc.length){
var ds=BCG(f,tc,h-1);
if(ac.length){
sx=sr?(d.r+(ds.tw-ds.fl-ds.lr)/2+0.5):(d.l-(ds.tw+ds.lr+ds.fl)/2-0.5);
}
var cx=sr?(sx-0.5):(sx+0.5);
BCD(d,ds.ds,ds.aw,cx,1,cx,0);
}
TAL(d,0,0,sx,0,FMS(f,i,p.es));
BAE(d,f,p.es,i,sx,0,true,null,false);
var _1=FLA(f,p.es);
if(_1.length){
var ds=BCG(f,_1,h-1);
BCD(d,ds.ds,ds.aw,sr?(d.r+(ds.tw-ds.fl-ds.lr)/2):(d.l-(ds.tw+ds.lr+ds.fl)/2),1,sx,0);
}
BDA(d,f,p.es,i,h-1,sr,sx,0);
}
BDA(d,f,i,p.es,h-1,!sr,0,0);
}else{
BAE(d,f,i,null,0,0,false,sr,true);
}
return d;
};
function BGH(f,i){
var p=f[i];
var hc=p.es;
var ac=FLA(f,i);
if(hc&&(!p.m)&&(!p.f)&&p.pc[hc]&&(p.cp==1)&&(ac.length==0)){
return hc;
}
return null;
};
function BFT(f,i,m,ch,ph,co){
var p=f[i];
var hc=BGH(f,i);
if(hc&&!BGH(f,hc)){
var d=TND();
var od=BFT(f,hc,m,ch,ph,co);
TAD(d,od,-od.e[i].x,-od.e[i].y);
d.e[hc].k=false;
}else{
var d=BDD(f,i,ch);
if(ph>0){
var al=0,ar=0,px=0;
var bs=FLS(f,i);
if(bs.length){
var aa=BSS(d,f,p,bs,co,0);
al=aa.al;
ar=aa.ar;
px=(al+ar)/2;
if(Math.abs(px)>Btc.pd){
px=0.5*(aa.rl-aa.ll);
}
TAL(d,al,-0.5,ar,-0.5,false);
}
if(p.m||p.f){
TAL(d,0,0,0,-0.5,false);
TAL(d,px,-0.5,px,-1,false);
if(p.m&&p.f){
var mx=px-0.5,fx=px+0.5;
TAL(d,mx,-1,fx,-1,FMS(f,p.m,p.f));
}else{
var mx=px,fx=px;
}
if(p.m){
var pm=f[p.m];
TAE(d,p.m,pm,mx,-1);
}
if(p.f){
var pf=f[p.f];
TAE(d,p.f,pf,fx,-1);
}
if(p.m){
var ac=FLA(f,p.m);
if(ac.length&&p.f){
BDH(d,f,p.m,null,ac,co,false,mx,-1,-1);
}
BDA(d,f,p.m,p.f,co,false,mx,-1);
}
if(p.f){
var ac=FLA(f,p.f);
if(ac.length&&p.m){
BDH(d,f,p.f,null,ac,co,true,fx,-1,-1);
}
BDA(d,f,p.f,p.m,co,true,fx,-1);
}
if(p.m){
BPS(d,f,p.m,p.f,ph,co,false,mx);
}
if(p.f){
BPS(d,f,p.f,p.m,ph,co,true,fx);
}
}
}else{
if(p.f||p.m){
TAL(d,0,0,0,-0.4,null);
}
}
}
d.e[i].k=true;
if(m&&d.e[m]){
d.e[m].m=true;
}
return d;
};
</script> <script type="text/javascript">
function NSS(s){
SH("sidelinktext",s?"Hide":"Show");
};
function NKS(s){
SH("keylinktext",s?"Hide":"Show");
};
function NSD(d){
SO("showdetail",d);
};
function NSC(c){
SO("showcousins",c);
};
function NSH(c){
SO("showchildren",c);
};
function NSA(c){
SO("showparents",c);
};
function NGC(){
return parseInt(GO("showcousins"));
};
function NGH(){
return parseInt(GO("showchildren"));
};
function NGA(){
return parseInt(GO("showparents"));
};
function NCD(){
var d=GO("showdetail");
ECD((d.charAt(0)=="_")?null:d,(d=="_pq")?true:((d=="_pl")?false:null),(d=="_m1")?true:((d=="_m0")?false:null),(d=="_r1")?true:((d=="_r0")?false:null));
};
function NSP(i){
ST("backtotext",(i==GV("personid"))?"me":(Efa[i]?Efa[i].h:"start"));
};
function NRT(){
};
function nav_position_find(){
var r=GE("findfield").getBoundingClientRect();
GE("findlist").style.left=r.left+"px";
};
function NCP(i){
GE("findfield").placeholder=i+((i==1)?" person":" people");
};
function focus_find_box(){
nav_position_find();
update_find_box(null);
SS("findlist",true);
};
function hide_find_list(){
SS("findlist",false);
};
function input_find_box(){
SS("findlist",true);
setTimeout("update_find_box("+GV("findfield").length+");",100);
};
function update_find_box(vl){
var ev=GV("findfield");
if((vl!==null)&&(vl!=ev.length)){
return;
}
var ss=ev.trim().toLowerCase().split(" ");
var jn=[];
for(var j in Efa){
var p=Efa[j];
var m=((p.l||"")+" "+(p.q||"")+" "+(p.p||"")).toLowerCase();
var i=true;
for(k=0;k<ss.length;k++){
if(m.indexOf(ss[k])<0){
i=false;
break;
}
}
if(i){
var _1=(Ebn?(p.q||p.l):(p.l||p.q))||"";
var _2=(_1?(Ebn?p.l:p.q):"")||"";
if(_1==_2){
_2="";
}
var n=(p.p||"")+(_1?(" "+_1+(_2?("/"+_2):"")):"");
var bs=FPD(p.b||"").y;
var ds=(p.z=="1")?FPD(p.d||"").y:null;
var ey=(bs||ds)?(" ("+(bs||"")+"-"+(ds||"")+")"):"";
jn[jn.length]={i:j,l:_1,q:_2,p:(p.p||""),n:(n+ey).trim()};
}
}
jn.sort(sort_by_name);
var _3=/[-\/\\^$*+?.()|[\]{}]/g;
var _4="";
for(k=0;k<ss.length;k++){
if(ss[k].length){
_4+=EH(ss[k]).replace(_3,"\\$&")+"|";
}
}
if(_4.length){
var _5=new RegExp(_4.slice(0,-1),"ig");
}else{
var _5=null;
}
var h="";
for(j=0;j<jn.length;j++){
if(jn[j].n.length){
var hn=EH(jn[j].n);
if(_5){
hn=hn.replace(_5,"<u>$&</u>");
}
h+="<a href=\"#\" onClick=\"ESP('"+jn[j].i+"', true); return false;\">"+hn+"</a>";
}
}
if(!h){
h="<div>No matches found</div>";
}
var v=GE("findlist");
v.innerHTML=h;
};
function sort_by_name(a,b){
if(a.l<b.l){
return -1;
}else{
if(b.l<a.l){
return 1;
}
}
if(a.q<b.q){
return -1;
}else{
if(b.q<a.q){
return 1;
}
}
if(a.p<b.p){
return -1;
}else{
if(b.p<a.p){
return 1;
}
}
if(a.n<b.n){
return -1;
}else{
if(b.n<a.n){
return 1;
}
}
return 0;
};
</script> <script type="text/javascript">
var ios=navigator.userAgent.match(/(iPod|iPhone|iPad)/)&&navigator.userAgent.match(/AppleWebKit/);
function TND(){
return {l:0,r:0,w:0,t:0,b:0,h:0,e:{},n:[]};
};
function TAE(d,i,p,x,y,k){
var di=d.e[i];
if(di){
i+=Math.random(0,999999);
}
d.e[i]={p:p,x:x,y:y,k:k,d:di};
d.l=Math.min(d.l,x);
d.r=Math.max(d.r,1+x);
d.w=d.r-d.l;
d.t=Math.min(d.t,y);
d.b=Math.max(d.b,1+y);
d.h=d.b-d.t;
};
function TAL(d,x1,y1,x2,y2,k){
d.n[d.n.length]={x1:x1,y1:y1,x2:x2,y2:y2,k:k};
};
function TAD(od,d,dx,dy){
for(var j=0;j<d.n.length;j++){
var n=d.n[j];
TAL(od,n.x1+dx,n.y1+dy,n.x2+dx,n.y2+dy,n.k);
}
for(var i in d.e){
var e=d.e[i];
TAE(od,e.p.i,e.p,e.x+dx,e.y+dy,e.k);
}
};
function TDS(zf,y,mn,sp){
return {Tew:parseInt(((y||sp||mn)?100:80)*zf),Teh:parseInt((40+(y?40:0)+(sp?100:0))*zf),Tph:parseInt(100*zf),Tdh:parseInt(40*zf),Tmh:parseInt(40*zf),Ths:parseInt(20*zf),Tvs:parseInt((y?40:60)*zf),Tfs:parseInt(12*zf),Tds:parseInt(10*zf)};
};
function TRD(d,y,bn,mn,sp,o,oi,wp,pr,zf,_1){
var _2=wp?(ios?1920:19200):0;
var _3=wp?(ios?1200:12000):0;
var sz=TDS(zf,y,mn,sp);
var tw=(sz.Tew+sz.Ths)*d.w-sz.Ths;
var th=(sz.Teh+sz.Tvs)*d.h-sz.Tvs;
if(!wp){
ox=sz.Tew/2-d.l*(sz.Tew+sz.Ths);
oy=sz.Teh/2-d.t*(sz.Teh+sz.Tvs);
}else{
if(ios){
if(!(o.ios_width&&o.ios_height)){
o.ios_width=GE("treebg").offsetWidth;
o.ios_height=GE("treebg").offsetHeight;
}
ox=o.ios_width/2+_2/2;
oy=o.ios_height/2+_3/2;
o.style.left=(-_2/2)+"px";
o.style.top=(-_3/2)+"px";
}else{
if(oi&&o.ps[oi]&&d.e[oi]){
ox=o.ps[oi].x-d.e[oi].x*(sz.Tew+sz.Ths);
oy=o.ps[oi].y-d.e[oi].y*(sz.Teh+sz.Tvs);
}else{
ox=_2-d.l*(sz.Tew+sz.Ths);
oy=_3-d.t*(sz.Teh+sz.Tvs);
}
}
}
o.innerHTML="";
o.ps={};
o.es={l:(ox+(d.l-0.5)*(sz.Tew+sz.Ths)),t:(oy+(d.t-0.5)*(sz.Teh+sz.Tvs)),r:(ox+(d.r-0.5)*(sz.Tew+sz.Ths)),b:(oy+(d.b-0.5)*(sz.Teh+sz.Tvs))};
var s=o.style;
if(!wp){
s.width=(tw+_2*2)+"px";
s.height=(th+_3*2)+"px";
}
for(var j=0;j<d.n.length;j++){
var n=d.n[j];
var l=Math.min(n.x1,n.x2);
var r=Math.max(n.x1,n.x2);
var t=Math.min(n.y1,n.y2);
var b=Math.max(n.y1,n.y2);
if(pr){
var k=n.k?2:1;
var ko=k;
var v=document.createElement("img");
v.src=(n.k===null)?((r==l)?"grayvcheck.gif":"grayhcheck.gif"):"graypixel.gif";
v.style.position="absolute";
}else{
var k=n.k?4:((n.k===null)?0:2);
var ko=n.k?4:2;
var v=document.createElement("div");
v.className=(n.k===null)?"ddotted":"dline";
}
var s=v.style;
s.width=((r==l)?k:(r-l)*(sz.Tew+sz.Ths)+k)+"px";
s.height=((b==t)?k:(b-t)*(sz.Teh+sz.Tvs)+k)+"px";
s.left=ox+(l*(sz.Tew+sz.Ths)-ko/2)+"px";
s.top=oy+(t*(sz.Teh+sz.Tvs)-ko/2)+"px";
o.appendChild(v);
}
for(var i in d.e){
var e=d.e[i];
var rs="";
var sn=bn?(e.p.q||e.p.l):(e.p.l||e.p.q);
var fn=e.p.hp?(e.p.p+(sn?(" "+sn):"")):e.p.h;
var cc=((e.p.z=="1")&&!pr)?"dcelld":"dcella";
var _4=((e.p.z=="1")&&!pr)?window.nameColors.deceased:window.nameColors.living;
var sh=sz.Tmh;
if(sp&&e.p.r){
var ey=e.p.r.split(" ");
var uf=EIU||(opener&&opener.top&&opener.top.EIU);
if(uf){
var u=uf(ey[0]);
var ew=sz.Tew-4;
var eh=sz.Tew-4;
if(ey[1]&&ey[2]){
if(parseInt(ey[1])>parseInt(ey[2])){
eh=Math.floor(ew*ey[2]/ey[1]);
}else{
ew=Math.floor(eh*ey[1]/ey[2]);
}
if((Math.abs(ey[1]-ew)<=3)&&(Math.abs(ey[2]-eh)<=3)){
ew=ey[1];
eh=ey[2];
}
}
rs+="<TR><TD CLASS=\""+cc+"\" style=\"color:"+_4+"\"><IMG SRC=\""+u+"\" WIDTH=\""+ew+"\" HEIGHT=\""+eh+"\" TITLE=\""+EH(fn)+"\"></TD></TR>";
sh+=sz.Tph;
}
}
if(y){
var ey=TGL(y,e.p);
if(ey&&ey.length){
rs+="<TR><TD CLASS=\""+cc+"\" STYLE=\"font-size:"+sz.Tds+"px;color:"+_4+"\" TITLE=\""+EH(ey.replace(/\n/g,", "))+"\">"+EL(ey)+"</TD></TR>";
sh+=sz.Tdh;
}
}
var sx=ox+(e.x)*(sz.Tew+sz.Ths);
var sy=oy+(e.y)*(sz.Teh+sz.Tvs);
if(pr){
v=document.createElement("img");
v.src=((e.p.g=="f")?"female":((e.p.g=="m")?"male":"neuter"))+"pixel.gif";
var s=v.style;
s.position="absolute";
s.width=sz.Tew+"px";
s.height=sh+"px";
s.left=(sx-(sz.Tew/2))+"px";
s.top=(sy-(sh/2))+"px";
o.appendChild(v);
}else{
TRB(o,sx-(sz.Tew/2),sy-(sh/2),sz.Tew,sh,e.k?3:1,(e.p.g=="f")?"FFD6EE":((e.p.g=="m")?"D6DDFF":"FFFFFF"),null);
}
var v=document.createElement("div");
v.className="di";
var s=v.style;
s.width=sz.Tew+"px";
s.height=sh+"px";
s.left=(sx-(sz.Tew/2))+"px";
s.top=(sy-(sh/2))+"px";
if(wp){
v.onmousedown=TCT;
v.id=i;
v.pid=e.p.i;
o.ps[i]={x:sx,y:sy};
}
var tn=e.p.hp?(mn?fn:(e.p.h+(sn?(" "+sn):""))):e.p.h;
v.innerHTML="<TABLE WIDTH=\"100%\" HEIGHT=\"100%\" STYLE=\"table-layout:fixed;\">"+"<TR><TD CLASS=\""+cc+"\" STYLE=\"font-size:"+(e.d?sz.Tds:sz.Tfs)+"px;color:"+_4+"\""+" TITLE=\""+(e.d?"Duplicate: ":"")+EH(fn)+"\">"+(e.d?"<I>Duplicate:</I><BR>":"")+(e.m?"<B>":"")+EL(tn)+(e.m?"</B>":"")+"</TD></TR>"+rs+"</TABLE>";
o.appendChild(v);
}
};
function TGL(y,p){
var ey="";
if(y=="tku"){
ey=p.t?("\n"+p.t+" (h)"):"";
ey+=p.k?("\n"+p.k+" (w)"):"";
ey+=p.u?("\n"+p.u+" (m)"):"";
if(ey){
ey=ey.substring(1);
}
}else{
if(y=="bds"){
var bs=FDT(p.b);
var ds=FDT(p.d);
ey=(bs?("Born "+bs):"")+((bs&&ds)?"\n":"")+(ds&&p.z==="1"?("Died "+ds):"");
}else{
if(y=="bd"){
var bs=FPD(p.b||"").y;
var ds=FPD(p.z==="1"?p.d:"").y;
ey=(bs&&ds)?(bs+"-"+ds):(bs?("Born "+bs):(ds?("Died "+ds):""));
}else{
if(y=="bv"){
var bs=FDT(p.b);
ey=((bs||p.v)?"Born ":"")+(bs||"")+((bs&&p.v)?", ":"")+(p.v||"");
}else{
if(y=="dy"&&p.z==="1"){
var ds=FDT(p.d);
ey=((ds||p.y)?"Died ":"")+(ds||"")+((ds&&p.y)?", ":"")+(p.y||"");
}else{
if(y=="e"){
ey=p.e?p.e.replace(/@/g,"@ "):"";
}else{
if(y!="r"){
ey=p[y];
}
}
}
}
}
}
}
return ey;
};
function TCD(o,i,t){
if(i&&o.ps[i]){
var dw,dh;
dw=o.offsetWidth;
dh=o.offsetHeight;
if((dw<64)||(dw>4096)){
dw=self.outerWidth;
}
if((dh<64)||(dh>4096)){
dh=self.outerHeight;
}
var sx=o.ps[i].x-dw/2;
var sy=o.ps[i].y-dh/2;
if(o.es){
var as={l:sx+64,t:sy+32,r:sx+dw-32,b:sy+dh-64};
sx+=0.9*(Math.min(0,Math.max(o.es.l-as.l,o.es.r-as.r))+Math.max(0,Math.min(o.es.l-as.l,o.es.r-as.r)));
sy+=0.9*(Math.min(0,Math.max(o.es.t-as.t,o.es.b-as.b))+Math.max(0,Math.min(o.es.t-as.t,o.es.b-as.b)));
}
var _5=DT();
TSS(sx,sy,_5,_5+t,"_sel");
}
};
function TRB(o,l,t,w,h,k,b,_6){
v=document.createElement("div");
v.className="dbox";
var s=v.style;
if(_6){
s.visibility="hidden";
v.id=_6;
}
s.position="absolute";
s.width=(w)+"px";
s.height=(h)+"px";
s.left=(l-k)+"px";
s.top=(t-k)+"px";
s.background="#"+b;
s.borderWidth=k+"px";
o.appendChild(v);
};
var Tpd=false;
var Tdx,Tdy,moveobject;
function TGS(){
var e=GE("treebg");
if(self.pageYOffset){
scrolltop=self.pageYOffset;
scrollleft=self.pageXOffset;
}else{
if(document.documentElement&&document.documentElement.scrollTop){
scrolltop=document.documentElement.scrollTop;
scrollleft=document.documentElement.scrollLeft;
}else{
if(document.body){
scrolltop=document.body.scrollTop;
scrollleft=document.body.scrollLeft;
}
}
}
return {top:-(e.offsetTop-e.parentNode.offsetTop),left:-(e.offsetLeft-e.parentNode.offsetLeft)};
};
function TIS(o){
moveobject=o;
o.onmousedown=function(_7){
hide_find_list();
_7=_7?_7:window.event;
Tpd=true;
scrollpos=TGS();
Tdx=scrollpos.left+_7.screenX;
Tdy=scrollpos.top+_7.screenY;
};
document.onmouseup=function(_8){
Tpd=false;
};
document.onmousemove=function(_9){
_9=_9?_9:window.event;
if(Tpd){
TSS(Tdx-_9.screenX,Tdy-_9.screenY,0,0,null);
}
};
document.body.onselectstart=function(_a){
if(Tpd){
return false;
}
};
o.ontouchstart=function(_b){
if((_b.target==moveobject)&&(_b.touches.length==1)){
hide_find_list();
Tpd=true;
scrollpos=TGS();
Tdx=scrollpos.left+_b.touches[0].screenX;
Tdy=scrollpos.top+_b.touches[0].screenY;
_b.preventDefault();
}
};
o.ontouchend=function(_c){
if(Tpd){
Tpd=false;
_c.preventDefault();
}
};
document.ontouchmove=function(_d){
if(Tpd){
TSS(Tdx-_d.touches[0].screenX,Tdy-_d.touches[0].screenY,0,0,null);
_d.preventDefault();
}
};
};
var Tst=null,Tsf,Tsd,Tss,Tse,Tsv;
function TSS(x,y,_e,_f,scv){
if(Tst){
clearTimeout(Tst);
Tst=null;
}
Tsf=TGS();
Tsd={top:y,left:x};
Tss=_e;
Tse=_f;
Tsv=scv;
if(DT()>=_f){
TST();
}else{
Tst=setTimeout("TST()",10);
}
};
function TST(){
var n=DT();
if(n>=Tse){
direct_scroll_to(Tsd.left,Tsd.top);
if(Tsv&&GE(Tsv)){
SI(Tsv,true);
}
}else{
var p=(n-Tss)/(Tse-Tss);
p=1-Math.pow(0.5,p/0.2);
direct_scroll_to(Tsf.left+p*(Tsd.left-Tsf.left),Tsf.top+p*(Tsd.top-Tsf.top));
Tst=setTimeout("TST()",10);
}
};
function direct_scroll_to(x,y){
if(true){
GE("treebg").style.left=-x;
GE("treebg").style.top=-y;
}
};
function TCT(){
if(parent&&parent.postMessage){
parent.postMessage("click="+this.pid,"*");
}
ESP(this.pid,true);
};
function TFE(o,i){
return (o.ps&&i)?o.ps[i]:null;
};
function TRT(f,i,m,y,bn,mn,sp,ch,ph,co,pi,zf,s){
var o=GE("treebg");
var _10=null;
if(TFE(o,i)){
var oi=i;
var sd=0;
if(i!=pi){
_10="_sel";
if(GE(_10)){
SI(_10,false);
}
}
}else{
var oi=TFE(o,pi)?pi:null;
var sd=oi?250:0;
}
TRD(BFT(f,i,m,ch,ph,co),y,bn,mn,sp,o,oi,true,false,zf,_10);
if(s&&noCentering){
if(_10&&GE(_10)){
SI(_10,true);
}
}else{
setTimeout("TCD(GE('treebg'), '"+i+"', "+(s?250:0)+")",sd);
}
};
</script> <script type="text/javascript">
var Sen=[{p:"personalname",l:"familyname",q:"familybirth"},{e:"c_email",w:"website",B:"blog",P:"photosite",t:"hometel",k:"worktel",u:"mobile",S:"skype",a:"address",C:"othercontact"},{v:"birthplace",y:"deathplace",U:"burialplace",j:"profession",E:"employer",I:"interests",A:"activities",o:"bionotes"}];
var Sv1={e:"Email",w:"Website",B:"Blog",P:"Photo site",t:"Home tel",k:"Work tel",u:"Mobile",S:"Skype",a:"Address",C:"Other"};
var Sv2={v:"Birth place",y:"Death place",U:"Burial place",F:"Burial date",j:"Profession",E:"Company",I:"Interests",A:"Activities",o:"Bio notes"};
var Spt={m:"Married",e:"Engaged",r:"Relationship",s:"Separated",d:"Divorced",a:"Annulled"};
var Sur={w:"website",B:"blog",P:"photos"};
var excludeCapitals=",de,del,la,von,van,den,der,of,the,and,y,da,dos,das,by,in,las,av,le,du,di,af,";
var Spe;
var Spa=0;
var Sed=false;
var Srl;
function side_page_loaded(){
CE(parent);
};
function SCR(i){
ESP(i,false);
};
function SPW(i){
return Ewr||(i&&(Ewp==i));
};
function SSE(i,e){
var pi=Spe;
Spe=i;
var p=Efa[i];
var md=(Spe==GV("personid"));
if((!p)||(!p.n)){
var js="";
for(var j in Efa){
js+=j+" ";
}
var ks="";
for(var k in p){
ks+=k+" ";
}
SE("NoPerson: "+i+"|"+js+"|"+ks+"|"+Ess.length+"|"+TR());
}
var v=GE("nametitle");
v.innerHTML=EH(p.n);
v.className=(p.p||p.l)?"sname":"sdefname";
SV("shareperson","Invite "+p.h+" to share family");
SS("hideurl",false);
GE("switchpanel3").style.display=p.cp?"block":"none";
var uf=p.w?"w":(p.B?"B":(p.P?"P":null));
SS("showurl",uf?true:false);
if(uf){
SV("urlmode",Sur[uf]);
GE("urllink").href=p[uf];
SV("showurl","Show "+(false?"my":(p.h+"'s"))+" "+Sv1[uf].toLowerCase());
}
SSA((((Spa==3)&&!p.cp)||((pi!=i)&&((e=="edit")||Sed)))?0:Spa,(e=="edit")?((Sed&&(pi==i))?null:true):false);
SIU(false);
};
function SSA(_1,_2){
if(Sed&&((_1!=Spa)||(_2===false))){
try{
GE("switchlink"+_1).focus();
}
catch(e){
}
}
Spa=_1;
if(_2!==null){
Sed=_2;
}
var f=Efa;
var p=f[Spe];
var md=(Spe==GV("personid"));
var pw=SPW(Spe);
if(!pw){
Sed=false;
}
for(var j=0;j<=3;j++){
GE("switchpanel"+j).className=((_1==j)?"sswitched":"sswitch");
GE("switchlink"+j).className=((_1==j)?"sswitchedlink":"");
}
SR("personalview",(Spa==0)&&!Sed);
SR("personaledit",(Spa==0)&&Sed);
SR("personaleditdeath",(Spa==0)&&(p.z==1)&&Sed);
SR("partnersviewedit",(Spa==3));
SR("contactview",(Spa==1)&&!Sed);
SR("contactedit",(Spa==1)&&Sed);
SR("bioview",(Spa==2)&&!Sed);
SR("bioedit1",(Spa==2)&&Sed);
SR("bioeditdeath",(Spa==2)&&(p.z==1)&&Sed);
SR("bioedit2",(Spa==2)&&Sed);
SR("viewfooter",pw&&(!Sed));
SR("editfooter",Sed);
SR("readonlyfooter",(!staticMode)&&(!Ewr)&&(!Ewp));
SR("writemefooter",(!Ewr)&&pw);
SR("writenotfooter",Ewp&&!pw);
SV("editbutton",(Spa==3)?"Edit partnership details":("Edit "+(md?"my":(p.h+"'s"))+" details"));
SS("nonrelations",true);
SS("shareperson",(!staticMode)&&GV("sessionid")&&(p.z!="1")&&!md);
SS("nonediting",!Sed);
SR("relactions",Ewr&&!Sed);
if(Sed){
var df=(_2===true);
for(var j in Sen[Spa]){
SV(Sen[Spa][j],p[j]);
if(df&&(j!="y")&&!GV(Sen[Spa][j])){
FS(Sen[Spa][j]);
df=false;
}
}
}else{
if(Ewr){
SRP(false);
}
}
if(_1==1){
SP1();
}else{
if(_1==2){
SP2();
}else{
if(_1==3){
SP3();
}else{
SP0();
}
}
}
SSF();
};
function SSF(){
var om=!staticMode;
var sl=ESL();
SR("importfooter",om&&(!sl.n)&&(!sl.s)&&(!sl.i));
SR("downloadfooter",om&&GV("sessionid")&&GV("familyid")&&sl.s&&(!sl.n)&&!sl.i);
SR("clearfooter",om&&(sl.n||sl.i)&&!sl.s);
};
function SWA(p){
SSA(p,Sed);
};
function SED(){
ECS();
ESE(false,[Spe],Spe);
};
function SAS(){
EFE(true);
};
function SCS(){
EFE(false);
};
function SRR(e){
var v=GE(e);
while(v.firstChild){
v.removeChild(v.firstChild);
}
};
function SJR(e,v,h,s){
var r=document.createElement("TR");
var a=document.createElement("TD");
a.className="sboth";
a.innerHTML=h?v:EL(v);
a.colSpan=s;
r.appendChild(a);
GE(e).appendChild(r);
};
function SSR(e,t,v,h,a){
var r=document.createElement("TR");
r.vAlign=a||"top";
var a=document.createElement("TD");
a.className="sleft";
if(t){
a.innerHTML=EH(t+":");
}
var b=document.createElement("TD");
b.className="sright";
b.innerHTML=h?v:EL(v);
r.appendChild(a);
r.appendChild(b);
GE(e).appendChild(r);
return r;
};
function SUR(e,t,i,v,s){
SJR(e,"<INPUT TYPE=\"submit\" VALUE=\""+EH(t)+"\" ID=\""+EH(i+v)+"\" CLASS=\"sbutton\" onClick=\"SCB('"+EH(i)+"','"+EH(v)+"'); return false;\">",true,s);
};
function SPP(i,ra,s){
var f=Efa;
var rn=[];
for(j=0;j<ra.length;j++){
var pi=f[ra[j]];
var l=pi.l||pi.q;
var y=(FPD(pi.b||"").y||"")+"-"+(FPD(pi.d||"").y||"");
rn[rn.length]={i:ra[j],l:l?l.toLowerCase():"zzz",p:pi.p?pi.p.toLowerCase():"zzz",n:pi.n+((y.length>1)?(" ("+y+")"):"")};
}
rn.sort(NSN);
var v=GE(i);
v.options.length=0;
v.options[v.options.length]=new Option("","");
for(j=0;j<rn.length;j++){
var l=v.options.length;
v.options[l]=new Option(rn[j].n,rn[j].i);
if(rn[j].i==s){
v.selectedIndex=l;
}
}
};
function SLR(e,s){
SJR(e,"<IMG CLASS=\"blankpixel\" WIDTH=\"1\" HEIGHT=\"4\">",true,s);
};
function SRW(t,i){
if(i){
SSR("personalview",t,"<A HREF=\"#\" onClick=\"javascript:SCR('"+i+"'); return false;\">"+EH(Efa[i].n)+"</A>",true);
}
};
function SRB(t,i,v){
SUR("relactions",t,i,v,1);
};
function SPR(e){
SRR("relactions");
if(e){
SS("nonrelations",false);
}
};
function SRP(e){
SPR(e);
var f=Efa;
var p=f[Spe];
if(e){
var fd=false;
var ns=false;
SRB("Change parents","changeparent","");
if(p.cp){
SRB(((p.cp>1)||!p.s)?"Change partners":"Change partner","changespouse","");
}
if(Spe==Efo){
fd=true;
}else{
var cf=FDF(f,Efo,null,null,null);
var df=FDF(f,Efo,Spe,null,null);
if((df.length-cf.length)<=1){
SRB("Delete "+p.n,"delete",Spe);
}else{
ns=true;
}
}
SRB("Cancel","cancel","");
if(ns){
SJR("relactions","<BR>This person cannot be deleted because this would split the tree into separate pieces.",true,1);
}
if(fd){
SJR("relactions","<BR>This person started the tree and cannot be deleted.",true,1);
}
}else{
var md=(GV("personid")==Spe);
var ap=p.fg||Ead||(GV("personid")==Efo);
SJR("relactions",md?"Click to add your relatives:":("Click to add relatives of "+p.h+":"),false,1);
if(ap){
if(p.f&&p.m){
}else{
if(p.f){
SRB("Add mother","choosemother","");
}else{
if(p.m){
SRB("Add father","choosefather","");
}else{
SRB("Add parents","addparents","");
}
}
}
}
if(p.s||p.cp){
SRB("Add partner/ex","choosespouse","");
}else{
SRB("Add partner/ex","choosespouse","");
}
var sc=p.g||(p.s&&f[p.s].g);
if(ap){
SRB("Add brother/sister","addsibling","");
}
if(sc){
SRB("Add child","addchild","");
}
var cf=0;
for(var j in f){
cf++;
if(cf>1){
SRB("Change or delete","morelactions","");
break;
}
}
if(!sc){
SJR("relactions","<BR>To add children, set this person's gender first.",true,1);
}
if(!ap){
var si=GV("sessionid");
if(md){
SJR("relactions","<BR>To add your parents, brothers or sisters, "+"please "+(si?"":"sign in then ")+"create a new family branch.",true,1);
if(si){
SRB("Create new family for me","startbranch","");
}
}else{
SJR("relactions","<BR>To add "+p.h+"'s parents, brothers or sisters, "+"a new family branch can be created"+(si?"":" after signing in")+".",true,1);
if(si){
SRB("Create new family for "+p.h,"startbranch","");
}
}
}
var ad=GE("advertisement");
if(ad){
SLR("relactions",1);
SLR("relactions",1);
SJR("relactions",ad.innerHTML,true,1);
}
}
};
function SP0(){
var f=Efa;
var p=f[Spe];
if(Sed){
GE("gender_f").checked=(p.g=="f");
GE("gender_m").checked=(p.g=="m");
GE("gender_o").checked=(p.g=="o");
GE("alive").checked=(p.z!="1");
SSD("birthdom","birthmonth","birthyear",p.b);
SSD("deathdom","deathmonth","deathyear",p.d);
}else{
SRR("personalview");
SSR("personalview","Full name",(p.p||"")+" "+(p.l||p.q||""),false);
if(p.q&&p.l&&(p.q!=p.l)){
SSR("personalview","Surname at birth",p.q,false);
}
SSR("personalview","Gender",(p.g&&Fgn[p.g])?Fgn[p.g]:Fgn[""],false);
SSR("personalview","Birth date",FDT(p.b),false);
if(p.z==1){
SSR("personalview","Death date",FDT(p.d),false);
}
}
};
function SP1(){
var f=Efa;
var p=f[Spe];
if(!Sed){
SRR("contactview");
for(var j in Sv1){
if(p[j]||((!staticMode)&&((j=="e")||(j=="w")||(j=="t")||(j=="a")))){
if(j=="e"){
SSR("contactview",Sv1[j],p[j]?("<A HREF=\"mailto:"+EH(p[j])+"\">"+EH(p[j])+"</A>"):"",true);
}else{
if(j=="S"){
SSR("contactview",Sv1[j],p[j]?("<A HREF=\"callto:"+EH(p[j])+"\">"+EH(p[j])+"</A>"):"",true);
}else{
if((j=="w")||(j=="B")||(j=="P")){
SSR("contactview",Sv1[j],p[j]?("<A HREF=\""+EH(p[j])+"\" TARGET=\"_new\" onClick=\"return UL(this);\">"+EH(p[j])+"</A>"):"",true);
}else{
SSR("contactview",Sv1[j],p[j],false);
}
}
}
}
}
if(staticMode&&!staticModeAfterRead){
SJR("contactview","&nbsp;<BR>To protect your privacy, phone numbers, addresses and emails have been removed.",true,2);
}
}
};
function SP2(){
var f=Efa;
var p=f[Spe];
if(Sed){
SSD("burialdom","burialmonth","burialyear",p.F);
}else{
SRR("bioview");
for(var j in Sv2){
if(p[j]||(j=="v")||(j=="y")||(j=="j")){
if(((j!="y")&&(j!="U")&&(j!="F"))||(p.z==1)){
SSR("bioview",Sv2[j],(j=="F")?FDT(p[j]):p[j],false);
}
}
}
}
};
function S3R(f,p,pi,rc){
if(rc&&GE("partnersviewedit").firstChild){
SLR("partnersviewedit",2);
}
var cp=(p.s==pi)||(p.z==1);
var pl=(p.z!=1)&&(f[pi].z==1);
var _3=new String(p.gp?p.gp[pi]:"");
if(rc){
var cm=FCM(p,f[pi]);
if(((_3=="m")&&(cp||pl))||(_3=="s")){
if(pl){
var s=cm?((cm>0)?"Late wife":"Late husband"):"Late spouse";
}else{
var s=cm?((cm>0)?"Wife":"Husband"):"Spouse";
}
if(_3=="s"){
s+=" (separated)";
}
}else{
if((_3=="m")||(_3=="d")||(_3=="a")){
var s=cm?((cm>0)?"Ex-wife":"Ex-husband"):"Ex-spouse";
}else{
if((_3=="e")&&(cp||pl)){
if(pl){
var s=(cm>0)?"Late fiancée":"Late fiancé";
}else{
var s=(cm>0)?"Fiancée":"Fiancé";
}
}else{
if(_3=="e"){
var s=(cm>0)?"Ex-fiancée":"Ex-fiancé";
}else{
var s=pl?"Late partner":(cp?"Partner":"Ex-partner");
}
}
}
}
SSR("partnersviewedit",s,f[pi].n,false);
}
if(_3=="m"){
var t={m:"Wedding date",w:"Location",z:((cp||pl)?"":"End date")};
}else{
if(_3=="e"){
var t={r:"Engagement date",z:((cp||pl)?"":"End date")};
}else{
if(_3=="r"){
var t={b:"Start date",z:((p.s==pi)?"":"End date")};
}else{
if(_3=="s"){
var t={m:"Wedding date",w:"Location",s:"Separation date"};
}else{
if(_3=="d"){
var t={m:"Wedding date",w:"Location",d:"Divorce date"};
}else{
if(_3=="a"){
var t={m:"Wedding date",w:"Location",a:"Annulment date"};
}else{
var t={};
}
}
}
}
}
}
if(Sed){
var e="partner"+pi+"g";
if(rc){
SSR("partnersviewedit","Type","<SELECT ID=\""+EH(e)+"\" CLASS=\"sselect\" onChange=\"SCP('g', '"+EH(pi)+"')\"></SELECT>",true,"middle");
var v=GE(e);
v.options.length=0;
v.options[v.options.length]=new Option("","");
for(var j in Spt){
v.options[v.options.length]=new Option(Spt[j],j);
}
}
SO(e,_3);
for(var ti in t){
if(t[ti]){
var _4=p[ti+"p"]?p[ti+"p"][pi]:"";
if(ti=="w"){
var e="partner"+pi+ti;
if(rc){
SSR("partnersviewedit",t[ti],"<INPUT ID=\""+EH(e)+"\" CLASS=\"sfield\" onChange=\"SCP('"+ti+"', '"+EH(pi)+"');\">",true,"middle");
}
SV(e,_4);
}else{
S3D(pi,t[ti],ti,_4,rc);
}
}
}
}else{
if(rc){
for(var ti in t){
if(t[ti]){
var _4=p[ti+"p"]?p[ti+"p"][pi]:"";
SSR("partnersviewedit",t[ti],(ti=="w")?_4:FDT(_4),false);
}
}
}
}
};
function S3D(pi,t,ti,d,rc){
if(rc){
var s=EH(pi+ti);
var o=" onChange=\"SCP('"+EH(ti)+"', '"+EH(pi)+"');\"";
SSR("partnersviewedit",t,"<SELECT ID=\"partner"+s+"dom\" CLASS=\"sselect\""+o+"></SELECT>&nbsp; <SELECT ID=\"partner"+s+"month\" CLASS=\"sselect\""+o+"></SELECT>&nbsp; <INPUT ID=\"partner"+s+"year\" CLASS=\"syear\""+o+" MAXLENGTH=4>",true,"middle");
}
SSD("partner"+pi+ti+"dom","partner"+pi+ti+"month","partner"+pi+ti+"year",d);
};
function SP3(){
var f=Efa;
var p=f[Spe];
var rr={};
if(p.s){
rr[p.s]=true;
}
for(var pi in p.pc){
if(pi!=p.s){
rr[pi]=true;
}
}
if(Sed){
var rl=Spe;
for(var pi in rr){
rl+=" "+(p.gp?p.gp[pi]:"")+pi+(p.ep?p.ep[pi]:"");
}
var rc=(rl!=Srl);
Srl=rl;
}else{
Srl=null;
var rc=true;
}
if(rc){
SRR("partnersviewedit");
}
for(var pi in rr){
S3R(f,p,pi,rc);
}
};
function SSG(v){
EFC(Spe,{g:v});
EUF();
};
function SCV(i){
if(i=="birth"){
EFC(Spe,{b:FDS(GO("birthdom"),GO("birthmonth"),GV("birthyear"))});
}else{
if(i=="death"){
EFC(Spe,{d:FDS(GO("deathdom"),GO("deathmonth"),GV("deathyear"))});
}else{
if(i=="burial"){
EFC(Spe,{F:FDS(GO("burialdom"),GO("burialmonth"),GV("burialyear"))});
}else{
if(i=="alive"){
EFC(Spe,{z:(GE(i).checked?"0":"1")});
}else{
for(k=0;k<Sen.length;k++){
for(var j in Sen[k]){
if(i==Sen[k][j]){
var c={};
var v=new String(GV(i));
v=v.replace(/^\s+|\s+$/g,"");
if((j=="p")||(j=="l")||(j=="q")){
var s=v.split(" ");
for(w=0;w<s.length;w++){
if((s[w].length)&&(excludeCapitals.indexOf(","+s[w]+",")<0)&&(s[w].indexOf("'")<0)){
s[w]=s[w].charAt(0).toUpperCase()+s[w].substring(1);
}
}
v=s.join(" ");
}
if((j=="w")||(j=="B")||(j=="P")){
if(v.length&&(v.indexOf("://")<0)){
v="http://"+v;
}
}
c[j]=v;
EFC(Spe,c);
}
}
}
}
}
}
}
EUF();
};
function SCP(ti,pi){
var e="partner"+pi+ti;
var c={};
if(ti=="g"){
c[ti]=GO(e);
}else{
if(ti=="w"){
c[ti]=GV(e);
}else{
c[ti]=FDS(GO(e+"dom"),GO(e+"month"),GV(e+"year"));
}
}
EPC(Spe,pi,c);
EUF();
};
function SCM(){
var f=Efa;
var tm=GO("treemother");
var tf=GO("treefather");
SPP("treefather",FAR(f,Spe,tm),tm?f[tm].es:tf);
if(!GO("treefather")){
SO("treefather",f[Spe].f);
}
};
function SFV(i){
if(!GV(i)){
if(i=="familybirth"){
var sn=GV("familyname");
if(sn){
EFC(Spe,{q:sn});
SV(i,sn);
if(GV(i)){
GE(i).blur();
setTimeout("FS('"+i+"')",0);
}
}
}
}
};
function SAP(f,ti,oi,_5,_6,_7,_8){
if(oi){
var op=f[oi];
}
if(oi&&(op.es||op.cp)){
if((op.es)&&(op.es!=ti)){
SRB(_5+f[op.es].n,_6,op.es);
}
for(var pi in op.pc){
if((pi!=op.es)&&(pi!=ti)){
SRB(_5+f[pi].n,_6,pi);
}
}
if(_8){
SRB(_7,_8,"");
}
}else{
if(_8){
SCB(_8,"");
}
}
};
function SPX(f,i1,i2,ap){
if(i1&&i2&&f[i1]&&f[i2]&&(ap||!FMS(f,i1,i2))){
if(!(f[i1].ep&&f[i1].ep[i2]&&f[i2].ep&&f[i2].ep[i1])){
EPC(i1,i2,{e:1});
}
}
};
function SCB(i,v){
var f=Efa;
var p=f[Spe];
if((i=="addparents")||(i=="addparentsstop")){
if(i=="addparents"){
ECS();
}
var pd=(p.z==1)&&(p.c.length>0);
for(var j=0;j<p.c.length;j++){
if(f[p.c[j]].z!=1){
pd=false;
}
}
var fi=EFI();
var fo={"^":Spe,g:"m",l:p.q};
if(pd){
fo.z=1;
}
EFC(fi,fo);
var mi=EFI();
var mo={"^":Spe,g:"f",s:fi,l:p.q};
if(pd){
mo.z=1;
}
EFC(mi,mo);
EFC(Spe,{m:mi,f:fi});
if(i=="addparents"){
ESE(true,[mi,fi],Spe);
}
}else{
if(i=="choosemother"){
SPR(true);
SAP(f,p.m,p.f,"Set mother to ","setmother","Add new mother","addmother");
SRB("Cancel","cancel","");
}else{
if(i=="choosefather"){
SPR(true);
SAP(f,p.f,p.m,"Set father to ","setfather","Add new father","addfather");
SRB("Cancel","cancel","");
}else{
if(i=="changeparent"){
SPR(true);
if((!p.f)&&(!p.m)){
SRB("Add new parents","addparents","");
}
if(!p.f){
SRB("Add new father","addfather","");
}else{
SAP(f,p.m,p.f,"Set mother to ","setmother",null,null);
}
if(!p.m){
SRB("Add new mother","addmother","");
}else{
SAP(f,p.f,p.m,"Set father to ","setfather",null,null);
}
var ra=FAR(f,Spe,null);
if(ra.length){
SRB("Choose new parents from tree","treeparents","");
}
SRB("Cancel","cancel","");
}else{
if((i=="choosespouse")||(i=="changespouse")){
SPR(true);
if((i=="changespouse")||!p.s){
for(var pi in p.pc){
if(pi!=p.s){
SRB("Set partner to "+f[pi].n,"setspouse",pi);
}
}
}
if(i=="choosespouse"){
SRB("Add new partner","addspouse","");
SRB("Add new ex-partner","addexspouse","");
var ra=FPR(f,Spe);
if(ra.length){
SRB("Partner with person already on tree","treespouse","");
}
}
if(i=="changespouse"){
if(p.s){
SRB("Set no current partner","setspouse","");
}
var cf=FDF(f,Spe,null,null,null);
for(var pi in p.pc){
if((pi!=p.s)&&!FLP(f,Spe,pi).length){
var df=FDF(f,Spe,null,Spe,pi);
if(df.length<=cf.length){
SRB("Remove ex-partner "+f[pi].n,"notexspouse",pi);
}
}
}
}
SRB("Cancel","cancel","");
}else{
if(i=="addchild"){
SPR(true);
if(p.es){
SRB("Add child with "+f[p.es].n,"addchildwith",p.es);
}
for(var pi in p.pc){
if(pi!=p.es){
SRB("Add child with "+f[pi].n,"addchildwith",pi);
}
}
SRB((p.g=="m")?"Add child with new mother":"Add child with new father","addchildwithnew","");
SRB((p.g=="m")?"Add child without mother":"Add child without father","addchildwithout","");
SRB("Cancel","cancel","");
}else{
if(i=="addchildwith"){
ECS();
var ci=EFI();
var mi=FSM(f,Spe,v)?Spe:v;
var fi=FSM(f,Spe,v)?v:Spe;
var c={"^":Spe,m:mi,f:fi};
if(FMS(f,mi,fi)){
c.l=p.l;
c.q=p.l;
}
EFC(ci,c);
ESE(true,[ci],ci);
}else{
if(i=="addchildwithnew"){
ECS();
var ci=EFI();
var c={"^":Spe};
if(p.g=="m"){
c.f=Spe;
}else{
c.m=Spe;
}
EFC(ci,c);
var pi=EFI();
EFC(pi,{"^":ci,g:(p.g=="m")?"f":"m"});
EFC(ci,(p.g=="m")?{m:pi}:{f:pi});
ESE(true,[ci,pi],ci);
}else{
if(i=="addchildwithout"){
ECS();
var ci=EFI();
EFC(ci,(p.g=="m")?{"^":Spe,f:Spe,l:p.l,q:p.l}:{"^":Spe,m:Spe,l:p.l,q:p.l});
ESE(true,[ci],ci);
}else{
if(i=="addsibling"){
ECS();
var ap=!(p.m||p.f);
if(ap){
SCB("addparentsstop","");
}
var si=EFI();
EFC(si,{"^":Spe,m:p.m,f:p.f,l:p.q,q:p.q});
ESE(true,ap?[si,p.m,p.f]:[si],si);
}else{
if(i=="addmother"){
ECS();
SPX(f,p.f,p.m,false);
var mi=EFI();
EFC(Spe,{m:mi});
EFC(mi,{"^":Spe,g:"f"});
ESE(true,[mi],Spe);
}else{
if(i=="addfather"){
ECS();
SPX(f,p.f,p.m,false);
var fi=EFI();
EFC(Spe,{f:fi});
EFC(fi,{"^":Spe,g:"m"});
ESE(true,[fi],Spe);
}else{
if(i=="addspouse"){
ECS();
SPX(f,Spe,p.s,true);
var si=EFI();
EFC(si,{"^":Spe,g:FIG(p.g),s:Spe,l:p.l});
ESE(true,[si],Spe);
}else{
if(i=="addexspouse"){
ECS();
var si=EFI();
EFC(si,{"^":Spe,g:FIG(p.g)});
EPC(Spe,si,{e:1});
ESE(true,[si],Spe);
}else{
if(i=="notexspouse"){
EPC(Spe,v,{e:""});
ESS();
EUF();
}else{
if(i=="treespouse"){
SPR(true);
SJR("relactions","Choose the person to partner with:",false,1);
SJR("relactions","<SELECT ID=\"treepartner\" CLASS=\"sselect\"></SELECT>",true,1);
SLR("relactions",1);
SRB("Add as current partner","treeaddspouse","");
SRB("Add as ex-partner","treeaddexspouse","");
SRB("Cancel","cancel","");
SPP("treepartner",FPR(f,Spe),null);
}else{
if(i=="treeaddspouse"){
SCB("setspouse",GO("treepartner"));
}else{
if(i=="treeaddexspouse"){
ECS();
EPC(Spe,GO("treepartner"),{e:1});
ESS();
EUF();
}else{
if(i=="setmother"){
SPX(f,p.f,p.m,false);
EFC(Spe,{m:v});
ESS();
EUF();
}else{
if(i=="setfather"){
SPX(f,p.f,p.m,false);
EFC(Spe,{f:v});
ESS();
EUF();
}else{
if(i=="setspouse"){
SPX(f,Spe,p.s,true);
if(v){
SPX(f,v,f[v].s,true);
}
EFC(Spe,{s:v});
ESS();
EUF();
}else{
if(i=="treeparents"){
SPR(true);
SJR("relactions","Choose the new mother:",false,1);
SJR("relactions","<SELECT ID=\"treemother\" CLASS=\"sselect\" onChange=\"SCM()\"></SELECT>",true,1);
SLR("relactions",1);
SJR("relactions","Choose the new father:",false,1);
SJR("relactions","<SELECT ID=\"treefather\" CLASS=\"sselect\"></SELECT>",true,1);
SLR("relactions",1);
SRB("Set new parents","treesetparents","");
SRB("Cancel","cancel","");
SPP("treemother",FAR(f,Spe,null),p.m);
SPP("treefather",FAR(f,Spe,p.m),p.f);
}else{
if(i=="treesetparents"){
var nm=GO("treemother");
var nf=GO("treefather");
var om=p.m;
var of=p.f;
var cf=FDF(f,Spe,null,null,null);
SPX(f,p.f,p.m,false);
EFC(Spe,{m:nm,f:nf});
EUS(true,null,null,false,false);
var df=FDF(f,Spe,null,null,null);
if(df.length>cf.length){
RE("This choice of parents is not allowed because it would split the tree into separate pieces.");
EFC(Spe,{m:om,f:of});
}
ESS();
EUF();
}else{
if(i=="delete"){
var p=Efa[v];
if(confirm("Are you sure you want to permanently delete "+p.n+"?")){
var ni=p["^"];
if((!ni)||(!f[ni])){
ni=p["^"]||p.es||p.f||p.m||p.c[0];
}
ECS();
SPX(f,p.f,p.m,false);
ESP(ni,true);
EFC(v,{x:""});
EUF();
}
}else{
if(i=="cancel"){
SSA(Spa,false);
}else{
if(i=="morelactions"){
SRP(true);
}else{
if(i=="startbranch"){
var md=(GV("personid")==Spe);
if(confirm("This will create a new family for "+(md?"your":(p.h+"'s"))+" relatives. Are you sure you want to proceed?")){
GE("startbranch").value="Please wait a few moments...";
EFB(Spe);
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
};
function NSN(a,b){
if(a.l<b.l){
return -1;
}else{
if(b.l<a.l){
return 1;
}
}
if(a.p<b.p){
return -1;
}else{
if(b.p<a.p){
return 1;
}
}
return 0;
};
function SSD(ed,em,ey,d){
var p=FPD(d?d.toString():"");
var v=GE(ed);
v.options.length=0;
v.options[v.options.length]=new Option("",0);
for(var j=1;j<=31;j++){
v.options[v.options.length]=new Option(j,j);
}
var v=GE(em);
v.options.length=0;
v.options[v.options.length]=new Option("",0);
for(var j=1;j<=12;j++){
v.options[v.options.length]=new Option(Fmn[j],j);
}
SO(ed,p.d);
SO(em,p.m);
SV(ey,p.y);
};
function SSU(s){
SS("showurl",!s);
SS("hideurl",s);
};
function SIU(u){
var p=Efa[Spe];
var r=p?p.r:null;
var pw=(!Sed)&&SPW(Spe)&&GV("familyid");
u=u&&pw;
if(u){
var v=GE("uploadiframe");
v.src="imageupload.php?f="+escape(GV("familyid"))+"&p="+escape(GV("personid"))+"&c="+escape(GV("checksum"))+"&i="+escape(Spe)+(r?"&r="+escape(r):"");
}else{
if(r){
var e=r.split(" ");
var v=GE("personimage");
var s=EIU(e[0]);
if(v.src!=s){
if(e[1]&&e[2]){
v.style.width=e[1]+"px";
v.style.height=e[2]+"px";
}else{
v.style.width="";
v.style.height="";
v.className="blankpixel";
}
v.src=s;
}
v.title=pw?"Click to change photo":"";
}
}
SV("uploadbutton",(Spe==GV("personid"))?"Add my photo":("Add photo for "+p.h));
SS("uploadbutton",pw&&(!r)&&(!u));
SS("uploadiframe",u);
SS("personimage",r&&(!u));
};
function SIC(){
if(SPW(Spe)&&!Sed){
SIU(true);
}
};
function SIF(f,i,r,w,h){
EFC(i,{r:(r?(r+" "+w+" "+h):r)});
ESS();
EUF();
SIU(false);
};
function SIA(){
SIU(false);
};
function SCC(){
if(confirm("Are you sure you want to clear this entire family and start again? "+"None of your work will be saved!")){
ESA();
}
};
</script> </HEAD>
<BODY STYLE="overflow:hidden;" onLoad="PL();" onResize="page_resized();">
<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=0>
<TR HEIGHT="8">
<FORM NAME="topform" ACTION="./" METHOD="POST">
<TD STYLE="border-bottom:solid #666666 1px; padding:8px;" VALIGN="middle">
<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=0><TR VALIGN="middle">
<TD NOWRAP><FONT STYLE="font-size:28px;"> <SPAN ID="lfamilyname"><FONT COLOR="#7F2020">Family 3</FONT></SPAN>&nbsp;<SPAN ID="lfamilyinfo" STYLE="font-size:12px;"></SPAN>
<IFRAME ID="backframe" WIDTH="1" HEIGHT="1" FRAMEBORDER="0" SCROLLING="no"></IFRAME>
</FONT></TD>
<TD ALIGN="right">
<INPUT TYPE="hidden" ID="newscript" NAME="newscript" VALUE="
# Start of FamilyScript...
iSTART pAdam gm z1 oGen 4:1 And Adam knew Eve his wife; and she conceived, and bare Cain, and said, I have gotten a man from the LORD.\nGen 4:2 And she again bare his brother Abel. And Abel was a keeper of sheep, but Cain was a tiller of the ground.\nGen 4:25 And Adam knew his wife again; and she bare a son, and called his name Seth: For God, said she, hath appointed me another seed instead of Abel, whom Cain slew.\n\n1 Chr 1:1 Adam, Sheth, Enosh, sP55Q7
iP55Q7 sSTART pEve gf oGen 4:1 And Adam knew Eve his wife; and she conceived, and bare Cain, and said, I have gotten a man from the LORD.\nGen 4:2 And she again bare his brother Abel. And Abel was a keeper of sheep, but Cain was a tiller of the ground.\nGen 4:25 And Adam knew his wife again; and she bare a son, and called his name Seth: For God, said she, hath appointed me another seed instead of Abel, whom Cain slew.
iRAQ25 pCain gm mP55Q7 fSTART
iDMPFC pAbel gm oGen 4:8 And Cain talked with Abel his brother: and it came to pass, when they were in the field, that Cain rose up against Abel his brother, and slew him. mP55Q7 fSTART
iEY17Z pSeth or Sheth gm oGen 5:3 And Adam lived an hundred and thirty years, and begat a son in his own likeness, after his image; and called his name Seth:\nGen 5:4 And the days of Adam after he had begotten Seth were eight hundred years: and he begat sons and daughters:\nGen 5:5 And all the days that Adam lived were nine hundred and thirty years: and he died.\nGen 5:6 And Seth lived an hundred and five years, and begat Enos:\nGen 5:7 And Seth lived after he begat Enos eight hundred and seven years, and begat sons and daughters:\nGen 5:8 And all the days of Seth were nine hundred and twelve years: and he died.\n\n1 Chr 1:1 Adam, Sheth, Enosh, mP55Q7 fSTART
iE10FV pJesus gm b00040000 vBethlehem, Israel z1 d00290000 yGolgatha, Jerusalem, Israel UJerusalem, Israel oLuke 3:23 And Jesus himself began to be about thirty years of age, being (as was supposed) the son of Joseph, which was the son of Heli, mCPI99 fRLTBQ
iRLTBQ pJoseph gm oLuke 3:23 And Jesus himself began to be about thirty years of age, being (as was supposed) the son of Joseph, which was the son of Heli, fMWLND sCPI99
iCPI99 sRLTBQ pMary gf
iMWLND pHeli gm oLuke 3:23 And Jesus himself began to be about thirty years of age, being (as was supposed) the son of Joseph, which was the son of Heli,\nLuke 3:24 Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph, fHBE04
iHBE04 pMatthat gm oLuke 3:23 And Jesus himself began to be about thirty years of age, being (as was supposed) the son of Joseph, which was the son of Heli,\nLuke 3:24 Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph, fA5GPA
iA5GPA pLevi gm oLuke 3:23 And Jesus himself began to be about thirty years of age, being (as was supposed) the son of Joseph, which was the son of Heli,\nLuke 3:24 Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph, fGVZAT
iGVZAT pMelchi gm oLuke 3:23 And Jesus himself began to be about thirty years of age, being (as was supposed) the son of Joseph, which was the son of Heli,\nLuke 3:24 Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph, fKGKEL
iKGKEL pJanna gm oLuke 3:23 And Jesus himself began to be about thirty years of age, being (as was supposed) the son of Joseph, which was the son of Heli,\nLuke 3:24 Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph, fX2WP3
iX2WP3 pJoseph gm oLuke 3:24 Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph,\nLuke 3:25 Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge, fC6QPK
iC6QPK pMattathias gm oLuke 3:24 Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph,\nLuke 3:25 Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge, fOZLYP
iOZLYP pAmos gm oLuke 3:24 Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph,\nLuke 3:25 Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge, fEYKMD
iEYKMD pNaum gm oLuke 3:24 Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph,\nLuke 3:25 Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge, fIUZAV
iIUZAV pEsli gm oLuke 3:24 Which was the son of Matthat, which was the son of Levi, which was the son of Melchi, which was the son of Janna, which was the son of Joseph,\nLuke 3:25 Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge, fGP1TT
iGP1TT pNagge gm oLuke 3:25 Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge,\nLuke 3:26 Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda, fCPM05
iCPM05 pMaath gm oLuke 3:25 Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge,\nLuke 3:26 Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda, fE32WI
iE32WI pMattathias gm oLuke 3:25 Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge,\nLuke 3:26 Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda, fCG7O5
iCG7O5 pSemei gm oLuke 3:25 Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge,\nLuke 3:26 Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda, fJUTY6
iJUTY6 pJoseph gm oLuke 3:25 Which was the son of Mattathias, which was the son of Amos, which was the son of Naum, which was the son of Esli, which was the son of Nagge,\nLuke 3:26 Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda, fR9RMA
iR9RMA pJuda gm oLuke 3:26 Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda,\nLuke 3:27 Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri, fBVP3E
iBVP3E pJoanna gm oLuke 3:26 Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda,\nLuke 3:27 Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri, fZ7ULX
iZ7ULX pRhesa gm oLuke 3:26 Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda,\nLuke 3:27 Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri, fLRQIE
iLRQIE pZorobabel gm oLuke 3:26 Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda,\nLuke 3:27 Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri, fSLLX0
iSLLX0 pSalathiel gm oLuke 3:26 Which was the son of Maath, which was the son of Mattathias, which was the son of Semei, which was the son of Joseph, which was the son of Juda,\nLuke 3:27 Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri, fEBK0Z
iEBK0Z pNeri gm oLuke 3:27 Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri,\nLuke 3:28 Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er, fFNZY0
iFNZY0 pMelchi gm oLuke 3:27 Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri,\nLuke 3:28 Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er, fS0LGU
iS0LGU pAddi gm oLuke 3:27 Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri,\nLuke 3:28 Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er, fLGRAR
iLGRAR pCosam gm oLuke 3:27 Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri,\nLuke 3:28 Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er, fDQ9VZ
iDQ9VZ pElmodam gm oLuke 3:27 Which was the son of Joanna, which was the son of Rhesa, which was the son of Zorobabel, which was the son of Salathiel, which was the son of Neri,\nLuke 3:28 Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er, fDLBP9
iDLBP9 pEr gm oLuke 3:28 Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er,\nLuke 3:29 Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi, fUVACL
iUVACL pJose gm oLuke 3:28 Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er,\nLuke 3:29 Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi, fSJZP7
iSJZP7 pEliezer gm oLuke 3:28 Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er,\nLuke 3:29 Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi, fLGY1M
iLGY1M pJorim gm oLuke 3:28 Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er,\nLuke 3:29 Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi, fGHS0I
iGHS0I pMatthat gm oLuke 3:28 Which was the son of Melchi, which was the son of Addi, which was the son of Cosam, which was the son of Elmodam, which was the son of Er,\nLuke 3:29 Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi, fA5ZAR
iA5ZAR pLevi gm oLuke 3:29 Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi,\nLuke 3:30 Which was the son of Simeon, which was the son of Juda, which was the son of Joseph, which was the son of Jonan, which was the son of Eliakim, fKE2QU
iKE2QU pSimeon gm oLuke 3:29 Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi,\nLuke 3:30 Which was the son of Simeon, which was the son of Juda, which was the son of Joseph, which was the son of Jonan, which was the son of Eliakim, fUIG2K
iUIG2K pJuda gm oLuke 3:29 Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi,\nLuke 3:30 Which was the son of Simeon, which was the son of Juda, which was the son of Joseph, which was the son of Jonan, which was the son of Eliakim, fNSUH8
iNSUH8 pJoseph gm oLuke 3:29 Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi,\nLuke 3:30 Which was the son of Simeon, which was the son of Juda, which was the son of Joseph, which was the son of Jonan, which was the son of Eliakim, fMYEGP
iMYEGP pJonan gm oLuke 3:29 Which was the son of Jose, which was the son of Eliezer, which was the son of Jorim, which was the son of Matthat, which was the son of Levi,\nLuke 3:30 Which was the son of Simeon, which was the son of Juda, which was the son of Joseph, which was the son of Jonan, which was the son of Eliakim, fMOX9F
iMOX9F pEliakim gm oLuke 3:30 Which was the son of Simeon, which was the son of Juda, which was the son of Joseph, which was the son of Jonan, which was the son of Eliakim,\nLuke 3:31 Which was the son of Melea, which was the son of Menan, which was the son of Mattatha, which was the son of Nathan, which was the son of David, fX9AV9
iX9AV9 pMelea gm oLuke 3:30 Which was the son of Simeon, which was the son of Juda, which was the son of Joseph, which was the son of Jonan, which was the son of Eliakim,\nLuke 3:31 Which was the son of Melea, which was the son of Menan, which was the son of Mattatha, which was the son of Nathan, which was the son of David, fM9EKQ
iM9EKQ pMenan gm oLuke 3:30 Which was the son of Simeon, which was the son of Juda, which was the son of Joseph, which was the son of Jonan, which was the son of Eliakim,\nLuke 3:31 Which was the son of Melea, which was the son of Menan, which was the son of Mattatha, which was the son of Nathan, which was the son of David, fSCY54
iSCY54 pNathan gm vJerusalem, Israel oLuke 3:30 Which was the son of Simeon, which was the son of Juda, which was the son of Joseph, which was the son of Jonan, which was the son of Eliakim,\nLuke 3:31 Which was the son of Melea, which was the son of Menan, which was the son of Mattatha, which was the son of Nathan, which was the son of David, mGVEMN fZNNTV
iZNNTV pDavid gm b10500000 oRuth 4:22 And Obed begat Jesse, and Jesse begat David.\n\n1 Chr 2:13 And Jesse begat his firstborn Eliab, and Abinadab the second, and Shimma the third,\n1 Chr 2:14 Nethaneel the fourth, Raddai the fifth,\n1 Chr 2:15 Ozem the sixth, David the seventh:\n\nMat 1:6 And Jesse begat David the king; and David the king begat Solomon of her that had been the wife of Urias;\n\nLuke 3:31 Which was the son of Melea, which was the son of Menan, which was the son of Mattatha, which was the son of Nathan, which was the son of David,\nLuke 3:32 Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson, fIAJQH sGVEMN
iGVEMN sZNNTV pBathshua or Bathsheba gf o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:
iIAJQH pJesse gm oRuth 4:22 And Obed begat Jesse, and Jesse begat David.\n\n1 Chr 2:12 And Boaz begat Obed, and Obed begat Jesse.\n\nMat 1:5 And Salmon begat Booz of Rachab; and Booz begat Obed of Ruth; and Obed begat Jesse;\nMat 1:6 And Jesse begat David the king; and David the king begat Solomon of her that had been the wife of Urias;\n\nLuke 3:31 Which was the son of Melea, which was the son of Menan, which was the son of Mattatha, which was the son of Nathan, which was the son of David,\nLuke 3:32 Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson, fS6WN6
iS6WN6 pObed gm oRuth 4:21 And Salmon begat Boaz, and Boaz begat Obed,\nRuth 4:22 And Obed begat Jesse, and Jesse begat David.\n\n1 Chr 2:12 And Boaz begat Obed, and Obed begat Jesse.\n\nMat 1:4 And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;\nMat 1:5 And Salmon begat Booz of Rachab; and Booz begat Obed of Ruth; and Obed begat Jesse;\n\nLuke 3:31 Which was the son of Melea, which was the son of Menan, which was the son of Mattatha, which was the son of Nathan, which was the son of David,\nLuke 3:32 Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson, mLKFPQ fTI524
iTI524 pBooz or Boaz gm oRuth 4:21 And Salmon begat Boaz, and Boaz begat Obed,\n\n1 Chr 2:11 And Nahshon begat Salma, and Salma begat Boaz,\n\nMat 1:4 And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;\nMat 1:5 And Salmon begat Booz of Rachab; and Booz begat Obed of Ruth; and Obed begat Jesse;\n\nLuke 3:31 Which was the son of Melea, which was the son of Menan, which was the son of Mattatha, which was the son of Nathan, which was the son of David,\nLuke 3:32 Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson, mFAKOV fWJ39T sLKFPQ
iLKFPQ sTI524 pRuth gf oMat 1:4 And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;\nMat 1:5 And Salmon begat Booz of Rachab; and Booz begat Obed of Ruth; and Obed begat Jesse;
iWJ39T pSalmon or Salma gm oRuth 4:20 And Amminadab begat Nahshon, and Nahshon begat Salmon,\nRuth 4:21 And Salmon begat Boaz, and Boaz begat Obed,\n\n1 Chr 2:11 And Nahshon begat Salma, and Salma begat Boaz,\n\nMat 1:4 And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;\nMat 1:5 And Salmon begat Booz of Rachab; and Booz begat Obed of Ruth; and Obed begat Jesse;\n\nLuke 3:31 Which was the son of Melea, which was the son of Menan, which was the son of Mattatha, which was the son of Nathan, which was the son of David,\nLuke 3:32 Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson, fHZW8U sFAKOV
iFAKOV sWJ39T pRachab gf oMat 1:4 And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;\nMat 1:5 And Salmon begat Booz of Rachab; and Booz begat Obed of Ruth; and Obed begat Jesse;
iHZW8U pNaasson or Nahshon gm oRuth 4:20 And Amminadab begat Nahshon, and Nahshon begat Salmon,\n\n1 Chr 2:10 And Ram begat Amminadab; and Amminadab begat Nahshon, prince of the children of Judah;\n\nMat 1:4 And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;\n\nLuke 3:32 Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson,\nLuke 3:33 Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda, fM783Q
iM783Q pAminadab or Amminadab gm oRuth 4:19 And Hezron begat Ram, and Ram begat Amminadab,\nRuth 4:20 And Amminadab begat Nahshon, and Nahshon begat Salmon,\n\n1 Chr 2:10 And Ram begat Amminadab; and Amminadab begat Nahshon, prince of the children of Judah;\n\nMat 1:4 And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;\n\nLuke 3:32 Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson,\nLuke 3:33 Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda, fOFR3V
iOFR3V pAram or Ram gm oRuth 4:19 And Hezron begat Ram, and Ram begat Amminadab,\n\n1 Chr 2:9 The sons also of Hezron, that were born unto him; Jerahmeel, and Ram, and Chelubai.\n\nMat 1:3 And Judas begat Phares and Zara of Thamar; and Phares begat Esrom; and Esrom begat Aram;\nMat 1:4 And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;\n\nLuke 3:32 Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson,\nLuke 3:33 Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda, mMXH26 fRSSK5
iRSSK5 pEsrom or Hezron gm z1 yCalebephratah oGen 46:12 And the sons of Judah; Er, and Onan, and Shelah, and Pharez, and Zarah: but Er and Onan died in the land of Canaan. And the sons of Pharez were Hezron and Hamul.\n\nRuth 4:19 And Hezron begat Ram, and Ram begat Amminadab,\nRuth 4:18 Now these are the generations of Pharez: Pharez begat Hezron,\n\n1 Chr 2:5 The sons of Pharez; Hezron, and Hamul.\n\n1 Chr 2:9 The sons also of Hezron, that were born unto him; Jerahmeel, and Ram, and Chelubai.\n\nMat 1:3 And Judas begat Phares and Zara of Thamar; and Phares begat Esrom; and Esrom begat Aram;\n\nLuke 3:32 Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson,\nLuke 3:33 Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda, fKCEK4 sMXH26
iMXH26 sRSSK5 pAbiah gf
iKCEK4 pPhares or Pharez gm oGen 46:12 And the sons of Judah; Er, and Onan, and Shelah, and Pharez, and Zarah: but Er and Onan died in the land of Canaan. And the sons of Pharez were Hezron and Hamul.\n\nRuth 4:18 Now these are the generations of Pharez: Pharez begat Hezron,\n\n1 Chr 2:5 The sons of Pharez; Hezron, and Hamul.\n\nMat 1:3 And Judas begat Phares and Zara of Thamar; and Phares begat Esrom; and Esrom begat Aram;\n\nLuke 3:32 Which was the son of Jesse, which was the son of Obed, which was the son of Booz, which was the son of Salmon, which was the son of Naasson,\nLuke 3:33 Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda, mBHA3W fZFE2F
iZFE2F pJuda or Judah or Judas gm oGen 46:12 And the sons of Judah; Er, and Onan, and Shelah, and Pharez, and Zarah: but Er and Onan died in the land of Canaan. And the sons of Pharez were Hezron and Hamul.\n\n1 Chr 2:3 The sons of Judah; Er, and Onan, and Shelah: which three were born unto him of the daughter of Shua the Canaanitess. And Er, the firstborn of Judah, was evil in the sight of the LORD; and he slew him.\n1 Chr 2:4 And Tamar his daughter in law bare him Pharez and Zerah. All the sons of Judah were five.\n\nMat 1:2 Abraham begat Isaac; and Isaac begat Jacob; and Jacob begat Judas and his brethren;\n\nLuke 3:33 Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda,\nLuke 3:34 Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor, mERBFE fRC4KB sV8WIQ
iV8WIQ sZFE2F pUnknown gf
iRC4KB pJacob or Israel gm oGen 25:24 And when her days to be delivered were fulfilled, behold, there were twins in her womb.\nGen 25:25 And the first came out red, all over like an hairy garment; and they called his name Esau.\nGen 25:26 And after that came his brother out, and his hand took hold on Esau's heel; and his name was called Jacob: and Isaac was threescore years old when she bare them.\n\nMat 1:2 Abraham begat Isaac; and Isaac begat Jacob; and Jacob begat Judas and his brethren;\n\nLuke 3:33 Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda,\nLuke 3:34 Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor, mKJPAP fL08NU sERBFE
iERBFE sRC4KB pLeah gf vPadanaram oGen 35:23 The sons of Leah; Reuben, Jacob's firstborn, and Simeon, and Levi, and Judah, and Issachar, and Zebulun:\n\nGen 49:30 In the cave that is in the field of Machpelah, which is before Mamre, in the land of Canaan, which Abraham bought with the field of Ephron the Hittite for a possession of a buryingplace.\nGen 49:31 There they buried Abraham and Sarah his wife; there they buried Isaac and Rebekah his wife; and there I buried Leah. fM856W
iL08NU pIsaac gm oGen 25:5 And Abraham gave all that he had unto Isaac.\n\nGen 25:11 And it came to pass after the death of Abraham, that God blessed his son Isaac; and Isaac dwelt by the well Lahairoi.\n\nMat 1:2 Abraham begat Isaac; and Isaac begat Jacob; and Jacob begat Judas and his brethren;\n\nLuke 3:33 Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda,\nLuke 3:34 Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor, mL144J fK7060 sKJPAP
iKJPAP sL08NU pRebekah gf oGen 22:23 And Bethuel begat Rebekah:\n\nGen 25:24 And when her days to be delivered were fulfilled, behold, there were twins in her womb.\nGen 25:25 And the first came out red, all over like an hairy garment; and they called his name Esau.\nGen 25:26 And after that came his brother out, and his hand took hold on Esau's heel; and his name was called Jacob: and Isaac was threescore years old when she bare them. fYVU9G
iK7060 pAbram or Abraham gm z1 Ucave of Machpelh in the field of Ephron the son of Zohar the Hittite which is before Mamre oGen 11:24 And Nahor lived nine and twenty years, and begat Terah:\nGen 11:25 And Nahor lived after he begat Terah an hundred and nineteen years, and begat sons and daughters.\nGen 11:26 And Terah lived seventy years, and begat Abram, Nahor, and Haran.\nGen 11:27 Now these are the generations of Terah: Terah begat Abram, Nahor, and Haran; and Haran begat Lot.\n\nGen 11:31 And Terah took Abram his son, and Lot the son of Haran his son's son, and Sarai his daughter in law, his son Abram's wife; and they went forth with them from Ur of the Chaldees, to go into the land of Canaan; and they came unto Haran, and dwelt there.\n\nGen 25:7 And these are the days of the years of Abraham's life which he lived, an hundred threescore and fifteen years.\nGen 25:8 Then Abraham gave up the ghost, and died in a good old age, an old man, and full of years; and was gathered to his people.\nGen 25:9 And his sons Isaac and Ishmael buried him in the cave of Machpelah, in the field of Ephron the son of Zohar the Hittite, which is before Mamre;\n\n1 Chr 1:32 Now the sons of Keturah, Abraham's concubine: she bare Zimran, and Jokshan, and Medan, and Midian, and Ishbak, and Shuah.\n\nMat 1:2 Abraham begat Isaac; and Isaac begat Jacob; and Jacob begat Judas and his brethren;\n\nLuke 3:33 Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda,\nLuke 3:34 Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor, fIVJ45 sL144J
iL144J sK7060 pSarai or Sarah gf z1 yKirjatharba, Hebron, Canaan UCave of Machpelah field of Machpelah before Mamre the same is Hebron in the land of Canaan oGen 11:29 And Abram and Nahor took them wives: the name of Abram's wife was Sarai; and the name\nof Nahor's wife, Milcah, the daughter of Haran, the father of Milcah, and the father of Iscah.\n\nGen 23:2 And Sarah died in Kirjatharba; the same is Hebron in the land of Canaan: and Abraham came to mourn for Sarah, and to weep for her.\n\nGen 23:9 That he may give me the cave of Machpelah, which he hath, which is in the end of his field; for as much money as it is worth he shall give it me for a possession of a buryingplace amongst you.
iIVJ45 pTerah or Thara gm z1 yHaran oGen 11:24 And Nahor lived nine and twenty years, and begat Terah:\nGen 11:25 And Nahor lived after he begat Terah an hundred and nineteen years, and begat sons and daughters.\nGen 11:26 And Terah lived seventy years, and begat Abram, Nahor, and Haran.\nGen 11:27 Now these are the generations of Terah: Terah begat Abram, Nahor, and Haran; and Haran begat Lot.\n\nGen 11:31 And Terah took Abram his son, and Lot the son of Haran his son's son, and Sarai his daughter in law, his son Abram's wife; and they went forth with them from Ur of the Chaldees, to go into the land of Canaan; and they came unto Haran, and dwelt there.\nGen 11:32 And the days of Terah were two hundred and five years: and Terah died in Haran.\n\nLuke 3:33 Which was the son of Aminadab, which was the son of Aram, which was the son of Esrom, which was the son of Phares, which was the son of Juda,\nLuke 3:34 Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor, fDJ8KU
iDJ8KU pNahor or Nachor gm oGen 11:22 And Serug lived thirty years, and begat Nahor:\nGen 11:23 And Serug lived after he begat Nahor two hundred years, and begat sons and daughters.\nGen 11:24 And Nahor lived nine and twenty years, and begat Terah:\n\nLuke 3:34 Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor,\nLuke 3:35 Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala, fUJZ6B
iUJZ6B pSerug or Saruch gm oGen 11:20 And Reu lived two and thirty years, and begat Serug:\nGen 11:21 And Reu lived after he begat Serug two hundred and seven years, and begat sons and daughters.\nGen 11:22 And Serug lived thirty years, and begat Nahor:\nGen 11:23 And Serug lived after he begat Nahor two hundred years, and begat sons and daughters.\n\nLuke 3:34 Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor,\nLuke 3:35 Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala, fWUE05
iWUE05 pReu or Ragua gm oGen 11:18 And Peleg lived thirty years, and begat Reu:\nGen 11:19 And Peleg lived after he begat Reu two hundred and nine years, and begat sons and daughters.\nGen 11:20 And Reu lived two and thirty years, and begat Serug:\n\nLuke 3:34 Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor,\nLuke 3:35 Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala, fEFVET
iEFVET pPeleg or Phalec gm oGen 10:25 And unto Eber were born two sons: the name of one was Peleg; for in his days was the earth divided; and his brother's name was Joktan.\n\nGen 11:16 And Eber lived four and thirty years, and begat Peleg:\nGen 11:17 And Eber lived after he begat Peleg four hundred and thirty years, and begat sons and daughters.\nGen 11:18 And Peleg lived thirty years, and begat Reu:\n\n1 Chr 1:18 And Arphaxad begat Shelah, and Shelah begat Eber.\n1 Chr 1:19 And unto Eber were born two sons: the name of the one was Peleg; because in his days the earth was divided: and his brother's name was Joktan.\n\nLuke 3:34 Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor,\nLuke 3:35 Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala, fETQ6Q
iETQ6Q pEber or Heber gm oGen 10:24 And Arphaxad begat Salah; and Salah begat Eber.\n\nGen 11:14 And Salah lived thirty years, and begat Eber:\nGen 11:15 And Salah lived after he begat Eber four hundred and three years, and begat sons and daughters.\nGen 11:16 And Eber lived four and thirty years, and begat Peleg:\n\n1 Chr 1:18 And Arphaxad begat Shelah, and Shelah begat Eber.\n1 Chr 1:19 And unto Eber were born two sons: the name of the one was Peleg; because in his days the earth was divided: and his brother's name was Joktan.\n\nLuke 3:34 Which was the son of Jacob, which was the son of Isaac, which was the son of Abraham, which was the son of Thara, which was the son of Nachor,\nLuke 3:35 Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala, fFJBQD
iFJBQD pSala gm oGen 11:10 These are the generations of Shem: Shem was an hundred years old, and begat Arphaxad two years after the flood:\nGen 11:11 And Shem lived after he begat Arphaxad five hundred years, and begat sons and daughters.\nGen 11:12 And Arphaxad lived five and thirty years, and begat Salah:\nGen 11:13 And Arphaxad lived after he begat Salah four hundred and three years, and begat sons and daughters.\nGen 11:14 And Salah lived thirty years, and begat Eber:\nGen 11:15 And Salah lived after he begat Eber four hundred and three years, and begat sons and daughters.\n\n1 Chr 1:17 The sons of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram, and Uz, and Hul, and Gether, and Meshech.\n\nLuke 3:35 Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala,\nLuke 3:36 Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech, fXWN56
iXWN56 pCainan gm oHebrew OT based on the MT misses this Cainan link in the Genesis genealogy.\nGen 10:24 And Arphaxad begat Salah; and Salah begat Eber. Check LXX since I think it includes this one.\n\n1 Chr 1:17 The sons of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram, and Uz, and Hul, and Gether, and Meshech.\n\nLuke 3:35 Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala,\nLuke 3:36 Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech, fYYFXU
iYYFXU pArphaxad gm oGen 11:10 These are the generations of Shem: Shem was an hundred years old, and begat Arphaxad two years after the flood:\nGen 11:11 And Shem lived after he begat Arphaxad five hundred years, and begat sons and daughters.\nGen 11:12 And Arphaxad lived five and thirty years, and begat Salah:\nGen 11:13 And Arphaxad lived after he begat Salah four hundred and three years, and begat sons and daughters.\n\n1 Chr 1:17 The sons of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram, and Uz, and Hul, and Gether, and Meshech.\n\nLuke 3:35 Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala,\nLuke 3:36 Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech, fFTFMK
iFTFMK pShem or Sem gm oGen 5:32 And Noah was five hundred years old: and Noah begat Shem, Ham, and Japheth.\n\nGen 10:21 Unto Shem also, the father of all the children of Eber, the brother of Japheth the elder, even to him were children born.\n\nGen 10:22 The children of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram.\nGen 10:23 And the children of Aram; Uz, and Hul, and Gether, and Mash.\nGen 10:24 And Arphaxad begat Salah; and Salah begat Eber.\nGen 10:25 And unto Eber were born two sons: the name of one was Peleg; for in his days was the earth divided; and his brother's name was Joktan.\nGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\nGen 11:10 These are the generations of Shem: Shem was an hundred years old, and begat Arphaxad two years after the flood:\nGen 11:11 And Shem lived after he begat Arphaxad five hundred years, and begat sons and daughters.\n\n1 Chr 1:3 Henoch, Methuselah, Lamech,\n1 Chr 1:4 Noah, Shem, Ham, and Japheth.\n\nLuke 3:35 Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala,\nLuke 3:36 Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech, fASPWX
iASPWX pNoah or Noe gm oGen 5:28 And Lamech lived an hundred eighty and two years, and begat a son:\nGen 5:29 And he called his name Noah, saying, This same shall comfort us concerning our work and toil of our hands, because of the ground which the LORD hath cursed.\nGen 5:30 And Lamech lived after he begat Noah five hundred ninety and five years, and begat sons and daughters:\nGen 5:31 And all the days of Lamech were seven hundred seventy and seven years: and he died.\nGen 5:32 And Noah was five hundred years old: and Noah begat Shem, Ham, and Japheth.\n\nGen 6:9 These are the generations of Noah: Noah was a just man and perfect in his generations, and Noah walked with God.\nGen 6:10 And Noah begat three sons, Shem, Ham, and Japheth.\n\nGen 9:18 And the sons of Noah, that went forth of the ark, were Shem, and Ham, and Japheth: and Ham is the father of Canaan.\nGen 9:19 These are the three sons of Noah: and of them was the whole earth overspread.\n\nGen 9:20 And Noah began to be an husbandman, and he planted a vineyard:\n\nGen 9:28 And Noah lived after the flood three hundred and fifty years.\nGen 9:29 And all the days of Noah were nine hundred and fifty years: and he died.\n\n1 Chr 1:3 Henoch, Methuselah, Lamech,\n1 Chr 1:4 Noah, Shem, Ham, and Japheth.\n\nLuke 3:35 Which was the son of Saruch, which was the son of Ragau, which was the son of Phalec, which was the son of Heber, which was the son of Sala,\nLuke 3:36 Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech, fZ3HP0
iZ3HP0 pLamech gm oGen 5:25 And Methuselah lived an hundred eighty and seven years, and begat Lamech:\nGen 5:26 And Methuselah lived after he begat Lamech seven hundred eighty and two years, and begat sons and daughters:\nGen 5:27 And all the days of Methuselah were nine hundred sixty and nine years: and he died.\nGen 5:28 And Lamech lived an hundred eighty and two years, and begat a son:\nGen 5:29 And he called his name Noah, saying, This same shall comfort us concerning our work and toil of our hands, because of the ground which the LORD hath cursed.\nGen 5:30 And Lamech lived after he begat Noah five hundred ninety and five years, and begat sons and daughters:\nGen 5:31 And all the days of Lamech were seven hundred seventy and seven years: and he died.\n\n1 Chr 1:3 Henoch, Methuselah, Lamech,\n1 Chr 1:4 Noah, Shem, Ham, and Japheth.\n\nLuke 3:36 Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech,\nLuke 3:37 Which was the son of Mathusala, which was the son of Enoch, which was the son of Jared, which was the son of Maleleel, which was the son of Cainan, fRW9ZD
iRW9ZD pMathusala or Methuselah gm o1 Chr 1:2 Kenan, Mahalaleel, Jered,\n1 Chr 1:3 Henoch, Methuselah, Lamech,\n\nLuke 3:36 Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech,\nLuke 3:37 Which was the son of Mathusala, which was the son of Enoch, which was the son of Jared, which was the son of Maleleel, which was the son of Cainan, fCW0RR
iCW0RR pEnoch or Henoch gm oGen 5:19 And Jared lived after he begat Enoch eight hundred years, and begat sons and daughters:\nGen 5:20 And all the days of Jared were nine hundred sixty and two years: and he died.\nGen 5:21 And Enoch lived sixty and five years, and begat Methuselah:\nGen 5:22 And Enoch walked with God after he begat Methuselah three hundred years, and begat sons and daughters:\nGen 5:23 And all the days of Enoch were three hundred sixty and five years:\nGen 5:24 And Enoch walked with God: and he was not; for God took him.\n\n1 Chr 1:2 Kenan, Mahalaleel, Jered,\n1 Chr 1:3 Henoch, Methuselah, Lamech,\n\nLuke 3:36 Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech,\nLuke 3:37 Which was the son of Mathusala, which was the son of Enoch, which was the son of Jared, which was the son of Maleleel, which was the son of Cainan, fQPF1D
iQPF1D pJared or Jered gm oGen 5:15 And Mahalaleel lived sixty and five years, and begat Jared:\nGen 5:16 And Mahalaleel lived after he begat Jared eight hundred and thirty years, and begat sons and daughters:\nGen 5:17 And all the days of Mahalaleel were eight hundred ninety and five years: and he died.\nGen 5:18 And Jared lived an hundred sixty and two years, and he begat Enoch:\nGen 5:19 And Jared lived after he begat Enoch eight hundred years, and begat sons and daughters:\nGen 5:20 And all the days of Jared were nine hundred sixty and two years: and he died.\n\n1 Chr 1:2 Kenan, Mahalaleel, Jered,\n1 Chr 1:3 Henoch, Methuselah, Lamech,\n\nLuke 3:36 Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech,\nLuke 3:37 Which was the son of Mathusala, which was the son of Enoch, which was the son of Jared, which was the son of Maleleel, which was the son of Cainan, fT9W6L
iT9W6L pMahalalee or Maleleel gm oGen 5:12 And Cainan lived seventy years, and begat Mahalaleel:\nGen 5:13 And Cainan lived after he begat Mahalaleel eight hundred and forty years, and begat sons and daughters:\nGen 5:14 And all the days of Cainan were nine hundred and ten years: and he died.\nGen 5:15 And Mahalaleel lived sixty and five years, and begat Jared:\nGen 5:16 And Mahalaleel lived after he begat Jared eight hundred and thirty years, and begat sons and daughters:\nGen 5:17 And all the days of Mahalaleel were eight hundred ninety and five years: and he died.\n\n1 Chr 1:1 Adam, Sheth, Enosh,\n1 Chr 1:2 Kenan, Mahalaleel, Jered,\n\nLuke 3:36 Which was the son of Cainan, which was the son of Arphaxad, which was the son of Sem, which was the son of Noe, which was the son of Lamech,\nLuke 3:37 Which was the son of Mathusala, which was the son of Enoch, which was the son of Jared, which was the son of Maleleel, which was the son of Cainan, fX74MU
iX74MU pCainan or Kenan gm oGen 5:9 And Enos lived ninety years, and begat Cainan:\nGen 5:10 And Enos lived after he begat Cainan eight hundred and fifteen years, and begat sons and daughters:\nGen 5:11 And all the days of Enos were nine hundred and five years: and he died.\nGen 5:12 And Cainan lived seventy years, and begat Mahalaleel:\nGen 5:13 And Cainan lived after he begat Mahalaleel eight hundred and forty years, and begat sons and daughters:\nGen 5:14 And all the days of Cainan were nine hundred and ten years: and he died.\n\n1 Chr 1:1 Adam, Sheth, Enosh,\n1 Chr 1:2 Kenan, Mahalaleel, Jered,\n\nLuke 3:37 Which was the son of Mathusala, which was the son of Enoch, which was the son of Jared, which was the son of Maleleel, which was the son of Cainan,\nLuke 3:38 Which was the son of Enos, which was the son of Seth, which was the son of Adam, which was the son of God. fMLOZ1
iMLOZ1 pEnos or Enosh gm oGen 5:6 And Seth lived an hundred and five years, and begat Enos:\nGen 5:7 And Seth lived after he begat Enos eight hundred and seven years, and begat sons and daughters:\nGen 5:8 And all the days of Seth were nine hundred and twelve years: and he died.\nGen 5:9 And Enos lived ninety years, and begat Cainan:\nGen 5:10 And Enos lived after he begat Cainan eight hundred and fifteen years, and begat sons and daughters:\nGen 5:11 And all the days of Enos were nine hundred and five years: and he died.\n\n1 Chr 1:1 Adam, Sheth, Enosh,\n\nLuke 3:37 Which was the son of Mathusala, which was the son of Enoch, which was the son of Jared, which was the son of Maleleel, which was the son of Cainan,\nLuke 3:38 Which was the son of Enos, which was the son of Seth, which was the son of Adam, which was the son of God. fEY17Z
iDMODB pEnoch gm oGen 4:17 And Cain knew his wife; and she conceived, and bare Enoch: and he builded a city, and called the name of the city, after the name of his son, Enoch.\nGen 4:18 And unto Enoch was born Irad: and Irad begat Mehujael: and Mehujael begat Methusael: and Methusael begat Lamech. fRAQ25
iNHYIY pIrad gm oGen 4:17 And Cain knew his wife; and she conceived, and bare Enoch: and he builded a city, and called the name of the city, after the name of his son, Enoch.\nGen 4:18 And unto Enoch was born Irad: and Irad begat Mehujael: and Mehujael begat Methusael: and Methusael begat Lamech. fDMODB
iE4DLW pMehujael gm oGen 4:17 And Cain knew his wife; and she conceived, and bare Enoch: and he builded a city, and called the name of the city, after the name of his son, Enoch.\nGen 4:18 And unto Enoch was born Irad: and Irad begat Mehujael: and Mehujael begat Methusael: and Methusael begat Lamech. fNHYIY
iFCV39 pMethusael gm oGen 4:17 And Cain knew his wife; and she conceived, and bare Enoch: and he builded a city, and called the name of the city, after the name of his son, Enoch.\nGen 4:18 And unto Enoch was born Irad: and Irad begat Mehujael: and Mehujael begat Methusael: and Methusael begat Lamech. fE4DLW
iY071C pLamech gm oGen 4:18 And unto Enoch was born Irad: and Irad begat Mehujael: and Mehujael begat Methusael: and Methusael begat Lamech.\nGen 4:19 And Lamech took unto him two wives: the name of the one was Adah, and the name of the other Zillah. fFCV39 sMJO58
iMJO58 sY071C pAdah gf oGen 4:18 And unto Enoch was born Irad: and Irad begat Mehujael: and Mehujael begat Methusael: and Methusael begat Lamech.\nGen 4:19 And Lamech took unto him two wives: the name of the one was Adah, and the name of the other Zillah.
iEALTE pZillah gf oGen 4:18 And unto Enoch was born Irad: and Irad begat Mehujael: and Mehujael begat Methusael: and Methusael begat Lamech.\nGen 4:19 And Lamech took unto him two wives: the name of the one was Adah, and the name of the other Zillah.
iJBLBJ pJabal gm oGen 4:19 And Lamech took unto him two wives: the name of the one was Adah, and the name of the other Zillah.\nGen 4:20 And Adah bare Jabal: he was the father of such as dwell in tents, and of such as have cattle.\nGen 4:21 And his brother's name was Jubal: he was the father of all such as handle the harp and organ. mMJO58 fY071C
iAHEET pJubal gm oGen 4:19 And Lamech took unto him two wives: the name of the one was Adah, and the name of the other Zillah.\nGen 4:20 And Adah bare Jabal: he was the father of such as dwell in tents, and of such as have cattle.\nGen 4:21 And his brother's name was Jubal: he was the father of all such as handle the harp and organ. mMJO58 fY071C
iTLVMF pTubalcain gm oGen 4:22 And Zillah, she also bare Tubalcain, an instructor of every artificer in brass and iron: and the sister of Tubalcain was Naamah. mEALTE fY071C
iPK5SC pNaamah gf oGen 4:22 And Zillah, she also bare Tubalcain, an instructor of every artificer in brass and iron: and the sister of Tubalcain was Naamah. mEALTE fY071C
iY9LM5 pHam gm oGen 5:32 And Noah was five hundred years old: and Noah begat Shem, Ham, and Japheth.\n\n1 Chr 1:3 Henoch, Methuselah, Lamech,\n1 Chr 1:4 Noah, Shem, Ham, and Japheth.\n\n1 Chr 1:8 The sons of Ham; Cush, and Mizraim, Put, and Canaan. fASPWX
iHS5VC pJapheth gm oGen 5:32 And Noah was five hundred years old: and Noah begat Shem, Ham, and Japheth.\n\nGen 10:2 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.\nGen 10:3 And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.\nGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\nGen 10:5 By these were the isles of the Gentiles divided in their lands; every one after his tongue, after their families, in their nations.\n\n1 Chr 1:3 Henoch, Methuselah, Lamech,\n1 Chr 1:4 Noah, Shem, Ham, and Japheth.\n1 Chr 1:5 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras. fASPWX
iZ8EL9 pCanaan gm oGen 9:22 And Ham, the father of Canaan...\n\nGen 10:6 And the sons of Ham; Cush, and Mizraim, and Phut, and Canaan.\n\n1 Chr 1:8 The sons of Ham; Cush, and Mizraim, Put, and Canaan.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fY9LM5
iKLHSQ pGomer gm oGen 10:2 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.\nGen 10:3 And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.\nGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\nGen 10:5 By these were the isles of the Gentiles divided in their lands; every one after his tongue, after their families, in their nations.\n\n1 Chr 1:6 And the sons of Gomer; Ashchenaz, and Riphath, and Togarmah. fHS5VC
iSJ1LW pMagog gm oGen 10:2 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.\nGen 10:3 And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.\nGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\nGen 10:5 By these were the isles of the Gentiles divided in their lands; every one after his tongue, after their families, in their nations. fHS5VC
iX762P pMadai gm oGen 10:2 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.\nGen 10:3 And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.\nGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\nGen 10:5 By these were the isles of the Gentiles divided in their lands; every one after his tongue, after their families, in their nations. fHS5VC
iZ0PKC pJavan gm oGen 10:2 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.\nGen 10:3 And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.\nGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\nGen 10:5 By these were the isles of the Gentiles divided in their lands; every one after his tongue, after their families, in their nations.\n\n1 Chr 1:7 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim. fHS5VC
iHUVGF pTubal gm oGen 10:2 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.\nGen 10:3 And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.\nGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\nGen 10:5 By these were the isles of the Gentiles divided in their lands; every one after his tongue, after their families, in their nations. fHS5VC
iQFE1R pTiras gm oGen 10:2 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.\nGen 10:3 And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.\nGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\nGen 10:5 By these were the isles of the Gentiles divided in their lands; every one after his tongue, after their families, in their nations. fHS5VC
iCF2KY pAshkenaz or Ashchenaz gm oGen 10:2 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.\nGen 10:3 And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.\n\n1 Chr 1:6 And the sons of Gomer; Ashchenaz, and Riphath, and Togarmah. fKLHSQ
iGB7AM pRiphath gm oGen 10:2 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.\nGen 10:3 And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.\n\n1 Chr 1:6 And the sons of Gomer; Ashchenaz, and Riphath, and Togarmah. fKLHSQ
iO6KQY pTogarmah gm oGen 10:2 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.\nGen 10:3 And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.\n\n1 Chr 1:6 And the sons of Gomer; Ashchenaz, and Riphath, and Togarmah. fKLHSQ
iSPPEZ pTarshish gm oGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\n\n1 Chr 1:7 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim. fZ0PKC
iNOKDU pElishah gm oGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\n\n1 Chr 1:7 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim. fZ0PKC
iL00UR pKittim gm oGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\n\n1 Chr 1:7 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim. fZ0PKC
iFXXA8 pDodanim gm oGen 10:4 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.\n\n1 Chr 1:7 And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim. fZ0PKC
iIJ9IJ pCush gm oGen 10:6 And the sons of Ham; Cush, and Mizraim, and Phut, and Canaan.\n\nGen 10:8 And Cush begat Nimrod: he began to be a mighty one in the earth.\nGen 10:9 He was a mighty hunter before the LORD: wherefore it is said, Even as Nimrod the mighty hunter before the LORD.\nGen 10:10 And the beginning of his kingdom was Babel, and Erech, and Accad, and Calneh, in the land of Shinar.\nGen 10:11 Out of that land went forth Asshur, and builded Nineveh, and the city Rehoboth, and Calah,\nGen 10:12 And Resen between Nineveh and Calah: the same is a great city.\n\n1 Chr 1:8 The sons of Ham; Cush, and Mizraim, Put, and Canaan.\n1 Chr 1:9 And the sons of Cush; Seba, and Havilah, and Sabta, and Raamah, and Sabtecha. And the sons of Raamah; Sheba, and Dedan. fY9LM5
iJ2GWJ pMizraim gm oGen 10:6 And the sons of Ham; Cush, and Mizraim, and Phut, and Canaan.\n\n1 Chr 1:8 The sons of Ham; Cush, and Mizraim, Put, and Canaan.\n\n1 Chr 1:11 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\n1 Chr 1:12 And Pathrusim, and Casluhim, (of whom came the Philistines,) and Caphthorim.\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth, fY9LM5
iWMYKQ pPhut or Put gm oGen 10:6 And the sons of Ham; Cush, and Mizraim, and Phut, and Canaan.\n\n1 Chr 1:8 The sons of Ham; Cush, and Mizraim, Put, and Canaan. fY9LM5
iK25Y6 pSeba gm oGen 10:7 And the sons of Cush; Seba, and Havilah, and Sabtah, and Raamah, and Sabtechah: fIJ9IJ
iLEWGY pHavilah gm oGen 10:7 And the sons of Cush; Seba, and Havilah, and Sabtah, and Raamah, and Sabtechah: fIJ9IJ
iDOM1P pSabtah or Sabta gm oGen 10:7 And the sons of Cush; Seba, and Havilah, and Sabtah, and Raamah, and Sabtechah: fIJ9IJ
iIDYLM pRaamah gm oGen 10:7 And the sons of Cush; Seba, and Havilah, and Sabtah, and Raamah, and Sabtechah:\n\n1 Chr 1:9 And the sons of Cush; Seba, and Havilah, and Sabta, and Raamah, and Sabtecha. And the sons of Raamah; Sheba, and Dedan. fIJ9IJ
iYYFEL pSabtechah or Sabtecha gm oGen 10:7 And the sons of Cush; Seba, and Havilah, and Sabtah, and Raamah, and Sabtechah: fIJ9IJ
iKAXDK pSheba gm oGen 10:7 And the sons of Cush; Seba, and Havilah, and Sabtah, and Raamah, and Sabtechah: and the sons of Raamah; Sheba, and Dedan.\n\n1 Chr 1:9 And the sons of Cush; Seba, and Havilah, and Sabta, and Raamah, and Sabtecha. And the sons of Raamah; Sheba, and Dedan. fIDYLM
iCRD8G pDedan gm oGen 10:7 And the sons of Cush; Seba, and Havilah, and Sabtah, and Raamah, and Sabtechah: and the sons of Raamah; Sheba, and Dedan.\n\n1 Chr 1:9 And the sons of Cush; Seba, and Havilah, and Sabta, and Raamah, and Sabtecha. And the sons of Raamah; Sheba, and Dedan. fIDYLM
iZPKWV pNimrod gm oGen 10:8 And Cush begat Nimrod: he began to be a mighty one in the earth.\n\n1 Chr 1:10 And Cush begat Nimrod: he began to be mighty upon the earth. fIJ9IJ
iZ0AMS pLudim gm oGen 10:13 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\nGen 10:14 And Pathrusim, and Casluhim, (out of whom came Philistim,) and Caphtorim.\n\n1 Chr 1:11 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\n1 Chr 1:12 And Pathrusim, and Casluhim, (of whom came the Philistines,) and Caphthorim. fJ2GWJ
iLXVD9 pAnamim gm oGen 10:13 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\nGen 10:14 And Pathrusim, and Casluhim, (out of whom came Philistim,) and Caphtorim.\n\n1 Chr 1:11 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\n1 Chr 1:12 And Pathrusim, and Casluhim, (of whom came the Philistines,) and Caphthorim. fJ2GWJ
iYBXDG pLehabim gm oGen 10:13 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\nGen 10:14 And Pathrusim, and Casluhim, (out of whom came Philistim,) and Caphtorim.\n\n1 Chr 1:11 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\n1 Chr 1:12 And Pathrusim, and Casluhim, (of whom came the Philistines,) and Caphthorim. fJ2GWJ
iZRGWU pNaphtuhim gm oGen 10:13 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\nGen 10:14 And Pathrusim, and Casluhim, (out of whom came Philistim,) and Caphtorim.\n\n1 Chr 1:11 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\n1 Chr 1:12 And Pathrusim, and Casluhim, (of whom came the Philistines,) and Caphthorim. fJ2GWJ
iM0CVZ pPathrusim gm oGen 10:13 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\nGen 10:14 And Pathrusim, and Casluhim, (out of whom came Philistim,) and Caphtorim.\n\n1 Chr 1:11 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\n1 Chr 1:12 And Pathrusim, and Casluhim, (of whom came the Philistines,) and Caphthorim. fJ2GWJ
iGVETH pCasluhim gm oGen 10:13 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\nGen 10:14 And Pathrusim, and Casluhim, (out of whom came Philistim,) and Caphtorim.\n\n1 Chr 1:11 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\n1 Chr 1:12 And Pathrusim, and Casluhim, (of whom came the Philistines,) and Caphthorim.\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth, fJ2GWJ
iSS805 pCaphtorim or Caphthorim gm oGen 10:13 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\nGen 10:14 And Pathrusim, and Casluhim, (out of whom came Philistim,) and Caphtorim.\n\n1 Chr 1:11 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\n1 Chr 1:12 And Pathrusim, and Casluhim, (of whom came the Philistines,) and Caphthorim. fJ2GWJ
iMGTCK pPhilistim gm oGen 10:13 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\nGen 10:14 And Pathrusim, and Casluhim, (out of whom came Philistim,) and Caphtorim.\n\n1 Chr 1:11 And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,\n1 Chr 1:12 And Pathrusim, and Casluhim, (of whom came the Philistines,) and Caphthorim.\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth, fGVETH
iNAMGD pSidon or Zidon gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iNFVZ1 pHeth gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iEGSI1 pJebus(ite) gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iFQNLA pAmor(ite) gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iOBTS2 pGirgas(ite) or Girgash(ite) gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iK987C pHiv(ite) gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iGQDUX pArk(ite) gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iFD232 pZemar(ite) gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iP99CH pHamath(ite) gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iTJYEV pElam gm oGen 10:22 The children of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram. fFTFMK
iRYWHH pAsshur gm oGen 10:22 The children of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram. fFTFMK
iKVHMT pLud gm oGen 10:22 The children of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram. fFTFMK
iHVAOG pAram gm oGen 10:22 The children of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram.\nGen 10:23 And the children of Aram; Uz, and Hul, and Gether, and Mash. fFTFMK
iQVJQO pUz gm oGen 10:23 And the children of Aram; Uz, and Hul, and Gether, and Mash. fHVAOG
iBAOBD pHul gm oGen 10:23 And the children of Aram; Uz, and Hul, and Gether, and Mash. fHVAOG
iP2NJ6 pGether gm oGen 10:23 And the children of Aram; Uz, and Hul, and Gether, and Mash. fHVAOG
iY7VVF pMash gm oGen 10:23 And the children of Aram; Uz, and Hul, and Gether, and Mash. fHVAOG
iV91BM pJoktan gm oGen 10:25 And unto Eber were born two sons: the name of one was Peleg; for in his days was the earth divided; and his brother's name was Joktan.\nGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:18 And Arphaxad begat Shelah, and Shelah begat Eber.\n1 Chr 1:19 And unto Eber were born two sons: the name of the one was Peleg; because in his days the earth was divided: and his brother's name was Joktan.\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fETQ6Q
iHL8KZ pAlmodad gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iD7LON pSheleph gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iTQOER pHazarmaveth gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iNZJ59 pJerah gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iE471P pHadoram gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iCVP4W pUzal gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iUE70P pDiklah gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iQ4N8J pObal or Ebal gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iTZZF3 pAbimael gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iEYTQU pSheba gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iOWORO pOphir gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iVU9JO pHavilah gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iPBST1 pJobab gm oGen 10:26 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\nGen 10:27 And Hadoram, and Uzal, and Diklah,\nGen 10:28 And Obal, and Abimael, and Sheba,\nGen 10:29 And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.\n\n1 Chr 1:20 And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,\n1 Chr 1:21 Hadoram also, and Uzal, and Diklah,\n1 Chr 1:22 And Ebal, and Abimael, and Sheba,\n1 Chr 1:23 And Ophir, and Havilah, and Jobab. All these were the sons of Joktan. fV91BM
iYGWLF pNahor gm oGen 11:24 And Nahor lived nine and twenty years, and begat Terah:\nGen 11:25 And Nahor lived after he begat Terah an hundred and nineteen years, and begat sons and daughters.\nGen 11:26 And Terah lived seventy years, and begat Abram, Nahor, and Haran.\nGen 11:27 Now these are the generations of Terah: Terah begat Abram, Nahor, and Haran; and Haran begat Lot. fIVJ45 sGZ3I8
iGZ3I8 sYGWLF pMilcah gf oGen 11:29 And Abram and Nahor took them wives: the name of Abram's wife was Sarai; and the name of Nahor's wife, Milcah, the daughter of Haran, the father of Milcah, and the father of Iscah. fWC4UH
iWC4UH pHaran gm z1 yUr of the Chaldees oGen 11:24 And Nahor lived nine and twenty years, and begat Terah:\nGen 11:25 And Nahor lived after he begat Terah an hundred and nineteen years, and begat sons and daughters.\nGen 11:26 And Terah lived seventy years, and begat Abram, Nahor, and Haran.\nGen 11:27 Now these are the generations of Terah: Terah begat Abram, Nahor, and Haran; and Haran begat Lot.\nGen 11:28 And Haran died before his father Terah in the land of his nativity, in Ur of the Chaldees. fIVJ45
iR16IH pLot gm oGen 11:27 Now these are the generations of Terah: Terah begat Abram, Nahor, and Haran; and Haran begat Lot. fWC4UH
iF390N pIscah gm fWC4UH
iTYTO9 pHuz gm oGen 22:20 And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath also born children unto thy brother Nahor;\nGen 22:21 Huz his firstborn, and Buz his brother, and Kemuel the father of Aram,\nGen 22:22 And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel. mGZ3I8 fYGWLF
iSJBU4 pBuz gm oGen 22:20 And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath also born children unto thy brother Nahor;\nGen 22:21 Huz his firstborn, and Buz his brother, and Kemuel the father of Aram,\nGen 22:22 And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel. mGZ3I8 fYGWLF
iHJVGR pKemuel gm oGen 22:20 And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath also born children unto thy brother Nahor;\nGen 22:21 Huz his firstborn, and Buz his brother, and Kemuel the father of Aram,\nGen 22:22 And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel. mGZ3I8 fYGWLF
iVWJYR pChesed gm oGen 22:20 And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath also born children unto thy brother Nahor;\nGen 22:21 Huz his firstborn, and Buz his brother, and Kemuel the father of Aram,\nGen 22:22 And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel. mGZ3I8 fYGWLF
iN7GLF pHazo gm oGen 22:20 And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath also born children unto thy brother Nahor;\nGen 22:21 Huz his firstborn, and Buz his brother, and Kemuel the father of Aram,\nGen 22:22 And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel. mGZ3I8 fYGWLF
iDT9EJ pPildash gm oGen 22:20 And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath also born children unto thy brother Nahor;\nGen 22:21 Huz his firstborn, and Buz his brother, and Kemuel the father of Aram,\nGen 22:22 And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel. mGZ3I8 fYGWLF
iI676K pJiplaph gm oGen 22:20 And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath also born children unto thy brother Nahor;\nGen 22:21 Huz his firstborn, and Buz his brother, and Kemuel the father of Aram,\nGen 22:22 And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel. mGZ3I8 fYGWLF
iYVU9G pBethuel gm vSyrian of Padanaram oGen 22:20 And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath also born children unto thy brother Nahor;\nGen 22:21 Huz his firstborn, and Buz his brother, and Kemuel the father of Aram,\nGen 22:22 And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel.\n\nGen 22:23 And Bethuel begat Rebekah: mGZ3I8 fYGWLF
iY4BHS pReumah gf
iNZPYB pTebah gm mY4BHS fYGWLF
iP3UU7 pGaham gm mY4BHS fYGWLF
iV6422 pThahash gm mY4BHS fYGWLF
iDZOYZ pNaachah gm mY4BHS fYGWLF
iPD8BE pHagar gf vEgypt oGen 25:12 Now these are the generations of Ishmael, Abraham's son, whom Hagar the Egyptian, Sarah's handmaid, bare unto Abraham:
iK88PG pIshmael gm oGen 25:12 Now these are the generations of Ishmael, Abraham's son, whom Hagar the Egyptian, Sarah's handmaid, bare unto Abraham:\nGen 25:13 And these are the names of the sons of Ishmael, by their names, according to their generations: the firstborn of Ishmael, Nebajoth; and Kedar, and Adbeel, and Mibsam,\nGen 25:14 And Mishma, and Dumah, and Massa,\nGen 25:15 Hadar, and Tema, Jetur, Naphish, and Kedemah:\n\nGen 25:17 And these are the years of the life of Ishmael, an hundred and thirty and seven years: and he gave up the ghost and died; and was gathered unto his people.\n\nGen 36:2 Esau took his wives of the daughters of Canaan; Adah the daughter of Elon the Hittite, and Aholibamah the daughter of Anah the daughter of Zibeon the Hivite;\nGen 36:3 And Bashemath Ishmael's daughter, sister of Nebajoth.\n\n1 Chr 1:29 These are their generations: The firstborn of Ishmael, Nebaioth; then Kedar, and Adbeel, and Mibsam,\n1 Chr 1:30 Mishma, and Dumah, Massa, Hadad, and Tema,\n1 Chr 1:31 Jetur, Naphish, and Kedemah. These are the sons of Ishmael. mPD8BE fK7060
iM856W pLaban gm vSyria oGen 24:29 And Rebekah had a brother, and his name was Laban: and Laban ran out unto the man, unto the well.\n\nGen 29:5 And he said unto them, Know ye Laban the son of Nahor? And they said, We know him.\n&quot;Laban the son of Nahor&quot; was actually his grandson demonstrating fluidity in genealogies. fYVU9G
iYRQSB pKeturah gf oGen 25:1 Then again Abraham took a wife, and her name was Keturah.\nGen 25:2 And she bare him Zimran, and Jokshan, and Medan, and Midian, and Ishbak, and Shuah.\n\n1 Chr 1:32 Now the sons of Keturah, Abraham's concubine: she bare Zimran, and Jokshan, and Medan, and Midian, and Ishbak, and Shuah.
iKM8IF pZimran gm mYRQSB fK7060
iTN5FB pJokshan gm oGen 25:1 Then again Abraham took a wife, and her name was Keturah.\nGen 25:2 And she bare him Zimran, and Jokshan, and Medan, and Midian, and Ishbak, and Shuah.\nGen 25:3 And Jokshan begat Sheba, and Dedan. And the sons of Dedan were Asshurim, and Letushim, and Leummim.\n\n1 Chr 1:32 Now the sons of Keturah, Abraham's concubine: she bare Zimran, and Jokshan, and Medan, and Midian, and Ishbak, and Shuah. And the sons of Jokshan; Sheba, and Dedan. mYRQSB fK7060
iO1FT2 pMedan gm mYRQSB fK7060
iH71IM pMidian gm oGen 25:4 And the sons of Midian; Ephah, and Epher, and Hanoch, and Abidah, and Eldaah. All these were the children of Keturah. mYRQSB fK7060
iYZK3W pIshbak gm mYRQSB fK7060
iY0DOJ pShuah gm mYRQSB fK7060
iD2VDA pSheba gm fTN5FB
iT4NWA pDedan gm fTN5FB
iLG1VZ pAsshurim gm fT4NWA
iO4WLD pLetushim gm fT4NWA
iZI2KC pLeummim gm fT4NWA
iKI3SW pEphah gm oGen\n\n1 Chr 1:33 And the sons of Midian; Ephah, and Epher, and Henoch, and Abida, and Eldaah. All these are the sons of Keturah. fH71IM
iBXPY0 pEpher gm oGen\n\n1 Chr 1:33 And the sons of Midian; Ephah, and Epher, and Henoch, and Abida, and Eldaah. All these are the sons of Keturah. fH71IM
iLPU3B pHanoch gm oGen\n\n1 Chr 1:33 And the sons of Midian; Ephah, and Epher, and Henoch, and Abida, and Eldaah. All these are the sons of Keturah. fH71IM
iPJHM4 pAbidah or Abida gm o1 Chr 1:33 And the sons of Midian; Ephah, and Epher, and Henoch, and Abida, and Eldaah. All these are the sons of Keturah. fH71IM
iY6ZUH pEldaah gm oGen\n\n1 Chr 1:33 And the sons of Midian; Ephah, and Epher, and Henoch, and Abida, and Eldaah. All these are the sons of Keturah. fH71IM
iUTQV4 pNebajoth or Nebaioth gm fK88PG
iNACLS pKedar gm fK88PG
iSOFEC pAdbeel gm fK88PG
iXURRO pMibsam gm fK88PG
iNCY0O pMishma gm fK88PG
iNXLIH pDumah gm fK88PG
iNB19W pMassa gm fK88PG
iPSXY4 pHadar or Hadad gm oGen 36:39 And Baalhanan the son of Achbor died, and Hadar reigned in his stead: and the name of his city was Pau; and his wife's name was Mehetabel, the daughter of Matred, the daughter of Mezahab. fK88PG sWT0PU
iWT0PU sPSXY4 pMehetabel gf
iDNILS pTema gm fK88PG
iHHD1Y pJetur gm fK88PG
iMK1FA pNaphish gm fK88PG
iEYYR7 pKedemah gm fK88PG
iWA9WA pEsau gm z1 yEdom oGen 25:24 And when her days to be delivered were fulfilled, behold, there were twins in her womb.\nGen 25:25 And the first came out red, all over like an hairy garment; and they called his name Esau.\nGen 25:26 And after that came his brother out, and his hand took hold on Esau's heel; and his name was called Jacob: and Isaac was threescore years old when she bare them.\n\nGen 26:34 And Esau was forty years old when he took to wife Judith the daughter of Beeri the Hittite, and Bashemath the daughter of Elon the Hittite:\nGen 28:9 Then went Esau unto Ishmael, and took unto the wives which he had Mahalath the daughter of Ishmael Abraham's son, the sister of Nebajoth, to be his wife.\n\nGen 36:2 Esau took his wives of the daughters of Canaan; Adah the daughter of Elon the Hittite, and Aholibamah the daughter of Anah the daughter of Zibeon the Hivite;\nGen 36:3 And Bashemath Ishmael's daughter, sister of Nebajoth.\n\nBashemath's father: The book of Genesis identifies two men as her father ... It was common in ancient biblical times for women to adopt a new name when they married. Esau may have had two wives who adopted the name Bashemath. It is a pretty name, meaning &quot;fragrant and pleasing.&quot; It sounds like a rather strange arrangement, but it could have happened.\nhttp://www.religioustolerance.org/ine_none7.htm\n\nGen 36:14 And these were the sons of Aholibamah, the daughter of Anah the daughter of Zibeon, Esau's wife: and she bare to Esau Jeush, and Jaalam, and Korah.\n\nGen 36:18 And these are the sons of Aholibamah Esau's wife; duke Jeush, duke Jaalam, duke Korah: these were the dukes that came of Aholibamah the daughter of Anah, Esau's wife.\n\nGen 36:40 And these are the names of the dukes that came of Esau, according to their families, after their places, by their names; duke Timnah, duke Alvah, duke Jetheth,\nGen 36:41 Duke Aholibamah, duke Elah, duke Pinon,\nGen 36:42 Duke Kenaz, duke Teman, duke Mibzar,\nGen 36:43 Duke Magdiel, duke Iram: these be the dukes of Edom, according to their habitations in the land of their possession: he is Esau the father of the Edomites. mKJPAP fL08NU sU576X
iU576X sWA9WA pBashemath (I) or Adah gf oGen 26:34 And Esau was forty years old when he took to wife Judith the daughter of Beeri the Hittite, and Bashemath the daughter of Elon the Hittite:\n\nGen 36:12 And Timna was concubine to Eliphaz Esau's son; and she bare to Eliphaz Amalek: these were the sons of Adah Esau's wife. [grandsons in this case.]
iPISI6 pReuel gm vCanaan oGen 36:4 And Adah bare to Esau Eliphaz; and Bashemath bare Reuel;\n\nGen 36:13 And these are the sons of Reuel; Nahath, and Zerah, Shammah, and Mizzah: these were the sons of Bashemath Esau's wife.\n\n1 Chr 1:37 The sons of Reuel; Nahath, Zerah, Shammah, and Mizzah. mPN7NT fWA9WA
iJOKVZ pJeush gm vCanaan oGen 36:5 And Aholibamah bare Jeush, and Jaalam, and Korah: these are the sons of Esau, which were born unto him in the land of Canaan.\n\nGen 36:14 And these were the sons of Aholibamah, the daughter of Anah the daughter of Zibeon, Esau's wife: and she bare to Esau Jeush, and Jaalam, and Korah. mOEVNF fWA9WA
iPN7NT pMahalath or Bashemath (II) gf oGen 28:9 Then went Esau unto Ishmael, and took unto the wives which he had Mahalath the daughter of Ishmael Abraham's son, the sister of Nebajoth, to be his wife.\n\nGen 36:17 And these are the sons of Reuel Esau's son; duke Nahath, duke Zerah, duke Shammah, duke Mizzah: these are the dukes that came of Reuel in the land of Edom; these are the sons of Bashemath Esau's wife. fK88PG
iYTIWA pRachel gf vPadanaram oGen 35:24 The sons of Rachel; Joseph, and Benjamin: fM856W
iB1NTA pReuben gm oGen 46:9 And the sons of Reuben; Hanoch, and Phallu, and Hezron, and Carmi.\n\nExo 6:14 These be the heads of their fathers' houses: The sons of Reuben the firstborn of Israel; Hanoch, and Pallu, Hezron, and Carmi: these be the families of Reuben. mERBFE fRC4KB
iH6OUS pSimeon gm oGen 46:10 And the sons of Simeon; Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman. mERBFE fRC4KB
iCNNBJ pLevi gm oGen 46:11 And the sons of Levi; Gershon, Kohath, and Merari. mERBFE fRC4KB
iBXX9A pBilhah gf oGen 35:25 And the sons of Bilhah, Rachel's handmaid; Dan, and Naphtali:
iF7UPT pDan gm mBXX9A fRC4KB
iPVBW0 pNaphtali gm oGen 46:24 And the sons of Naphtali; Jahzeel, and Guni, and Jezer, and Shillem. mBXX9A fRC4KB
iEXSUH pZilpah gf oGen 35:26 And the sons of Zilpah, Leah's handmaid; Gad, and Asher: these are the sons of Jacob, which were born to him in Padanaram.
iN4E6O pGad gm mEXSUH fRC4KB
iQA2AB pAsher gm oGen 46:17 And the sons of Asher; Jimnah, and Ishuah, and Isui, and Beriah, and Serah their sister: and the sons of Beriah; Heber, and Malchiel. mEXSUH fRC4KB
iBCYZB pIssachar gm oGen 46:13 And the sons of Issachar; Tola, and Phuvah, and Job, and Shimron. mERBFE fRC4KB
iS68JL pZebulun gm mERBFE fRC4KB
iN47UR pDinah gf mERBFE fRC4KB
iR1EGL pJoseph gm o46:20 And unto Joseph in the land of Egypt were born Manasseh and Ephraim, which Asenath the daughter of Potipherah priest of On bare unto him.\n\nGen 50:22 And Joseph dwelt in Egypt, he, and his father's house: and Joseph lived an hundred and ten years.\nGen 50:23 And Joseph saw Ephraim's children of the third generation: the children also of Machir the son of Manasseh were brought up upon Joseph's knees. mYTIWA fRC4KB sR3LM7
iR3LM7 sR1EGL pAsenath gf
iJYFRV pBenjamin gm oGen 35:18 And it came to pass, as her soul was in departing, (for she died) that she called his name Benoni: but his father called him Benjamin. mYTIWA fRC4KB
iOEVNF pJudith or Aholibamah gf oGen 36:2 Esau took his wives of the daughters of Canaan; Adah the daughter of Elon the Hittite, and Aholibamah the daughter of Anah the daughter of Zibeon the Hivite;\n\nGen 36:14 And these were the sons of Aholibamah, the daughter of Anah the daughter of Zibeon, Esau's wife: and she bare to Esau Jeush, and Jaalam, and Korah.\n\nGen 36:18 And these are the sons of Aholibamah Esau's wife; duke Jeush, duke Jaalam, duke Korah: these were the dukes that came of Aholibamah the daughter of Anah, Esau's wife.
iQPHLE pEliphaz gm vCanaan oGen 36:15 These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz,\nGen 36:16 Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah.\n\nGen 36:11 And the sons of Eliphaz were Teman, Omar, Zepho, and Gatam, and Kenaz.\n\nGen 36:4 And Adah bare to Esau Eliphaz; and Bashemath bare Reuel;\n\n1 Chr 1:36 The sons of Eliphaz; Teman, and Omar, Zephi, and Gatam, Kenaz, and Timna, and Amalek. mU576X fWA9WA sHNIPX
iHNIPX sQPHLE pUnknown gf
iGBAHK pJaalam gm vCanaan oGen 36:5 And Aholibamah bare Jeush, and Jaalam, and Korah: these are the sons of Esau, which were born unto him in the land of Canaan.\n\nGen 36:14 And these were the sons of Aholibamah, the daughter of Anah the daughter of Zibeon, Esau's wife: and she bare to Esau Jeush, and Jaalam, and Korah. mOEVNF fWA9WA
iI0FJL pKorah gm vCanaan oGen 36:5 And Aholibamah bare Jeush, and Jaalam, and Korah: these are the sons of Esau, which were born unto him in the land of Canaan.\n\nGen 36:14 And these were the sons of Aholibamah, the daughter of Anah the daughter of Zibeon, Esau's wife: and she bare to Esau Jeush, and Jaalam, and Korah. mOEVNF fWA9WA
iQ8C1E pTeman gm oGen 36:15 These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz,\nGen 36:16 Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah. mHNIPX fQPHLE
iKD3TV pOmar gm oGen 36:15 These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz,\nGen 36:16 Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah. mHNIPX fQPHLE
iKEZ9R pZepho or Zephi gm oGen 36:15 These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz,\nGen 36:16 Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah. mHNIPX fQPHLE
iVW6B8 pGaram or Gatam gm oGen 36:15 These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz,\nGen 36:16 Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah. mHNIPX fQPHLE
iAK9BR pKenaz gm oGen 36:15 These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz,\nGen 36:16 Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah. mHNIPX fQPHLE
iNBVV2 pTimna gf oGen 36:12 And Timna was concubine to Eliphaz Esau's son; and she bare to Eliphaz Amalek: these were the sons of Adah Esau's wife.\n\nGen 36:15 These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz,\nGen 36:16 Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah.
iS96TT pAmalek gm oGen 36:15 These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz,\nGen 36:16 Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah. mNBVV2 fQPHLE
iM7XH7 pNahath gm oGen 36:13 And these are the sons of Reuel; Nahath, and Zerah, Shammah, and Mizzah: these were the sons of Bashemath Esau's wife.\n\nGen 36:17 And these are the sons of Reuel Esau's son; duke Nahath, duke Zerah, duke Shammah, duke Mizzah: these are the dukes that came of Reuel in the land of Edom; these are the sons of Bashemath Esau's wife. fPISI6
iDBUBD pZerah gm vBozrah oGen 36:13 And these are the sons of Reuel; Nahath, and Zerah, Shammah, and Mizzah: these were the sons of Bashemath Esau's wife.\n\nGen 36:17 And these are the sons of Reuel Esau's son; duke Nahath, duke Zerah, duke Shammah, duke Mizzah: these are the dukes that came of Reuel in the land of Edom; these are the sons of Bashemath Esau's wife.\n\nGen 36:33 And Bela died, and Jobab the son of Zerah of Bozrah reigned in his stead. fPISI6
iNBNSD pShammah gm oGen 36:13 And these are the sons of Reuel; Nahath, and Zerah, Shammah, and Mizzah: these were the sons of Bashemath Esau's wife.\n\nGen 36:17 And these are the sons of Reuel Esau's son; duke Nahath, duke Zerah, duke Shammah, duke Mizzah: these are the dukes that came of Reuel in the land of Edom; these are the sons of Bashemath Esau's wife. fPISI6
iW2QDI pMizzah gm oGen 36:13 And these are the sons of Reuel; Nahath, and Zerah, Shammah, and Mizzah: these were the sons of Bashemath Esau's wife.\n\nGen 36:17 And these are the sons of Reuel Esau's son; duke Nahath, duke Zerah, duke Shammah, duke Mizzah: these are the dukes that came of Reuel in the land of Edom; these are the sons of Bashemath Esau's wife. fPISI6
iCXKZI pKorah gm oGen 36:15 These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz,\nGen 36:16 Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah.\n\nNot in 1 Chr 1:33 And the sons of Midian; Ephah, and Epher, and Henoch, and Abida, and Eldaah. All these are the sons of Keturah. mHNIPX fQPHLE
iTR7OZ pJobab gm oGen 36:33 And Bela died, and Jobab the son of Zerah of Bozrah reigned in his stead. fDBUBD
iSDJFH pShuah gf vCanaan oGen 38:2 And Judah saw there a daughter of a certain Canaanite, whose name was Shuah; and he took her, and went in unto her.\nGen 38:3 And she conceived, and bare a son; and he called his name Er.\nGen 38:4 And she conceived again, and bare a son; and she called his name Onan.\nGen 38:5 And she yet again conceived, and bare a son; and called his name Shelah: and he was at Chezib, when she bare him.\n\nGen 38:12 And in process of time the daughter of Shuah Judah's wife died; and Judah was comforted, and went up unto his sheepshearers to Timnath, he and his friend Hirah the Adullamite.
iNJ429 pEr gm o1 Chr 2:3 The sons of Judah; Er, and Onan, and Shelah: which three were born unto him of the daughter of Shua the Canaanitess. And Er, the firstborn of Judah, was evil in the sight of the LORD; and he slew him. mSDJFH fZFE2F
iC5PL5 pOnan gm o1 Chr 2:3 The sons of Judah; Er, and Onan, and Shelah: which three were born unto him of the daughter of Shua the Canaanitess. And Er, the firstborn of Judah, was evil in the sight of the LORD; and he slew him. mSDJFH fZFE2F
iKCMMR pShelah gm vChezib o1 Chr 2:3 The sons of Judah; Er, and Onan, and Shelah: which three were born unto him of the daughter of Shua the Canaanitess. And Er, the firstborn of Judah, was evil in the sight of the LORD; and he slew him. mSDJFH fZFE2F
iBHA3W pTamar or Thamar gf oGen 38:24 And it came to pass about three months after, that it was told Judah, saying, Tamar thy daughter in law hath played the harlot; and also, behold, she is with child by whoredom. And Judah said, Bring her forth, and let her be burnt.\n\nGen 38:27 And it came to pass in the time of her travail, that, behold, twins were in her womb.\nGen 38:28 And it came to pass, when she travailed, that the one put out his hand: and the midwife took and bound upon his hand a scarlet thread, saying, This came out first.\nGen 38:29 And it came to pass, as he drew back his hand, that, behold, his brother came out: and she said, How hast thou broken forth? this breach be upon thee: therefore his name was called Pharez.\nGen 38:30 And afterward came out his brother, that had the scarlet thread upon his hand: and his name was called Zarah.\n\n1 Chr 2:4 And Tamar his daughter in law bare him Pharez and Zerah. All the sons of Judah were five.\n\nMat 1:3 And Judas begat Phares and Zara of Thamar; and Phares begat Esrom; and Esrom begat Aram;
iPXUH5 pHamul gm o1 Chr 2:5 The sons of Pharez; Hezron, and Hamul. fKCEK4
iB68LC pZarah or Zerah gm o1 Chr 2:4 And Tamar his daughter in law bare him Pharez and Zerah.\n\n1 Chr 2:6 And the sons of Zerah; Zimri, and Ethan, and Heman, and Calcol, and Dara: five of them in all. mBHA3W fZFE2F
iE3MAV pHanoch gm oGen 46:9 And the sons of Reuben; Hanoch, and Phallu, and Hezron, and Carmi. fB1NTA
iIDQ1O pPhallu gm oGen 46:9 And the sons of Reuben; Hanoch, and Phallu, and Hezron, and Carmi. fB1NTA
iIGRYT pHezron gm oGen 46:9 And the sons of Reuben; Hanoch, and Phallu, and Hezron, and Carmi.\n\n1 Chr 2:9 The sons also of Hezron, that were born unto him; Jerahmeel, and Ram, and Chelubai. fB1NTA
iY009U pCarmi gm oGen 46:9 And the sons of Reuben; Hanoch, and Phallu, and Hezron, and Carmi. fB1NTA
iJUH72 pJemuel gm oGen 46:10 And the sons of Simeon; Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman. fH6OUS
iC8YBJ pJamin gm oGen 46:10 And the sons of Simeon; Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman. fH6OUS
iTIDDI pOhad gm oGen 46:10 And the sons of Simeon; Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman. fH6OUS
iRQLFH pJachin gm oGen 46:10 And the sons of Simeon; Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman. fH6OUS
iTQOHF pZohar gm oGen 46:10 And the sons of Simeon; Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman. fH6OUS
iYG6XF pShaul gm oGen 46:10 And the sons of Simeon; Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman. fH6OUS
iMA0Y7 pGershon gm oGen 46:11 And the sons of Levi; Gershon, Kohath, and Merari. fCNNBJ
iN16H2 pKohath gm oGen 46:11 And the sons of Levi; Gershon, Kohath, and Merari. fCNNBJ
iE8BJC pMerari gm oGen 46:11 And the sons of Levi; Gershon, Kohath, and Merari. fCNNBJ
iG7SVD pTola gm oGen 46:13 And the sons of Issachar; Tola, and Phuvah, and Job, and Shimron. fBCYZB
iTLUET pPhuvah gm oGen 46:13 And the sons of Issachar; Tola, and Phuvah, and Job, and Shimron. fBCYZB
iSBZWZ pJob gm oGen 46:13 And the sons of Issachar; Tola, and Phuvah, and Job, and Shimron. fBCYZB
iWDZU1 pShimron gm oGen 46:13 And the sons of Issachar; Tola, and Phuvah, and Job, and Shimron. fBCYZB
iQDSTK pSered gm oGen 46:14 And the sons of Zebulun; Sered, and Elon, and Jahleel. fS68JL
iI0JM9 pElon gm oGen 46:14 And the sons of Zebulun; Sered, and Elon, and Jahleel. fS68JL
iIW74H pJahleel gm oGen 46:14 And the sons of Zebulun; Sered, and Elon, and Jahleel. fS68JL
iAVTUZ pZiphion gm oGen 46:16 And the sons of Gad; Ziphion, and Haggi, Shuni, and Ezbon, Eri, and Arodi, and Areli. fN4E6O
iBK117 pHaggi gm oGen 46:16 And the sons of Gad; Ziphion, and Haggi, Shuni, and Ezbon, Eri, and Arodi, and Areli. fN4E6O
iMWAGH pEzbon gm oGen 46:16 And the sons of Gad; Ziphion, and Haggi, Shuni, and Ezbon, Eri, and Arodi, and Areli. fN4E6O
iU4KLO pEri gm oGen 46:16 And the sons of Gad; Ziphion, and Haggi, Shuni, and Ezbon, Eri, and Arodi, and Areli. fN4E6O
iPXE4A pArodi gm oGen 46:16 And the sons of Gad; Ziphion, and Haggi, Shuni, and Ezbon, Eri, and Arodi, and Areli. fN4E6O
iDFWCA pAreli gm oGen 46:16 And the sons of Gad; Ziphion, and Haggi, Shuni, and Ezbon, Eri, and Arodi, and Areli. fN4E6O
iVDVNY pShuni gm oGen 46:16 And the sons of Gad; Ziphion, and Haggi, Shuni, and Ezbon, Eri, and Arodi, and Areli. fN4E6O
iIP9CH pJimnah gm oGen 46:17 And the sons of Asher; Jimnah, and Ishuah, and Isui, and Beriah, and Serah their sister: and the sons of Beriah; Heber, and Malchiel. fQA2AB
iXU470 pIshuah gm oGen 46:17 And the sons of Asher; Jimnah, and Ishuah, and Isui, and Beriah, and Serah their sister: and the sons of Beriah; Heber, and Malchiel. fQA2AB
iB0VMB pIsui gm oGen 46:17 And the sons of Asher; Jimnah, and Ishuah, and Isui, and Beriah, and Serah their sister: and the sons of Beriah; Heber, and Malchiel. fQA2AB
iZ7YD1 pBeriah gm oGen 46:17 And the sons of Asher; Jimnah, and Ishuah, and Isui, and Beriah, and Serah their sister: and the sons of Beriah; Heber, and Malchiel. fQA2AB
iRI7LK pSerah gf oGen 46:17 And the sons of Asher; Jimnah, and Ishuah, and Isui, and Beriah, and Serah their sister: and the sons of Beriah; Heber, and Malchiel. fQA2AB
iYFOTS pHeber gm oGen 46:17 And the sons of Asher; Jimnah, and Ishuah, and Isui, and Beriah, and Serah their sister: and the sons of Beriah; Heber, and Malchiel. fZ7YD1
iB48B7 pMalchiel gm oGen 46:17 And the sons of Asher; Jimnah, and Ishuah, and Isui, and Beriah, and Serah their sister: and the sons of Beriah; Heber, and Malchiel. fZ7YD1
iE8SA6 pManasseh gm vEgypt oGen 46:20 And unto Joseph in the land of Egypt were born Manasseh and Ephraim, which Asenath the daughter of Potipherah priest of On bare unto him.\n\nGen 50:23 And Joseph saw Ephraim's children of the third generation: the children also of Machir the son of Manasseh were brought up upon Joseph's knees. mR3LM7 fR1EGL
iGBW4O pEphraim gm vEgypt oGen 46:20 And unto Joseph in the land of Egypt were born Manasseh and Ephraim, which Asenath the daughter of Potipherah priest of On bare unto him. mR3LM7 fR1EGL
iCBFAM pBelah gm oGen 46:21 And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard. fJYFRV
iL8R4R pBecher gm oGen 46:21 And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard. fJYFRV
iA7M89 pAshbel gm oGen 46:21 And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard. fJYFRV
iHE72E pGera gm oGen 46:21 And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard. fJYFRV
iVBGP5 pNamaan gm oGen 46:21 And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard. fJYFRV
iPDZ6Q pEhi gm oGen 46:21 And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard. fJYFRV
iQ9R2A pRosh gm oGen 46:21 And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard. fJYFRV
iVI8LD pMuppim gm oGen 46:21 And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard. fJYFRV
iLMA3K pArd gm oGen 46:21 And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard. fJYFRV
iZEP76 pHushim gm oGen 46:23 And the sons of Dan; Hushim. fF7UPT
iO180H pJahzeel gm oGen 46:24 And the sons of Naphtali; Jahzeel, and Guni, and Jezer, and Shillem. fPVBW0
iVLKTI pGuni gm oGen 46:24 And the sons of Naphtali; Jahzeel, and Guni, and Jezer, and Shillem. fPVBW0
iTFHI7 pJezer gm oGen 46:24 And the sons of Naphtali; Jahzeel, and Guni, and Jezer, and Shillem. fPVBW0
iFCGGO pShillem gm oGen 46:24 And the sons of Naphtali; Jahzeel, and Guni, and Jezer, and Shillem. fPVBW0
iHW0KQ pMachir gm oGen 50:23 And Joseph saw Ephraim's children of the third generation: the children also of Machir the son of Manasseh were brought up upon Joseph's knees. fE8SA6
iAKUQH pMeschech gm o1 Chr 1:5 The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras. fHS5VC
iM99P0 pSin(ite) gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iEJBR2 pArvad(ite) gm oGen 10:15 And Canaan begat Sidon his firstborn, and Heth,\nGen 10:16 And the Jebusite, and the Amorite, and the Girgasite,\nGen 10:17 And the Hivite, and the Arkite, and the Sinite,\nGen 10:18 And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.\n\n\n1 Chr 1:13 And Canaan begat Zidon his firstborn, and Heth,\n1 Chr 1:14 The Jebusite also, and the Amorite, and the Girgashite,\n1 Chr 1:15 And the Hivite, and the Arkite, and the Sinite,\n1 Chr 1:16 And the Arvadite, and the Zemarite, and the Hamathite. fZ8EL9
iHI8RQ pUz gm o1 Chr 1:17 The sons of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram, and Uz, and Hul, and Gether, and Meshech. fFTFMK
iXZTD6 pHul gm o1 Chr 1:17 The sons of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram, and Uz, and Hul, and Gether, and Meshech. fFTFMK
iYMSYX pGether gm o1 Chr 1:17 The sons of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram, and Uz, and Hul, and Gether, and Meshech. fFTFMK
iZZ7TF pMeshech gm o1 Chr 1:17 The sons of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram, and Uz, and Hul, and Gether, and Meshech. fFTFMK
iDAFEP pZimro or Zimri gm o1 Chr 2:6 And the sons of Zerah; Zimri, and Ethan, and Heman, and Calcol, and Dara: five of them in all. fB68LC
iWLZ72 pEthan gm o1 Chr 2:6 And the sons of Zerah; Zimri, and Ethan, and Heman, and Calcol, and Dara: five of them in all. fB68LC
iNHAQY pHeman gm o1 Chr 2:6 And the sons of Zerah; Zimri, and Ethan, and Heman, and Calcol, and Dara: five of them in all. fB68LC
iMNOBQ pCalcol gm o1 Chr 2:6 And the sons of Zerah; Zimri, and Ethan, and Heman, and Calcol, and Dara: five of them in all. fB68LC
iH833X pDara gm o1 Chr 2:6 And the sons of Zerah; Zimri, and Ethan, and Heman, and Calcol, and Dara: five of them in all. fB68LC
iM2MOL pAzariah gm o1 Chr 2:8 And the sons of Ethan; Azariah. fWLZ72
iMULXY pAchar gm o1 Chr 2:7 And the sons of Carmi; Achar, the troubler of Israel, who transgressed in the thing accursed. fY009U
iTTAQQ pJerahmeel gm o1 Chr 2:9 The sons also of Hezron, that were born unto him; Jerahmeel, and Ram, and Chelubai. fIGRYT
iU8X3P pRam gm o1 Chr 2:9 The sons also of Hezron, that were born unto him; Jerahmeel, and Ram, and Chelubai. fIGRYT
iIL20M pChelibai gm o1 Chr 2:9 The sons also of Hezron, that were born unto him; Jerahmeel, and Ram, and Chelubai. fIGRYT
iGALD3 pEliab gm o1 Chr 2:13 And Jesse begat his firstborn Eliab, and Abinadab the second, and Shimma the third,\n1 Chr 2:14 Nethaneel the fourth, Raddai the fifth,\n1 Chr 2:15 Ozem the sixth, David the seventh: fIAJQH
iYUVK9 pAbinadab gm o1 Chr 2:13 And Jesse begat his firstborn Eliab, and Abinadab the second, and Shimma the third,\n1 Chr 2:14 Nethaneel the fourth, Raddai the fifth,\n1 Chr 2:15 Ozem the sixth, David the seventh: fIAJQH
iX2TIP pShimma gm o1 Chr 2:13 And Jesse begat his firstborn Eliab, and Abinadab the second, and Shimma the third,\n1 Chr 2:14 Nethaneel the fourth, Raddai the fifth,\n1 Chr 2:15 Ozem the sixth, David the seventh: fIAJQH
iG98IP pChelubai or Caleb gm o1 Chr 2:9 The sons also of Hezron, that were born unto him; Jerahmeel, and Ram, and Chelubai.\n\n1 Chr 2:18 And Caleb the son of Hezron begat children of Azubah his wife, and of Jerioth: her sons are these; Jesher, and Shobab, and Ardon.\n1 Chr 2:19 And when Azubah was dead, Caleb took unto him Ephrath, which bare him Hur.\n1 Chr 2:20 And Hur begat Uri, and Uri begat Bezaleel. mMXH26 fRSSK5 sH7D9H
iH7D9H sG98IP pAzubah gf o1 Chr 2:18 And Caleb the son of Hezron begat children of Azubah his wife, and of Jerioth: her sons are these; Jesher, and Shobab, and Ardon.\n1 Chr 2:19 And when Azubah was dead, Caleb took unto him Ephrath, which bare him Hur.\n1 Chr 2:20 And Hur begat Uri, and Uri begat Bezaleel.
iLBNC5 pNethaneel gm o1 Chr 2:13 And Jesse begat his firstborn Eliab, and Abinadab the second, and Shimma the third,\n1 Chr 2:14 Nethaneel the fourth, Raddai the fifth,\n1 Chr 2:15 Ozem the sixth, David the seventh: fIAJQH
iUOGVF pRaddai gm o1 Chr 2:13 And Jesse begat his firstborn Eliab, and Abinadab the second, and Shimma the third,\n1 Chr 2:14 Nethaneel the fourth, Raddai the fifth,\n1 Chr 2:15 Ozem the sixth, David the seventh: fIAJQH
iN5F38 pOzem gm o1 Chr 2:13 And Jesse begat his firstborn Eliab, and Abinadab the second, and Shimma the third,\n1 Chr 2:14 Nethaneel the fourth, Raddai the fifth,\n1 Chr 2:15 Ozem the sixth, David the seventh: fIAJQH
iZ1SUC pZeruiah gf o1 Chr 2:13 And Jesse begat his firstborn Eliab, and Abinadab the second, and Shimma the third,\n1 Chr 2:14 Nethaneel the fourth, Raddai the fifth,\n1 Chr 2:15 Ozem the sixth, David the seventh:\n1 Chr 2:16 Whose sisters were Zeruiah, and Abigail. And the sons of Zeruiah; Abishai, and Joab, and Asahel, three.\n1 Chr 2:17 And Abigail bare Amasa: and the father of Amasa was Jether the Ishmeelite. fIAJQH
iNR4B0 pAbagail gf o1 Chr 2:13 And Jesse begat his firstborn Eliab, and Abinadab the second, and Shimma the third,\n1 Chr 2:14 Nethaneel the fourth, Raddai the fifth,\n1 Chr 2:15 Ozem the sixth, David the seventh:\n1 Chr 2:16 Whose sisters were Zeruiah, and Abigail. And the sons of Zeruiah; Abishai, and Joab, and Asahel, three.\n1 Chr 2:17 And Abigail bare Amasa: and the father of Amasa was Jether the Ishmeelite. fIAJQH sSRZJB
iSRZJB sNR4B0 pJether gm o1 Chr 2:17 And Abigail bare Amasa: and the father of Amasa was Jether the Ishmeelite.
iHKZJS pAbishai gm o1 Chr 2:16 Whose sisters were Zeruiah, and Abigail. And the sons of Zeruiah; Abishai, and Joab, and Asahel, three. mZ1SUC
iDZUS2 pJoab gm o1 Chr 2:16 Whose sisters were Zeruiah, and Abigail. And the sons of Zeruiah; Abishai, and Joab, and Asahel, three. mZ1SUC
iKLHV6 pArahel gm o1 Chr 2:16 Whose sisters were Zeruiah, and Abigail. And the sons of Zeruiah; Abishai, and Joab, and Asahel, three. mZ1SUC
iIE1R7 pAmasa gm o1 Chr 2:17 And Abigail bare Amasa: and the father of Amasa was Jether the Ishmeelite. mNR4B0 fSRZJB
iU1TW3 pJerahmeel gm o1 Chr 2:9 The sons also of Hezron, that were born unto him; Jerahmeel, and Ram, and Chelubai.\n\n1 Chr 2:25 And the sons of Jerahmeel the firstborn of Hezron were, Ram the firstborn, and Bunah, and Oren, and Ozem, and Ahijah. mMXH26 fRSSK5 sR7RRQ
iR7RRQ sU1TW3 punknown gf o1 Chr 2:26 Jerahmeel had also another wife, whose name was Atarah; she was the mother of Onam.
iQE6GW pJerioth gf o1 Chr 2:18 And Caleb the son of Hezron begat children of Azubah his wife, and of Jerioth: her sons are these; Jesher, and Shobab, and Ardon.\n1 Chr 2:19 And when Azubah was dead, Caleb took unto him Ephrath, which bare him Hur.\n1 Chr 2:20 And Hur begat Uri, and Uri begat Bezaleel.
iRV75H pEphrath gf o1 Chr 2:18 And Caleb the son of Hezron begat children of Azubah his wife, and of Jerioth: her sons are these; Jesher, and Shobab, and Ardon.\n1 Chr 2:19 And when Azubah was dead, Caleb took unto him Ephrath, which bare him Hur.\n1 Chr 2:20 And Hur begat Uri, and Uri begat Bezaleel.
iVHLWZ pJesher or Mesha gm o1 Chr 2:18 And Caleb the son of Hezron begat children of Azubah his wife, and of Jerioth: her sons are these; Jesher, and Shobab, and Ardon.\n1 Chr 2:19 And when Azubah was dead, Caleb took unto him Ephrath, which bare him Hur.\n1 Chr 2:20 And Hur begat Uri, and Uri begat Bezaleel.\n\n1 Chr 2:42 Now the sons of Caleb the brother of Jerahmeel were, Mesha his firstborn, which was the father of Ziph; and the sons of Mareshah the father of Hebron. mQE6GW fG98IP
iGMG8V pShobab gm o1 Chr 2:18 And Caleb the son of Hezron begat children of Azubah his wife, and of Jerioth: her sons are these; Jesher, and Shobab, and Ardon.\n1 Chr 2:19 And when Azubah was dead, Caleb took unto him Ephrath, which bare him Hur.\n1 Chr 2:20 And Hur begat Uri, and Uri begat Bezaleel. mQE6GW fG98IP
iG0N2N pArdon gm o1 Chr 2:18 And Caleb the son of Hezron begat children of Azubah his wife, and of Jerioth: her sons are these; Jesher, and Shobab, and Ardon.\n1 Chr 2:19 And when Azubah was dead, Caleb took unto him Ephrath, which bare him Hur.\n1 Chr 2:20 And Hur begat Uri, and Uri begat Bezaleel. mQE6GW fG98IP
iECKJB pHur gm o1 Chr 2:18 And Caleb the son of Hezron begat children of Azubah his wife, and of Jerioth: her sons are these; Jesher, and Shobab, and Ardon.\n1 Chr 2:19 And when Azubah was dead, Caleb took unto him Ephrath, which bare him Hur.\n1 Chr 2:20 And Hur begat Uri, and Uri begat Bezaleel. mRV75H fG98IP
iN5FOC pUri gm o1 Chr 2:18 And Caleb the son of Hezron begat children of Azubah his wife, and of Jerioth: her sons are these; Jesher, and Shobab, and Ardon.\n1 Chr 2:19 And when Azubah was dead, Caleb took unto him Ephrath, which bare him Hur.\n1 Chr 2:20 And Hur begat Uri, and Uri begat Bezaleel. fECKJB
iUDXZ8 pBezaleel gm o1 Chr 2:18 And Caleb the son of Hezron begat children of Azubah his wife, and of Jerioth: her sons are these; Jesher, and Shobab, and Ardon.\n1 Chr 2:19 And when Azubah was dead, Caleb took unto him Ephrath, which bare him Hur.\n1 Chr 2:20 And Hur begat Uri, and Uri begat Bezaleel. fN5FOC
iWUGFG punknown gf o1 Chr 2:21 And afterward Hezron went in to the daughter of Machir the father of Gilead, whom he married when he was threescore years old; and she bare him Segub.\n1 Chr 2:22 And Segub begat Jair, who had three and twenty cities in the land of Gilead.
iXOSDN pSegub gm o1 Chr 2:21 And afterward Hezron went in to the daughter of Machir the father of Gilead, whom he married when he was threescore years old; and she bare him Segub.\n1 Chr 2:22 And Segub begat Jair, who had three and twenty cities in the land of Gilead. mWUGFG fRSSK5
iCMERF pJair gm o1 Chr 2:21 And afterward Hezron went in to the daughter of Machir the father of Gilead, whom he married when he was threescore years old; and she bare him Segub.\n1 Chr 2:22 And Segub begat Jair, who had three and twenty cities in the land of Gilead.\n1 Chr 2:23 And he took Geshur, and Aram, with the towns of Jair, from them, with Kenath, and the towns thereof, even threescore cities. All these belonged to the sons of Machir, the father of Gilead. fXOSDN
iGK2OZ pAshur gm o1 Chr 2:24 And after that Hezron was dead in Calebephratah, then Abiah Hezron's wife bare him Ashur the father of Tekoa. mMXH26 fRSSK5
iWH2S6 pTekoa gm o1 Chr 2:24 And after that Hezron was dead in Calebephratah, then Abiah Hezron's wife bare him Ashur the father of Tekoa. fGK2OZ
iTMR7S pRam gm o1 Chr 2:25 And the sons of Jerahmeel the firstborn of Hezron were, Ram the firstborn, and Bunah, and Oren, and Ozem, and Ahijah. mR7RRQ fU1TW3
iQ47F7 pBunah gm o1 Chr 2:25 And the sons of Jerahmeel the firstborn of Hezron were, Ram the firstborn, and Bunah, and Oren, and Ozem, and Ahijah. mR7RRQ fU1TW3
iHJKO0 pOren gm o1 Chr 2:25 And the sons of Jerahmeel the firstborn of Hezron were, Ram the firstborn, and Bunah, and Oren, and Ozem, and Ahijah. mR7RRQ fU1TW3
iL6NWY pOzem gm o1 Chr 2:25 And the sons of Jerahmeel the firstborn of Hezron were, Ram the firstborn, and Bunah, and Oren, and Ozem, and Ahijah. mR7RRQ fU1TW3
iH59DK pAhijah gm o1 Chr 2:25 And the sons of Jerahmeel the firstborn of Hezron were, Ram the firstborn, and Bunah, and Oren, and Ozem, and Ahijah. mR7RRQ fU1TW3
iKI25G pAtarah gf o1 Chr 2:26 Jerahmeel had also another wife, whose name was Atarah; she was the mother of Onam.
iISAJY pOnam gm o1 Chr 2:26 Jerahmeel had also another wife, whose name was Atarah; she was the mother of Onam. mKI25G fU1TW3
iZU8J9 pMaaz gm o1 Chr 2:27 And the sons of Ram the firstborn of Jerahmeel were, Maaz, and Jamin, and Eker. fTMR7S
iSY5DL pJamin gm o1 Chr 2:27 And the sons of Ram the firstborn of Jerahmeel were, Maaz, and Jamin, and Eker. fTMR7S
iONHTR pEker gm o1 Chr 2:27 And the sons of Ram the firstborn of Jerahmeel were, Maaz, and Jamin, and Eker. fTMR7S
iMIO9Z pShammai gm o1 Chr 2:28 And the sons of Onam were, Shammai, and Jada. And the sons of Shammai; Nadab, and Abishur. fISAJY
iWO7XK pJada gm o1 Chr 2:28 And the sons of Onam were, Shammai, and Jada. And the sons of Shammai; Nadab, and Abishur. fISAJY
iC93EI pNadab gm o1 Chr 2:28 And the sons of Onam were, Shammai, and Jada. And the sons of Shammai; Nadab, and Abishur. fMIO9Z
iMD2QM pAbishur gm o1 Chr 2:28 And the sons of Onam were, Shammai, and Jada. And the sons of Shammai; Nadab, and Abishur.\n1 Chr 2:29 And the name of the wife of Abishur was Abihail, and she bare him Ahban, and Molid. fMIO9Z sUFBXI
iUFBXI sMD2QM pAbihail gf o1 Chr 2:29 And the name of the wife of Abishur was Abihail, and she bare him Ahban, and Molid.
iJHWT1 pAhban gm o1 Chr 2:29 And the name of the wife of Abishur was Abihail, and she bare him Ahban, and Molid. mUFBXI fMD2QM
iCB9SB pMolid gm o1 Chr 2:29 And the name of the wife of Abishur was Abihail, and she bare him Ahban, and Molid. mUFBXI fMD2QM
iRMPWA pSeled gm o1 Chr 2:30 And the sons of Nadab; Seled, and Appaim: but Seled died without children. fC93EI
iS0AT5 pAppaim gm o1 Chr 2:30 And the sons of Nadab; Seled, and Appaim: but Seled died without children.\n1 Chr 2:31 And the sons of Appaim; Ishi. And the sons of Ishi; Sheshan. And the children of Sheshan; Ahlai. fC93EI
iGB8BR pIshi gm o1 Chr 2:31 And the sons of Appaim; Ishi. And the sons of Ishi; Sheshan. And the children of Sheshan; Ahlai. fS0AT5
iI3WNR pSheshan gm o1 Chr 2:31 And the sons of Appaim; Ishi. And the sons of Ishi; Sheshan. And the children of Sheshan; Ahlai. fGB8BR
iWZZRJ pAhlai gf o1 Chr 2:31 And the sons of Appaim; Ishi. And the sons of Ishi; Sheshan. And the children of Sheshan; Ahlai.\n\n1 Chr 2:34 Now Sheshan had no sons, but daughters. fI3WNR sOXUGA
iOXUGA sWZZRJ pJarha gm
iLUKPC pJether gm fWO7XK
iJEP21 pJonathan gm o1 Chr 2:32 And the sons of Jada the brother of Shammai; Jether, and Jonathan: and Jether died without children.\n1 Chr 2:33 And the sons of Jonathan; Peleth, and Zaza. These were the sons of Jerahmeel. fWO7XK
iLSRQB pPeleth gm o1 Chr 2:33 And the sons of Jonathan; Peleth, and Zaza. These were the sons of Jerahmeel. fJEP21
iJYCL0 pZaza gm o1 Chr 2:33 And the sons of Jonathan; Peleth, and Zaza. These were the sons of Jerahmeel. fJEP21
iBB00S pAttai gm o1 Chr 2:35 And Sheshan gave his daughter to Jarha his servant to wife; and she bare him Attai. mWZZRJ fOXUGA
iZGCKW pNathan gm o1 Chr 2:35 And Sheshan gave his daughter to Jarha his servant to wife; and she bare him Attai.\n1 Chr 2:36 And Attai begat Nathan, and Nathan begat Zabad, fBB00S
iDW1UP pZabad gm o1 Chr 2:36 And Attai begat Nathan, and Nathan begat Zabad,\n1 Chr 2:37 And Zabad begat Ephlal, and Ephlal begat Obed, fZGCKW
iNA7AQ pEphlal gm o1 Chr 2:36 And Attai begat Nathan, and Nathan begat Zabad,\n1 Chr 2:37 And Zabad begat Ephlal, and Ephlal begat Obed, fDW1UP
iZMFCY pObed gm o1 Chr 2:37 And Zabad begat Ephlal, and Ephlal begat Obed,\n1 Chr 2:38 And Obed begat Jehu, and Jehu begat Azariah, fNA7AQ
iXWMQ2 pJehu gm o1 Chr 2:37 And Zabad begat Ephlal, and Ephlal begat Obed,\n1 Chr 2:38 And Obed begat Jehu, and Jehu begat Azariah, fZMFCY
iJS4CI pAzariah gm o1 Chr 2:38 And Obed begat Jehu, and Jehu begat Azariah,\n1 Chr 2:39 And Azariah begat Helez, and Helez begat Eleasah, fXWMQ2
iJBPPM pHelez gm o1 Chr 2:38 And Obed begat Jehu, and Jehu begat Azariah,\n1 Chr 2:39 And Azariah begat Helez, and Helez begat Eleasah, fJS4CI
iBV84F pEleasah gm o1 Chr 2:39 And Azariah begat Helez, and Helez begat Eleasah,\n1 Chr 2:40 And Eleasah begat Sisamai, and Sisamai begat Shallum, fJBPPM
iKMGLM pSisamai gm o1 Chr 2:39 And Azariah begat Helez, and Helez begat Eleasah,\n1 Chr 2:40 And Eleasah begat Sisamai, and Sisamai begat Shallum, fBV84F
iQLZ3N pShallum gm o1 Chr 2:40 And Eleasah begat Sisamai, and Sisamai begat Shallum,\n1 Chr 2:41 And Shallum begat Jekamiah, and Jekamiah begat Elishama. fKMGLM
iKZA0G pJekamiah gm o1 Chr 2:40 And Eleasah begat Sisamai, and Sisamai begat Shallum,\n1 Chr 2:41 And Shallum begat Jekamiah, and Jekamiah begat Elishama. fQLZ3N
iUDYXF pElishama gm o1 Chr 2:41 And Shallum begat Jekamiah, and Jekamiah begat Elishama. fKZA0G
iYAHMQ pZiph gm o1 Chr 2:42 Now the sons of Caleb the brother of Jerahmeel were, Mesha his firstborn, which was the father of Ziph; and the sons of Mareshah the father of Hebron. fVHLWZ
iOPBSJ pMareshah gm o1 Chr 2:42 Now the sons of Caleb the brother of Jerahmeel were, Mesha his firstborn, which was the father of Ziph; and the sons of Mareshah the father of Hebron. fYAHMQ
iF6WNI pHebron gm o1 Chr 2:42 Now the sons of Caleb the brother of Jerahmeel were, Mesha his firstborn, which was the father of Ziph; and the sons of Mareshah the father of Hebron. fOPBSJ
iZBTY4 pKorah gm o1 Chr 2:43 And the sons of Hebron; Korah, and Tappuah, and Rekem, and Shema. fF6WNI
iYDU73 pTappuah gm o1 Chr 2:43 And the sons of Hebron; Korah, and Tappuah, and Rekem, and Shema. fF6WNI
iT07PN pRekem gm o1 Chr 2:43 And the sons of Hebron; Korah, and Tappuah, and Rekem, and Shema. fF6WNI
iCMOKZ pShema gm o1 Chr 2:43 And the sons of Hebron; Korah, and Tappuah, and Rekem, and Shema. fF6WNI
iW4E5N pRaham gm o1 Chr 2:44 And Shema begat Raham, the father of Jorkoam: and Rekem begat Shammai. fCMOKZ
iKDKAQ pJorkoam gm o1 Chr 2:44 And Shema begat Raham, the father of Jorkoam: and Rekem begat Shammai. fW4E5N
iN8RCX pShammai gm o1 Chr 2:44 And Shema begat Raham, the father of Jorkoam: and Rekem begat Shammai.\n1 Chr 2:45 And the son of Shammai was Maon: and Maon was the father of Bethzur. fT07PN
iIA167 pMaon gm o1 Chr 2:45 And the son of Shammai was Maon: and Maon was the father of Bethzur. fN8RCX
iPXYSD pBethzur gm o1 Chr 2:45 And the son of Shammai was Maon: and Maon was the father of Bethzur. fIA167
iBVQQ6 pEphah gf o1 Chr 2:46 And Ephah, Caleb's concubine, bare Haran, and Moza, and Gazez: and Haran begat Gazez.
iEK1KG pHaran gm o1 Chr 2:46 And Ephah, Caleb's concubine, bare Haran, and Moza, and Gazez: and Haran begat Gazez. mBVQQ6 fG98IP
iDYJPY pMoza gm o1 Chr 2:46 And Ephah, Caleb's concubine, bare Haran, and Moza, and Gazez: and Haran begat Gazez. mBVQQ6 fG98IP
iT8XIB pGazez gm o1 Chr 2:46 And Ephah, Caleb's concubine, bare Haran, and Moza, and Gazez: and Haran begat Gazez. mBVQQ6 fG98IP
iIUBCR pGazez gm o1 Chr 2:46 And Ephah, Caleb's concubine, bare Haran, and Moza, and Gazez: and Haran begat Gazez. fEK1KG
iZXFXG pJahdai gf
iGZ1ZF pRegem gm o1 Chr 2:47 And the sons of Jahdai; Regem, and Jotham, and Gesham, and Pelet, and Ephah, and Shaaph. mZXFXG fG98IP
iR5QPG pJotham gm o1 Chr 2:47 And the sons of Jahdai; Regem, and Jotham, and Gesham, and Pelet, and Ephah, and Shaaph. mZXFXG fG98IP
iQU469 pGesham gm o1 Chr 2:47 And the sons of Jahdai; Regem, and Jotham, and Gesham, and Pelet, and Ephah, and Shaaph. mZXFXG fG98IP
iOW7H5 pPelet gm o1 Chr 2:47 And the sons of Jahdai; Regem, and Jotham, and Gesham, and Pelet, and Ephah, and Shaaph. mZXFXG fG98IP
iZTQAV pEphah gm o1 Chr 2:47 And the sons of Jahdai; Regem, and Jotham, and Gesham, and Pelet, and Ephah, and Shaaph. mZXFXG fG98IP
iYAJCX pShaaph gm o1 Chr 2:47 And the sons of Jahdai; Regem, and Jotham, and Gesham, and Pelet, and Ephah, and Shaaph. mZXFXG fG98IP
iLLMHA pMaachah gf o1 Chr 2:48 Maachah, Caleb's concubine, bare Sheber, and Tirhanah.\n1 Chr 2:49 She bare also Shaaph the father of Madmannah, Sheva the father of Machbenah, and the father of Gibea: and the daughter of Caleb was Achsa.
iM567K pSheber gm o1 Chr 2:48 Maachah, Caleb's concubine, bare Sheber, and Tirhanah.\n1 Chr 2:49 She bare also Shaaph the father of Madmannah, Sheva the father of Machbenah, and the father of Gibea: and the daughter of Caleb was Achsa. mLLMHA fG98IP
iBU47Q pTirhanah gm o1 Chr 2:48 Maachah, Caleb's concubine, bare Sheber, and Tirhanah.\n1 Chr 2:49 She bare also Shaaph the father of Madmannah, Sheva the father of Machbenah, and the father of Gibea: and the daughter of Caleb was Achsa. mLLMHA fG98IP
iVQD1Y pShaaph gm o1 Chr 2:48 Maachah, Caleb's concubine, bare Sheber, and Tirhanah.\n1 Chr 2:49 She bare also Shaaph the father of Madmannah, Sheva the father of Machbenah, and the father of Gibea: and the daughter of Caleb was Achsa. mLLMHA fG98IP
iZ1HP1 pMadmannah gm o1 Chr 2:48 Maachah, Caleb's concubine, bare Sheber, and Tirhanah.\n1 Chr 2:49 She bare also Shaaph the father of Madmannah, Sheva the father of Machbenah, and the father of Gibea: and the daughter of Caleb was Achsa. fVQD1Y
iVM1DP pSheva gm o1 Chr 2:49 She bare also Shaaph the father of Madmannah, Sheva the father of Machbenah, and the father of Gibea: and the daughter of Caleb was Achsa. fVQD1Y
iLS110 pMachbenah gm o1 Chr 2:49 She bare also Shaaph the father of Madmannah, Sheva the father of Machbenah, and the father of Gibea: and the daughter of Caleb was Achsa. fVM1DP
iUJWYH pGibea gm o1 Chr 2:49 She bare also Shaaph the father of Madmannah, Sheva the father of Machbenah, and the father of Gibea: and the daughter of Caleb was Achsa. fVM1DP
iX021X pAchsa gf o1 Chr 2:49 She bare also Shaaph the father of Madmannah, Sheva the father of Machbenah, and the father of Gibea: and the daughter of Caleb was Achsa. mLLMHA fG98IP
iUMEA1 pAhinoam gf vJezreelite o1 Chr 3:1 Now these were the sons of David, which were born unto him in Hebron; the firstborn Amnon, of Ahinoam the Jezreelitess; the second Daniel, of Abigail the Carmelitess:
iX3DY6 pAbigail gf vCarmelite
iODPL5 pDaniel gm vHebron o1 Chr 3:1 Now these were the sons of David, which were born unto him in Hebron; the firstborn Amnon, of Ahinoam the Jezreelitess; the second Daniel, of Abigail the Carmelitess: mX3DY6 fZNNTV
iEDF22 pMaachah gf o1 Chr 3:2 The third, Absalom the son of Maachah the daughter of Talmai king of Geshur: the fourth, Adonijah the son of Haggith:
iJZSFQ pHaggith gf o1 Chr 3:2 The third, Absalom the son of Maachah the daughter of Talmai king of Geshur: the fourth, Adonijah the son of Haggith:
iEOCL1 pAdonijah gm o1 Chr 3:2 The third, Absalom the son of Maachah the daughter of Talmai king of Geshur: the fourth, Adonijah the son of Haggith: mJZSFQ fZNNTV
iLEDUF pAbital gf o1 Chr 3:3 The fifth, Shephatiah of Abital: the sixth, Ithream by Eglah his wife.
iVR88G pShephatiah gm vHebron o1 Chr 3:3 The fifth, Shephatiah of Abital: the sixth, Ithream by Eglah his wife. mLEDUF fZNNTV
iWRKL2 pEglah gf o1 Chr 3:3 The fifth, Shephatiah of Abital: the sixth, Ithream by Eglah his wife.
iER6LJ pIthream gm vHebron o1 Chr 3:3 The fifth, Shephatiah of Abital: the sixth, Ithream by Eglah his wife. mWRKL2 fZNNTV
iRY9H3 pAmnon gm vHebron o1 Chr 3:1 Now these were the sons of David, which were born unto him in Hebron; the firstborn Amnon, of Ahinoam the Jezreelitess; the second Daniel, of Abigail the Carmelitess: mUMEA1 fZNNTV
iLNHSZ pAbsalom gm vHebron o1 Chr 3:2 The third, Absalom the son of Maachah the daughter of Talmai king of Geshur: the fourth, Adonijah the son of Haggith: mEDF22 fZNNTV
iY83BT pShimea gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel: mGVEMN fZNNTV
iZ5B73 pShobab gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel: mGVEMN fZNNTV
iF3LRE pIbhar gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:\n1 Chr 3:6 Ibhar also, and Elishama, and Eliphelet,\n1 Chr 3:7 And Nogah, and Nepheg, and Japhia,\n1 Chr 3:8 And Elishama, and Eliada, and Eliphelet, nine. mGVEMN fZNNTV
iDXWA8 pSolomon gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:\n1 Chr 3:6 Ibhar also, and Elishama, and Eliphelet,\n1 Chr 3:7 And Nogah, and Nepheg, and Japhia,\n1 Chr 3:8 And Elishama, and Eliada, and Eliphelet, nine.\n\nMat 1:6 And Jesse begat David the king; and David the king begat Solomon of her that had been the wife of Urias;\nMat 1:7 And Solomon begat Roboam; and Roboam begat Abia; and Abia begat Asa; mGVEMN fZNNTV
iXYW55 pElishama gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:\n1 Chr 3:6 Ibhar also, and Elishama, and Eliphelet,\n1 Chr 3:7 And Nogah, and Nepheg, and Japhia,\n1 Chr 3:8 And Elishama, and Eliada, and Eliphelet, nine. mGVEMN fZNNTV
iLKJW3 pEliphelet gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:\n1 Chr 3:6 Ibhar also, and Elishama, and Eliphelet,\n1 Chr 3:7 And Nogah, and Nepheg, and Japhia,\n1 Chr 3:8 And Elishama, and Eliada, and Eliphelet, nine. mGVEMN fZNNTV
iZV12W pNogah gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:\n1 Chr 3:6 Ibhar also, and Elishama, and Eliphelet,\n1 Chr 3:7 And Nogah, and Nepheg, and Japhia,\n1 Chr 3:8 And Elishama, and Eliada, and Eliphelet, nine. mGVEMN fZNNTV
iI1SMZ pNepheg gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:\n1 Chr 3:6 Ibhar also, and Elishama, and Eliphelet,\n1 Chr 3:7 And Nogah, and Nepheg, and Japhia,\n1 Chr 3:8 And Elishama, and Eliada, and Eliphelet, nine. mGVEMN fZNNTV
iITSXB pJaphia gm o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:\n1 Chr 3:6 Ibhar also, and Elishama, and Eliphelet,\n1 Chr 3:7 And Nogah, and Nepheg, and Japhia,\n1 Chr 3:8 And Elishama, and Eliada, and Eliphelet, nine. mGVEMN fZNNTV
iQ1YJ2 pElishama gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:\n1 Chr 3:6 Ibhar also, and Elishama, and Eliphelet,\n1 Chr 3:7 And Nogah, and Nepheg, and Japhia,\n1 Chr 3:8 And Elishama, and Eliada, and Eliphelet, nine. mGVEMN fZNNTV
iQFQJA pEliada gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:\n1 Chr 3:6 Ibhar also, and Elishama, and Eliphelet,\n1 Chr 3:7 And Nogah, and Nepheg, and Japhia,\n1 Chr 3:8 And Elishama, and Eliada, and Eliphelet, nine. mGVEMN fZNNTV
iJZLWM pEliphelet gm vJerusalem, Israel o1 Chr 3:5 And these were born unto him in Jerusalem; Shimea, and Shobab, and Nathan, and Solomon, four, of Bathshua the daughter of Ammiel:\n1 Chr 3:6 Ibhar also, and Elishama, and Eliphelet,\n1 Chr 3:7 And Nogah, and Nepheg, and Japhia,\n1 Chr 3:8 And Elishama, and Eliada, and Eliphelet, nine. mGVEMN fZNNTV
iDU76N pRehoboam or Roboam gm o1 Chr 3:10 And Solomon's son was Rehoboam, Abia his son, Asa his son, Jehoshaphat his son,\n\nMat 1:7 And Solomon begat Roboam; and Roboam begat Abia; and Abia begat Asa; fDXWA8
iOHFCT pAbia gm o1 Chr 3:10 And Solomon's son was Rehoboam, Abia his son, Asa his son, Jehoshaphat his son,\n\nMat 1:7 And Solomon begat Roboam; and Roboam begat Abia; and Abia begat Asa; fDU76N
iVODNB pAsa gm o1 Chr 3:10 And Solomon's son was Rehoboam, Abia his son, Asa his son, Jehoshaphat his son,\n\nMat 1:7 And Solomon begat Roboam; and Roboam begat Abia; and Abia begat Asa;\nMat 1:8 And Asa begat Josaphat; and Josaphat begat Joram; and Joram begat Ozias; fOHFCT
iDA33J pJehoshaphat or Josaphat gm o1 Chr 3:10 And Solomon's son was Rehoboam, Abia his son, Asa his son, Jehoshaphat his son,\n1 Chr 3:11 Joram his son, Ahaziah his son, Joash his son,\n\nMat 1:7 And Solomon begat Roboam; and Roboam begat Abia; and Abia begat Asa;\nMat 1:8 And Asa begat Josaphat; and Josaphat begat Joram; and Joram begat Ozias; fVODNB
iPQPCZ pJoram or Jehoram gm o1 Chr 3:10 And Solomon's son was Rehoboam, Abia his son, Asa his son, Jehoshaphat his son,\n1 Chr 3:11 Joram his son, Ahaziah his son, Joash his son,\n\n2 Ki 8:29 And king Joram went back to be healed in Jezreel of the wounds which the Syrians had given him at Ramah, when he fought against Hazael king of Syria. And Ahaziah the son of Jehoram king of Judah went down to see Joram the son of Ahab in Jezreel, because he was sick.\n\nMat 1:7 And Solomon begat Roboam; and Roboam begat Abia; and Abia begat Asa;\nMat 1:8 And Asa begat Josaphat; and Josaphat begat Joram; and Joram begat Ozias;\nMat 1:9 And Ozias begat Joatham; and Joatham begat Achaz; and Achaz begat Ezekias; fDA33J
iLPO1B pAhaziah gm o1 Chr 3:10 And Solomon's son was Rehoboam, Abia his son, Asa his son, Jehoshaphat his son,\n1 Chr 3:11 Joram his son, Ahaziah his son, Joash his son,\n\nMat 1:8 And Asa begat Josaphat; and Josaphat begat Joram; and Joram begat Ozias;\nMat 1:9 And Ozias begat Joatham; and Joatham begat Achaz; and Achaz begat Ezekias; fPQPCZ sMI36B
iMI36B sLPO1B pZibiah gf vBeersheba
iT6WY2 pJoash or Jehoash gm o1 Chr 3:11 Joram his son, Ahaziah his son, Joash his son,\n1 Chr 3:12 Amaziah his son, Azariah his son, Jotham his son,\n\n2 Ki 11:1 And when Athaliah the mother of Ahaziah saw that her son was dead, she arose and destroyed all the seed royal.\n2 Ki 11:2 But Jehosheba, the daughter of king Joram, sister of Ahaziah, took Joash the son of Ahaziah, and stole him from among the king's sons which were slain; and they hid him, even him and his nurse, in the bedchamber from Athaliah, so that he was not slain.\n\n2 Ki 11:21 Seven years old was Jehoash when he began to reign. mMI36B fLPO1B
iZIAFK pAmaziah gm o1 Chr 3:11 Joram his son, Ahaziah his son, Joash his son,\n1 Chr 3:12 Amaziah his son, Azariah his son, Jotham his son, fT6WY2
iO9YXM pAzariah gm o1 Chr 3:11 Joram his son, Ahaziah his son, Joash his son,\n1 Chr 3:12 Amaziah his son, Azariah his son, Jotham his son, fZIAFK
iS2NTV pJotham gm o1 Chr 3:11 Joram his son, Ahaziah his son, Joash his son,\n1 Chr 3:12 Amaziah his son, Azariah his son, Jotham his son, fO9YXM
iQFBCI pAhaz gm fS2NTV
iTSYFJ pHezekia gm o1 Chr 3:12 Amaziah his son, Azariah his son, Jotham his son,\n1 Chr 3:13 Ahaz his son, Hezekiah his son, Manasseh his son, fQFBCI
iS6FMU pManasseh gm o1 Chr 3:13 Ahaz his son, Hezekiah his son, Manasseh his son,\n1 Chr 3:14 Amon his son, Josiah his son. fTSYFJ
iYM28R pAmon gm o1 Chr 3:13 Ahaz his son, Hezekiah his son, Manasseh his son,\n1 Chr 3:14 Amon his son, Josiah his son. fS6FMU
iCTQ1G pJosiah gm o1 Chr 3:14 Amon his son, Josiah his son.\n1 Chr 3:15 And the sons of Josiah were, the firstborn Johanan, the second Jehoiakim, the third Zedekiah, the fourth Shallum. fYM28R
iVR9GB pJohanan gm o1 Chr 3:15 And the sons of Josiah were, the firstborn Johanan, the second Jehoiakim, the third Zedekiah, the fourth Shallum. fCTQ1G
iO3HV5 pJehoiakim gm o1 Chr 3:15 And the sons of Josiah were, the firstborn Johanan, the second Jehoiakim, the third Zedekiah, the fourth Shallum. fCTQ1G
iLMOES pZedekial gm o1 Chr 3:15 And the sons of Josiah were, the firstborn Johanan, the second Jehoiakim, the third Zedekiah, the fourth Shallum. fCTQ1G
iR3P3G pShallum gm o1 Chr 3:15 And the sons of Josiah were, the firstborn Johanan, the second Jehoiakim, the third Zedekiah, the fourth Shallum. fCTQ1G
iZ1S20 pJeconiah gm o1 Chr 3:16 And the sons of Jehoiakim: Jeconiah his son, Zedekiah his son. fO3HV5
iZ6JQX pZedekiah gm o1 Chr 3:16 And the sons of Jehoiakim: Jeconiah his son, Zedekiah his son.\n\n2 Ki 24:17 And the king of Babylon made Mattaniah his father's brother king in his stead, and changed his name to Zedekiah.\n\n2 Ki 25:2 And the city was besieged unto the eleventh year of king Zedekiah. fZ1S20
iE48U9 pJehosheba gf fPQPCZ
pP55Q7 START e1
pCPI99 RLTBQ e1
pGVEMN ZNNTV e1
pLKFPQ TI524 e1
pFAKOV WJ39T e1
pRSSK5 WUGFG e1
pMXH26 RSSK5 e1
pV8WIQ ZFE2F e1
pRC4KB YTIWA e1
pERBFE RC4KB e1
pKJPAP L08NU e1
pK7060 L144J e1
pK7060 PD8BE e1
pK7060 YRQSB e1
pMJO58 Y071C e1
pEALTE Y071C e1
pGZ3I8 YGWLF e1
pY4BHS YGWLF e1
pPSXY4 WT0PU e1
pU576X WA9WA e1
pPN7NT WA9WA e1
pBXX9A RC4KB e1
pEXSUH RC4KB e1
pR1EGL R3LM7 e1
pOEVNF WA9WA e1
pHNIPX QPHLE e1
pNBVV2 QPHLE e1
pSDJFH ZFE2F e1
pBHA3W ZFE2F e1
pG98IP H7D9H e1
pG98IP QE6GW e1
pG98IP RV75H e1
pG98IP ZXFXG e1
pG98IP LLMHA e1
pNR4B0 SRZJB e1
pR7RRQ U1TW3 e1
pKI25G U1TW3 e1
pMD2QM UFBXI e1
pOXUGA WZZRJ e1
pBVQQ6 G98IP e1
pUMEA1 ZNNTV e1
pX3DY6 ZNNTV e1
pEDF22 ZNNTV e1
pJZSFQ ZNNTV e1
pLEDUF ZNNTV e1
pWRKL2 ZNNTV e1
pLPO1B MI36B e1
# ...end of FamilyScript
">
<INPUT TYPE="hidden" ID="personid" NAME="personid" VALUE="">
<INPUT TYPE="hidden" ID="viewpersonid" NAME="viewpersonid" VALUE="START">
<INPUT TYPE="hidden" ID="viewmode" NAME="viewstate" VALUE="view">
<INPUT TYPE="hidden" ID="name" NAME="name" VALUE="">
<INPUT TYPE="hidden" ID="email" NAME="email" VALUE="">
<INPUT TYPE="hidden" ID="founderid" VALUE="START">
</TD>
</TR></TABLE>
</TD>
</FORM>
</TR>
<TR HEIGHT="*"><TD STYLE="position:relative;">
<SCRIPT TYPE="text/javascript"><!--
document.write('<DIV ID="noajax"'+(document.getElementById ? ' STYLE="display:none;"' : '')+'><TABLE HEIGHT="100%" WIDTH="100%"><TR><TD ALIGN="center"><FONT COLOR="red"><B>Sorry. This site requires a modern web browser such as Firefox, Internet Explorer 6+ or Safari.</B></FONT></TD></TR></TABLE></DIV>');
--></SCRIPT>
<NOSCRIPT>
<TABLE HEIGHT="100%" WIDTH="100%"><TR><TD ALIGN="center">
<FONT COLOR="red"><B>
Sorry - this site requires JavaScript in order to display your family.
<P>
If a security warning has appeared at the top of the browser window,
please click it to allow blocked content.
<P>
Otherwise, please switch on JavaScript in the Options... window of your browser.
</B></FONT>
</TD></TR></TABLE>
</NOSCRIPT>
<DIV CLASS="fullsize" STYLE="position:relative;">
<DIV ID="treediv" CLASS="dright" STYLE="top:0px; height:100%; overflow:hidden;"><DIV ID="treemargin" CLASS="marginon" STYLE="cursor:move;"><DIV ID="treebg" CLASS="fullsize rbody" STYLE="position:relative;"></DIV></DIV></DIV>
<DIV ID="navdiv" CLASS="dright" STYLE="bottom:0px; height:64px; overflow:hidden; "><DIV ID="navmargin" CLASS="marginon"><DIV ID="navbg" CLASS="rbody" STYLE="height:100%;"><TABLE WIDTH="100%" HEIGHT="100%">
<TR VALIGN="middle"><TD ALIGN="center">
<SPAN ID="printbutton">
<A HREF="#" onClick="parent.ESM('print'); return false;"><IMG SRC="data:;base64,R0lGODlhFgAWAPf/AMDAwP////7+/vz8/Pn5+fj4+Pf39/b29vT09PPz8/Ly8vHx8fDw8O/v7+7u7u3t7evr6+rq6unp6ejo6Ofn5+bm5uTk5OPj4+Li4uHh4eDg4N/f397e3t3d3dzc3Nvb29ra2tnZ2djY2NfX19bW1tXV1dTU1NPT09LS0tHR0dDQ0M/Pz87Ozs3NzczMzMvLy8rKysnJycjIyMfHx8XFxcPDw8LCwsHBwcDAwL+/v76+vr29vbq6urm5ubi4uLe3t7a2trW1tbS0tLOzs7KysrGxsbCwsK+vr66urq2traysrKurq6qqqqioqKenp6ampqWlpaSkpKOjo6KioqGhoaCgoJ+fn52dnZycnJubm5qampmZmZeXl5aWlpWVlZOTk5KSkpGRkY+Pj46Ojo2NjYyMjIqKiomJiYiIiIeHh4WFhYSEhIODg4KCgn9/f3x8fHt7e3p6enl5eXZ2dnV1dXR0dHJycm5ubmxsbGtra2pqamhoaGdnZ2ZmZmRkZGJiYmFhYWBgYF5eXl1dXVxcXFpaWlZWVlVVVVNTU1JSUk5OTk1NTUhISDk5OQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAAAALAAAAAAWABYAQAj/AAEIhAGjB48aLEi0oCGwocOHM3SQeAHDBQoVJTRkOTMExEMRUwIMiOACBxQyXqYQ4SEkSpc3aBSVeRiiBgQKOCs4MKLmoUMYQxxwMJECggoRHl60UBHCAwkXOv7MfAgDT6AwexolyjNkCCBEWDL4jHCFwQEEaAtgUFPBp1scJESIGFGiBAs6MtwKLCGkio8aSn706MGCA4UFDkjsCBNFgUATYJRIWaHBxIYLLoI0wSImjZcvXQ6ZaUiiDp8UAhKQSFJkECNBdsa8qEDDTaENDaPQCMC7t5Iheh8aQcHggfEHC7QwCd4wwQ0MHDZIx+DijgXmAqfgoEFjBowUI2x0oGnBnEiJAzmSqE/CBIkQE0DEPHGYgkqGDic0rBhhgEACCh6wEIMLI3zQBxQCqSBGChNsgEIJEKAAwn0o0PDDFGGsYQgZezERwAlYLFESFlycwcYZVwxRwxJDDLKGQArAYYUCAzDQQApOHMFEGHHcMYcYSNDgQx0YNGfEH1xEQAEQUbwhxxo7bEAEIYu0gYJbCwyhRyJp2IBFHn5sIcFDAQEAOw==" WIDTH="22" HEIGHT="22" ALIGN="ABSMIDDLE" TITLE="Print version" BORDER="0" STYLE="margin-right:4px;">Print</A>
&nbsp;&ndash;&nbsp;
</SPAN>
<A HREF="#" onClick="parent.ETI(); return false;"><SPAN ID="sidelinktext">Hide</SPAN> sidebar</A>
&nbsp;&ndash;&nbsp;
<A HREF="#" onClick="parent.ETK(); return false;"><SPAN ID="keylinktext">Show</SPAN> key</A>
&nbsp;&ndash;&nbsp;
<A HREF="#" onClick="parent.EBS(); return false;">Back to <SPAN ID="backtotext">start</SPAN></A>
&nbsp;&ndash;&nbsp;
Find:
<INPUT ID="findfield" STYLE="width:8em;" onFocus="focus_find_box();" onInput="input_find_box();" onClick="input_find_box();">
&nbsp;&ndash;&nbsp;
<IMG SRC="data:;base64,R0lGODlhFgAWAPcAAP////////////////////////////////f39/f39/f39/f39/f39/f398DAwO/v7+/v7+/v7+/v7+/v7+/v7+/v7+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn597e3t7e3t7e3t7e3t7e3t7e3tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1s7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsbGxsbGxsbGxsbGxsbGxr29vb29vb29vb29vb29vb29vb29vbW1tbW1tbW1ta2tra2traWlpaWlpaWlpZycnJycnJycnJycnJycnJSUlJSUlHt7e3t7e3t7e3Nzc3Nzc3Nzc3Nzc2tra2tra2NjY2NjY2NjY2NjY1paWlpaWlpaWlpaWlpaWlJSUlJSUlJSUkpKSkpKSkpKSkJCQkJCQkJCQkJCQkJCQkJCQjk5OTk5OTk5OTk5OTExMTExMTExMSkpKSkpKSkpKSkpKSkpKSkpKSEhISEhISEhISEhISEhIRgYGBgYGBAQEBAQEBAQEBAQEBAQEAgICAgICAgICAgICAgICAgICAgICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAA4ALAAAAAAWABYAAAj/AB0IHPjETB08aagMXMhQoJY5VY4EEYIEix8xDRne2RIkBosVLWTgKEImUEaBeqbEQAHCwoMFDTCk2NFlUEYwX16QwJCgAIECBxIg4HAjTZmGf3yUsGCAgAABAwgcYCAhw5BDDK1YScGhp4AAAaAaSADhAogwWhbGITICAgIDA8AKkKqg7IckeRYKsuHhQQI0aM4IRpNGTQQMIHIsWliohgYJDNIABlx4DYUOJHowWmjHCAcLERooQIAgwYIHVUGoaLJnYRYuIjhcmADhwQMIESpkAHEiBhkvDBcFGfFhA4YLFyxo8BDiBIwjjRqigfMixYkQILCPMLFihg46bTIyZBpzgwaMFy5gwJhx48eZ6CcbyVnCQ8eO+0Cc3Gl0CBGTk2w0skYUSighxRuNhOeHIYn4cZIDXvTRSCN9ADfQHXgwgtWDJxFyBRyIbMZhRolA4UYiioyYUSNX8JGiig0B0ggAAQEAOw==" WIDTH="22" HEIGHT="22" ALIGN="ABSMIDDLE" TITLE="Zoom out" onClick="parent.ECZ(false);" STYLE="cursor:pointer;">
&nbsp;
<IMG SRC="data:;base64,R0lGODlhFgAWAPcAAP////////////////////////////////f39/f39/f39/f39/f39/f398DAwO/v7+/v7+/v7+/v7+/v7+/v7+/v7+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn597e3t7e3t7e3t7e3t7e3t7e3tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1s7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsbGxsbGxsbGxsbGxsbGxr29vb29vb29vb29vb29vb29vb29vbW1tbW1tbW1ta2tra2traWlpaWlpaWlpZycnJycnJycnJycnJycnJSUlJSUlHt7e3t7e3t7e3Nzc3Nzc3Nzc3Nzc2tra2tra2NjY2NjY2NjY2NjY1paWlpaWlpaWlpaWlpaWlJSUlJSUlJSUkpKSkpKSkpKSkJCQkJCQkJCQkJCQkJCQkJCQjk5OTk5OTk5OTk5OTExMTExMTExMSkpKSkpKSkpKSkpKSkpKSkpKSEhISEhISEhISEhISEhIRgYGBgYGBAQEBAQEBAQEBAQEBAQEAgICAgICAgICAgICAgICAgICAgICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAA4ALAAAAAAWABYAAAj/AB0IHPjETB08aagMXMhQoJY5VY4EEYIEix8xDRne2RIkBosVLWTgKEImUEaBeqbEQAHCwoMFDTCk2NFlUEYwX16QwJCgAIECBxIg4HAjTZmGf3yUsGCAgIAzZwgcYCAhw5BDDK1YScGhp4AAUAcYSADhAogwWhbGITICAgIDA8BGPaCg7IckeRYKsuHhQQI0aKCeQZNGTQQMIHIsWliohgYJDNIABlx4DYUOJHowWmjHCAcLERooQAB1wYOqIFQ02bMwCxcRHC5MgPAAaoQKGUCciEHGC8NFQUZ82IDhAlQNHkKcgHGkUUM0cF6kOBECRPURJlbM0EGnTUZGY27QYIDxwgUMGDNu/Djj/GQjOUt46NhBH4iTO40OIWJykk2jNVEooYQUbzTinR+GJOLHSQ540UcjjfTh20B34MEIVgyeRMgVcCCyWYYZJQKFG4koAmJGjVzBh4knNgRIIwAEBAA7" WIDTH="22" HEIGHT="22" ALIGN="ABSMIDDLE" TITLE="Zoom in" onClick="parent.ECZ(true);" STYLE="cursor:pointer;">
</TD></TR>
<TR VALIGN="middle"><TD ALIGN="center">
Show:
<SELECT ID="showdetail" onChange="NCD();" TITLE="Information to show on tree">
<OPTION VALUE="">Name only</OPTION>
<OPTION VALUE="bds">Life dates</OPTION>
<OPTION VALUE="bd">Life years</OPTION>
<OPTION VALUE="bv">Birth</OPTION>
<OPTION VALUE="dy">Death</OPTION>
<OPTION VALUE="e">Email</OPTION>
<OPTION VALUE="a">Address</OPTION>
<OPTION VALUE="tku">Telephone</OPTION>
<OPTION VALUE="j">Profession</OPTION>
<OPTION VALUE="E">Company</OPTION>
<OPTION VALUE="I">Interests</OPTION>
<OPTION VALUE="A">Activities</OPTION>
<OPTION VALUE="_"></OPTION>
<OPTION VALUE="_r0">No photos</OPTION>
<OPTION VALUE="_r1">Show photos</OPTION>
<OPTION VALUE="_m0">No middle names</OPTION>
<OPTION VALUE="_m1">Middle names</OPTION>
<OPTION VALUE="_pl">Surname now</OPTION>
<OPTION VALUE="_pq">Surname at birth</OPTION>
</SELECT>
&nbsp;
Parents:
<SELECT ID="showparents" onChange="parent.ECP();" TITLE="Generations of ancestors to display">
<OPTION VALUE="1">1 gen</OPTION>
<OPTION VALUE="2">2 gen</OPTION>
<OPTION VALUE="3">3 gen</OPTION>
<OPTION VALUE="4">4 gen</OPTION>
<OPTION VALUE="5">5 gen</OPTION>
<OPTION VALUE="6">6 gen</OPTION>
<OPTION VALUE="8">8 gen</OPTION>
<OPTION VALUE="10">10 gen</OPTION>
<OPTION VALUE="12">12 gen</OPTION>
<OPTION VALUE="15">15 gen</OPTION>
</SELECT>
&nbsp;
Children:
<SELECT ID="showchildren" onChange="parent.ECH();" TITLE="Generations of descendants to display">
<OPTION VALUE="1">1 gen</OPTION>
<OPTION VALUE="2">2 gen</OPTION>
<OPTION VALUE="3">3 gen</OPTION>
<OPTION VALUE="4">4 gen</OPTION>
<OPTION VALUE="5">5 gen</OPTION>
<OPTION VALUE="6">6 gen</OPTION>
<OPTION VALUE="8">8 gen</OPTION>
<OPTION VALUE="10">10 gen</OPTION>
<OPTION VALUE="12">12 gen</OPTION>
<OPTION VALUE="15">15 gen</OPTION>
</SELECT>
&nbsp;
Others:
<SELECT ID="showcousins" onChange="parent.ECO();" TITLE="Generations of aunts, uncles, cousins, nephews and nieces">
<OPTION VALUE="0">None</OPTION>
<OPTION VALUE="1">1 gen</OPTION>
<OPTION VALUE="2">2 gen</OPTION>
<OPTION VALUE="3">3 gen</OPTION>
<OPTION VALUE="4">4 gen</OPTION>
<OPTION VALUE="5">5 gen</OPTION>
<OPTION VALUE="6">6 gen</OPTION>
<OPTION VALUE="8">8 gen</OPTION>
<OPTION VALUE="10">10 gen</OPTION>
<OPTION VALUE="12">12 gen</OPTION>
<OPTION VALUE="15">15 gen</OPTION>
</SELECT>
</TD></TR>
</TABLE></DIV></DIV></DIV>
<DIV ID="keydiv" CLASS="dright rbody" STYLE="bottom:64px; display:none; border-top:solid #666666 1px; padding:24px 0px 32px 0px; text-align:center;"><DIV ID="keymargin" CLASS="marginon"><DIV STYLE="font-size:14px; font-weight:bold; margin-bottom:24px;">Key to family tree diagram:</DIV><DIV STYLE="position:relative; margin:0 auto;" ID="keycontent"></DIV></DIV></DIV>
<DIV ID="findlist" CLASS="slist" STYLE="position:absolute; bottom:64px; height:20em; width:16em; padding:2px 0; background:#fff; border:1px solid black; display:none; overflow-x:hidden; overflow-y:auto;"></DIV>
<DIV ID="externaldiv" CLASS="dright" STYLE="top:0px; height:100%; display:none;"><DIV ID="externalmargin" CLASS="marginon" STYLE="background-color:white;"><IFRAME ID="externalurl" CLASS="fullsize" FRAMEBORDER="0" SCROLLING="auto"></IFRAME></DIV></DIV>
<DIV ID="welcomediv" STYLE="position:absolute; width:100%; top:16px;"><DIV ID="welcomemargin" CLASS="marginon"><CENTER>
</CENTER></DIV></DIV>
<DIV ID="leftdiv" CLASS="dleft lbody" STYLE="">
<TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=6><FORM onSubmit="return false;">
<TR VALIGN="top"><TD ALIGN="center">
<SPAN ID="nametitle" CLASS="sdefname">Loading...</SPAN><BR>
<INPUT TYPE="image" CLASS="blankpixel" WIDTH="1" HEIGHT="6"><BR>
<IMG ID="personimage" CLASS="simage" STYLE="display:none; margin-bottom:6px;" onClick="SIC(); return false;">
<DIV ID="nonrelations" STYLE="display:none; margin-top:6px;">
<DIV ID="nonediting">
<IFRAME ID="uploadiframe" SRC="imageupload.php" CLASS="simage" STYLE="display:none; margin-top:6px;" SCROLLING="no" WIDTH="200" HEIGHT="120" FRAMEBORDER="0"></IFRAME>
<INPUT ID="uploadbutton" TYPE="submit" VALUE="Upload photo" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="SIC(); return false;">
<INPUT ID="hideurl" TYPE="submit" VALUE="Back to family tree" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="parent.ESM('view'); return false;">
<INPUT ID="showurl" TYPE="submit" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="return UL(GE('urllink'));"><INPUT ID="urlmode" TYPE="hidden" VALUE=""><A HREF="#" ID="urllink" STYLE="display:none;"></A>
<INPUT ID="shareperson" TYPE="submit" VALUE="Share family" CLASS="sbutton" STYLE="display:none; margin-top:6px;" onClick="parent.ESM('share'); return false;">
</DIV>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 STYLE="margin-top:12px;">
<TR>
<TD ALIGN="center" ID="switchpanel0" CLASS="sswitched">
<A HREF="#" onMouseDown="SWA(0); return false;" ID="switchlink0" CLASS="sswitchedlink">Personal</A>
</TD>
<TD ALIGN="center" ID="switchpanel3" CLASS="sswitch">
<A HREF="#" onMouseDown="SWA(3); return false;" ID="switchlink3">Partners</A>
</TD>
<TD ALIGN="center" ID="switchpanel1" CLASS="sswitch">
<A HREF="#" onMouseDown="SWA(1); return false;" ID="switchlink1">Contact</A>
</TD>
<TD ALIGN="center" ID="switchpanel2" CLASS="sswitch">
<A HREF="#" onMouseDown="SWA(2); return false;" ID="switchlink2">Biographical</A>
</TD>
</TR>
</TABLE>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0 CLASS="spanel">
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
<TBODY ID="personalview" CLASS="hiderows">
</TBODY>
<TBODY ID="personaledit" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
First names:
</TD>
<TD CLASS="sright">
<INPUT ID="personalname" CLASS="sfield" onChange="SCV('personalname');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Surname now:
</TD>
<TD CLASS="sright">
<INPUT ID="familyname" CLASS="sfield" onChange="SCV('familyname');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Surname at birth:
</TD>
<TD CLASS="sright">
<INPUT ID="familybirth" CLASS="sfield" onChange="SCV('familybirth');" onFocus="SFV('familybirth');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Gender:
</TD>
<TD CLASS="sright">
<DIV STYLE="margin:2px 0px;">
<INPUT TYPE="radio" NAME="gender" ID="gender_f" onClick="SSG('f');" STYLE="margin-right:4px;">Female&nbsp;
<INPUT TYPE="radio" NAME="gender" ID="gender_m" onClick="SSG('m');" STYLE="margin-right:4px;">Male&nbsp;
<INPUT TYPE="radio" NAME="gender" ID="gender_o" onClick="SSG('o');" STYLE="margin-right:4px;">Other
</DIV>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Birth date:
</TD>
<TD CLASS="sright">
<SELECT ID="birthdom" CLASS="sselect" TITLE="Day" onChange="SCV('birth');"></SELECT>&nbsp;
<SELECT ID="birthmonth" CLASS="sselect" TITLE="Month" onChange="SCV('birth');"></SELECT>&nbsp;
<INPUT ID="birthyear" CLASS="syear" TITLE="Year" onChange="SCV('birth');" MAXLENGTH=4>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
</TD>
<TD CLASS="sright">
<DIV STYLE="margin:2px 0px;">
<INPUT TYPE="checkbox" ID="alive" onClick="SCV('alive');">
This person is living
</DIV>
</TD>
</TR>
</TBODY>
<TBODY ID="personaleditdeath" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Death date:
</TD>
<TD CLASS="sright">
<SELECT ID="deathdom" CLASS="sselect" TITLE="Day" onChange="SCV('death');"></SELECT>&nbsp;
<SELECT ID="deathmonth" CLASS="sselect" TITLE="Month" onChange="SCV('death');"></SELECT>&nbsp;
<INPUT ID="deathyear" CLASS="syear" TITLE="Year" onChange="SCV('death');" MAXLENGTH=4>
</TD>
</TR>
</TBODY>
<TBODY ID="partnersviewedit" CLASS="hiderows">
</TBODY>
<TBODY ID="contactview" CLASS="hiderows">
</TBODY>
<TBODY ID="contactedit" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Email:
</TD>
<TD CLASS="sright">
<INPUT ID="c_email" CLASS="sfield" onChange="SCV('c_email');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Website:
</TD>
<TD CLASS="sright">
<INPUT ID="website" CLASS="sfield" onChange="SCV('website');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Blog:
</TD>
<TD CLASS="sright">
<INPUT ID="blog" CLASS="sfield" onChange="SCV('blog');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Photo site:
</TD>
<TD CLASS="sright">
<INPUT ID="photosite" CLASS="sfield" onChange="SCV('photosite');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Home tel:
</TD>
<TD CLASS="sright">
<INPUT ID="hometel" CLASS="sfield" onChange="SCV('hometel');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Work tel:
</TD>
<TD CLASS="sright">
<INPUT ID="worktel" CLASS="sfield" onChange="SCV('worktel');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Mobile:
</TD>
<TD CLASS="sright">
<INPUT ID="mobile" CLASS="sfield" onChange="SCV('mobile');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Skype:
</TD>
<TD CLASS="sright">
<INPUT ID="skype" CLASS="sfield" onChange="SCV('skype');">
</TD>
</TR>
<TR>
<TD CLASS="sleft" STYLE="vertical-align:top;">
Address:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="address" CLASS="sfield" ROWS=3 onChange="SCV('address');"></TEXTAREA>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Other:
</TD>
<TD CLASS="sright">
<INPUT ID="othercontact" CLASS="sfield" onChange="SCV('othercontact');">
</TD>
</TR>
</TBODY>
<TBODY ID="bioview" CLASS="hiderows">
</TBODY>
<TBODY ID="bioedit1" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Birth place:
</TD>
<TD CLASS="sright">
<INPUT ID="birthplace" CLASS="sfield" onChange="SCV('birthplace');">
</TD>
</TR>
</TBODY>
<TBODY ID="bioeditdeath" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Death place:
</TD>
<TD CLASS="sright">
<INPUT ID="deathplace" CLASS="sfield" onChange="SCV('deathplace');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Burial place:
</TD>
<TD CLASS="sright">
<INPUT ID="burialplace" CLASS="sfield" onChange="SCV('burialplace');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Burial date:
</TD>
<TD CLASS="sright">
<SELECT ID="burialdom" CLASS="sselect" TITLE="Day" onChange="SCV('burial');"></SELECT>&nbsp;
<SELECT ID="burialmonth" CLASS="sselect" TITLE="Month" onChange="SCV('burial');"></SELECT>&nbsp;
<INPUT ID="burialyear" CLASS="syear" TITLE="Year" onChange="SCV('burial');" MAXLENGTH=4>
</TD>
</TR>
</TBODY>
<TBODY ID="bioedit2" CLASS="hiderows">
<TR>
<TD CLASS="sleft">
Profession:
</TD>
<TD CLASS="sright">
<INPUT ID="profession" CLASS="sfield" onChange="SCV('profession');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Company:
</TD>
<TD CLASS="sright">
<INPUT ID="employer" CLASS="sfield" onChange="SCV('employer');">
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Interests:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="interests" CLASS="sfield" ROWS=3 onChange="SCV('interests');"></TEXTAREA>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Activities:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="activities" CLASS="sfield" ROWS=3 onChange="SCV('activities');"></TEXTAREA>
</TD>
</TR>
<TR>
<TD CLASS="sleft">
Bio notes:
</TD>
<TD CLASS="sright">
<TEXTAREA ID="bionotes" CLASS="sfield" ROWS=4 onChange="SCV('bionotes');"></TEXTAREA>
</TD>
</TR>
</TBODY>
<TBODY ID="viewfooter" CLASS="hiderows">
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" ID="editbutton" VALUE="Edit details" CLASS="sbutton" onClick="SED(); return false;">
</TD>
</TR>
</TBODY>
<TBODY ID="editfooter" CLASS="hiderows">
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
<TR>
<TD CLASS="sboth" COLSPAN="2">
You can also add or change details later.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="OK" CLASS="sbutton2" onClick="SAS(); return false;">
&nbsp;
<INPUT TYPE="submit" VALUE="Cancel" CLASS="sbutton2" onClick="SCS(); return false;">
</TD>
</TR>
</TBODY>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="6"></TD></TR>
</TABLE>
</DIV>
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
<TBODY ID="readonlyfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
You are not currently permitted to edit this family.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
</TBODY>
<TBODY ID="writemefooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<A HREF="#" onClick="parent.GE('do_signin').click(); return false;">Sign in</A>
to add more people to this family.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
</TBODY>
<TBODY ID="writenotfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<A HREF="#" onClick="parent.GE('do_signin').click(); return false;">Sign in</A>
to edit these details or add new people.
</TD>
</TR>
<TR><TD><IMG CLASS="blankpixel" WIDTH="1" HEIGHT="12"></TD></TR>
</TBODY>
<TBODY ID="relactions" CLASS="hiderows">
</TBODY>
</TABLE>
</TD></TR>
<TR VALIGN="bottom"><TD ALIGN="center">
<TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
<TBODY ID="importfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="Import GEDCOM or FamilyScript..." CLASS="sbutton" onClick="parent.ESM('import'); return false;">
</TD>
</TR>
</TBODY>
<TBODY ID="clearfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="Clear family and start over..." CLASS="sbutton" onClick="SCC(); return false;">
</TD>
</TR>
</TBODY>
<TBODY ID="downloadfooter" CLASS="hiderows">
<TR>
<TD CLASS="sboth" COLSPAN="2">
<INPUT TYPE="submit" VALUE="Download / export this family..." CLASS="sbutton" onClick="parent.ESM('download'); return false;">
</TD>
</TR>
</TBODY>
</TABLE>
</TD></TR>
</FORM></TABLE>
</DIV>
<DIV ID="extradiv" CLASS="dleft lbody" STYLE="visibility:hidden;"><IFRAME ID="extraframe" CLASS="fullsize" FRAMEBORDER="0" SCROLLING="auto"></IFRAME></DIV>
</DIV>
</TD></TR>
<TR HEIGHT="8">
<TD STYLE="border-top:solid #666666 1px; padding:8px;" VALIGN="middle">
<DIV STYLE="float:left;">
Read-only HTML downloaded by Kenneth Reitz on 28 Sep 2019. </DIV>
<DIV STYLE="float:right;">
<A HREF="http://www.familyecho.com/" TITLE="Family Echo - Free Online Family Tree Maker"><IMG SRC="data:;base64,R0lGODlhUAAQAPcAAIwyM6llZqZub6Z3eLeam9q7vNy+v8evsObP0Mq3uOza2+vb3NbLzPTr7N3b3Pz7/c7N1fHw+Ojn89DP3cXE0a2syayrw7W0ywsKdg8OeRAPeBIReRgXfRsafyAffiQjgy8uhDAvhDg3jT8+j0ZFl0pJlE9OmVNSlGpprWtqrXFwrHZ1sn9+uIKBuY6NtaCfy5eWv6inzR8fgSMjgCwsiSoqgysrhCwshDExhkVFmFRVn0xMj15epGJip11dnWlprG5ur29vsGNjnWlppH19tHJypIaGvIeHvIuLvYCAq4mJtpWVxI+PuZ6eyJSUu5mZvpmZuJ6evaKiwLS01KenwsLC3sfH4MrK4sbG3c7O5dHR5tTU57u7ytra6bq6xuTk8eHh7tLS3uvr9ebm7+3t8+rq8Onp7/X1+eXl6d3d4fn5/Pj4+/Hx8+Li5G1uqaChys7P4O3u9Pj+/uTq6vb7+/D09Ojs7P3///T29u7w8Pr7+/X5+Pn7+vb28/Dw7fv7+e3t6////v38+vv49/Xs6+vc27GLinYLC3oPD3kQEHcREXwSEn0VFXoVFXwXF4EaGoEcHIMdHYEeHoIfH4QhIYIjI4YmJYImJowuLo4xMY81NYk2NZI9PY07O40+Pos9PZNEQ5pKSpFIR5JISKJXV6RZWaNZWZ5YWJZVVaVfX5lZWaBfX5pdXZteXq5sa5xhYaRnZ6NrarF2dqp1dLqCgqVzc7J9fal5eax9fKp9fKyBgb2OjraKia2CgrOIiMOVlb6RkbSNja+JibmUlMqjo8+srNSysti3t9a1tcGjo9m6uta5ucWrq9q/v+LJyd7Fxcexsd/Hx823t+TOztjDw+LNzdnGxtG/v827u97Ly+TT0+va2ubV1dTFxefX1+DR0ezd3erd3fHl5e7i4tHHx/Xr6/Lo6Ozk5NzV1fbv7+rj4+fg4Pjy8vbx8e3o6Pn19ejk5Pv4+Pr39/37+/j29tfV1f79/fDv7+Df3/////7+/vz8/Pn5+ezs7Ovr6+bm5iwAAAAAUAAQAAAI/wDzCRxIsKDBgwgTKlzIsKHDhxAjHrTnDUFFZ84MONMnUeA8gYWIAdOj8IwVK1qyXLFSpctBCVNWlGloL9qpR6MMBRPQaV3HBaGUBSKGCBUehWumjOjgw4USHybYGMRCo0aah8gQDZBz586vbh2fOdJ1RxAmVnsYtsBAJVCgP0quGvwBos3DAotuDWx3r2O+bPjyDdLEig7DIxosDCQj1WCKug+V5c1nb9e5fPGmPWMnUNACb+aOicuXTtk0gubA5ZOnqdU9cenE2TM3zlwggkYyUMknBslRgRGuXHmQDwWONFm0FPxiZUtBZY86yUp1yQG4UMMEcNJm75elVbxAaf8qBkzVpF364u2y5EuwplfuUlHChUcbJ198CB7JUEIFiRH9CDSFElSIwAM/QNjggg8yrECSPUswcYEOPZAxkDKMtEJON7AwYAAqc8gTySz5cAOJKna4A8AmDuARQCXw2NMMI7pgRtgd0SyCC2Wz1MPRQPslAQEXQlylhQgU5BODEH4E8QEF7RCxQZJNiBAYGB+4sY9AkuUiUDjo5LOHN8hQEssd6VBSyx35kPKJP/n80ggD+YAzSS/uFZZPKpWoo8AwhuGWmEBwoJEPCyH8k48+fdiDQgh2VcFBFIHkcEIfAq0wg6H5SHYLm/ncYY4rsWCj5h2EnJqPKW/G6Qg5+Wz/Iwmeg6GVTzSM2EIMWAUhpthAYqQwg10DoQAZFh1AEYgIJWCazxIeOCBQAYgIQBAtitRDTyRephNJLQKV8kkecc5ZJyR4zpMJK3IIFAAis9Rh0FpSDPQCEzBg4ARw+aRgg6JWcABFPkBwEIZALewAiGC2JLLJMu8IRMshugLgSTbPSCKKN+mAcok08sjSyDDyGOMIKuNMU8km1NiTTzWSEADqQGCQsIEJTRyhww1ekGFCBysgAUMXJHhQgRpvbDAEGWCMYEIXWwzBxW3lJGN1Mj7l08AuwqDzTTAMaIPNAdeMIw00zJxjDTbMqFNNAsx0o00CB0iD6TywhFnQFlJYPiCFE0kkwQWmcTxRBBT/jHHB4mZgYQEVE+RDBgwuVJDGHwfNHCpDM2tOEEfHBBMoRG41VLpffr0zC6yoRxQQADs=" WIDTH="80" HEIGHT="16" BORDER="0" ALT="Family Echo" ALIGN="ABSBOTTOM"></A> &copy; Familiality 2019 - All rights reserved </DIV>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>