function Source()
{
  this.title;
  this.type;
  this.author;
  this.publicationInfo;
  this.id;
  this.comments;
  this.published = false;
  this.images = new Array();
  this.repository;
  this.transcription;
}

function getSourceStr(source)
{
  var str = "";

  if (typeof(source.author) != "undefined")
  {
    str = str + source.author + ", ";
  }
  if (typeof(source.published) != "undefined"
      && source.published == true)
  {
    str = str + "<I>";
  }
  str = str + source.title;
  if (typeof(source.published) != "undefined"
      && source.published == true)
  {
    str = str + "</I>";
  }
  if (typeof(source.publicationInfo) != "undefined")
  {
    str = str + ", " + source.publicationInfo;
  }
  str = str + ".";
  if (typeof(source.comments) != "undefined")
  {
    str = str + " " + source.comments;
  }
  if (typeof(source.id) != "undefined")
  {
    str = str + " (" + source.id + ")";
  }

  return str;
}

function getSourceStr2(source)
{
  var str = "";

  if (typeof(source.author) != "undefined")
  {
    str = str + source.author + ", ";
  }
  if (typeof(source.published) != "undefined"
      && source.published == true)
  {
    str = str + "<I>";
  }
  str = str + source.title;
  if (typeof(source.published) != "undefined"
      && source.published == true)
  {
    str = str + "</I>";
  }
  if (typeof(source.publicationInfo) != "undefined")
  {
    str = str + ", " + source.publicationInfo;
  }
  str = str + ".";
  if (typeof(source.comments) != "undefined")
  {
    str = str + " " + source.comments;
  }

  return str;
}

var sources = new Array();

sources[0] = new Source();
sources[0].title = "1930 United States Census";
sources[0].id = "THM-DOC-0036";
sources[0].type = "Census/Tax";

sources[1] = new Source();
sources[1].title = "Birth Records of Brazoria County, Texas";
sources[1].id = "THM-DOC-0023";
sources[1].type = "Vital";
sources[1].repository = "Brazoria County Clerk";

sources[2] = new Source();
sources[2].title = "Records of the Social Security Administration";
sources[2].id = "THM-DOC-0003";
sources[2].type = "Government Id, Federal";

sources[3] = new Source();
sources[3].title = "Birth Records of Boulder County, Colorado";
sources[3].id = "THM-DOC-0002";
sources[3].type = "Vital";
sources[3].repository = "Boulder County Clerk";

sources[4] = new Source();
sources[4].title = "Sixteen Hundred Lines To Pilgrims, Lineage Book III, National Society of the Sons and Daughters of the Pilgrims";
sources[4].author = "Mayo, Mary E.";
sources[4].published = true;
sources[4].publicationInfo = "Genealogical Publishing Co";
sources[4].id = "THM-DOC-0119";
sources[4].type = "Book";
sources[4].images[0] = images[2024];
sources[4].repository = "Clayton Library";

sources[5] = new Source();
sources[5].title = "The Lord of the Rings, Fellowship of the Ring";
sources[5].author = "Tolkien, J. R. R.";
sources[5].id = "THM-DOC-0001";
sources[5].type = "Book";
sources[5].published = true;
sources[5].repository = "Kevin Paul Thompson";

sources[6] = new Source();
sources[6].title = "Birth Records of Walker County, Texas";
sources[6].id = "THM-DOC-0004";
sources[6].type = "Vital";
sources[6].repository = "Walker County Clerk";

sources[7] = new Source();
sources[7].title = "Marriage Records of Walker County, Texas";
sources[7].id = "THM-DOC-0050";
sources[7].type = "Public Record";
sources[7].repository = "Walker County Clerk";

sources[8] = new Source();
sources[8].title = "Terrell Tribune";
sources[8].id = "THM-DOC-0011";
sources[8].type = "Newspaper";
sources[8].publicationInfo = "Terrell, Texas";

sources[9] = new Source();
sources[9].title = "Conroe Sun";
sources[9].id = "THM-DOC-0012";
sources[9].type = "Newspaper";
sources[9].publicationInfo = "Conroe, Texas";

sources[10] = new Source();
sources[10].title = "Unknown Newspaper";
sources[10].id = "THM-DOC-0013";
sources[10].type = "Newspaper";

sources[11] = new Source();
sources[11].title = "Aviator's Flight Log Book";
sources[11].type = "Book";
sources[11].id = "THM-DOC-0125";
sources[11].comments = "George Avner Baldwin; log entries run from 05 Dec 1942 to 14 Nov 1945";
sources[11].repository = "Kevin Paul Thompson";
sources[11].images[0] = images[2197];
sources[11].images[1] = images[2198];

sources[12] = new Source();
sources[12].title = "Roy Jacob Anders, Sr. Funeral Book";
sources[12].type = "Book";
sources[12].id = "THM-DOC-0128";
sources[12].repository = "Kevin Paul Thompson";

sources[13] = new Source();
sources[13].title = "James Adda Anders Funeral Book";
sources[13].type = "Book";
sources[13].id = "THM-DOC-0129";
sources[13].repository = "Kevin Paul Thompson";

sources[14] = new Source();
sources[14].title = "Adda Wanda Anders Funeral Book";
sources[14].type = "Book";
sources[14].id = "THM-DOC-0159";
sources[14].repository = "Kevin Paul Thompson";

sources[15] = new Source();
sources[15].title = "Anders Family Bible";
sources[15].type = "Bible";
sources[15].id = "THM-DOC-0098";
sources[15].comments = "Owned by Roy Jacob Anders, Sr. and Georgia Effie Florene Pegoda.";
sources[15].transcription = "Roy-Jacob-Anders-Sr-Bible.doc";
sources[15].repository = "Kevin Paul Thompson";
sources[15].images[0] = images[1607];

sources[16] = new Source();
sources[16].title = "Good News Bible";
sources[16].type = "Bible";
sources[16].id = "PEN-DOC-0036";
sources[16].comments = "Owned by Bethany Dawn Penton; Confirmation Bible.";
sources[16].repository = "Kevin Paul Thompson";

sources[17] = new Source();
sources[17].title = "Penton Place";
sources[17].type = "Book";
sources[17].author = "Morgan, Delia Penton";
sources[17].published = true;
sources[17].id = "PEN-DOC-0001";
sources[17].publicationInfo = "S. J. T. Printers, Saint Jo, Texas, April 1983";
sources[17].repository = "Kevin Paul Thompson";

sources[18] = new Source();
sources[18].title = "Thompson Family Dictionary";
sources[18].type = "Book";
sources[18].id = "THM-DOC-0097";
sources[18].images[0] = images[2497];
sources[18].repository = "Kevin Paul Thompson";

sources[19] = new Source();
sources[19].title = "Broomfield Enterprise";
sources[19].id = "THM-DOC-0122";
sources[19].type = "Newspaper";
sources[19].publicationInfo = "Broomfield, Colorado";

sources[20] = new Source();
sources[20].title = "George Avner Baldwin Funeral Book";
sources[20].type = "Book";
sources[20].id = "THM-DOC-0160";
sources[20].repository = "Kevin Paul Thompson";

sources[21] = new Source();
sources[21].title = "Margaret Ann Baldwin Baby Book";
sources[21].type = "Book";
sources[21].id = "THM-DOC-0161";
sources[21].repository = "Kevin Paul Thompson";
sources[21].images[0] = images[2504];

sources[22] = new Source();
sources[22].title = "Adda Wanda Anders Baby Book";
sources[22].type = "Book";
sources[22].id = "THM-DOC-0162";
sources[22].repository = "Kevin Paul Thompson";
sources[22].images[0] = images[2510];

sources[23] = new Source();
sources[23].title = "Probate Court Records of Washington County, New York";
sources[23].type = "Court";
sources[23].id = "THM-DOC-0163";
sources[23].repository = "Washington County Clerk";

sources[24] = new Source();
sources[24].title = "Tri-Counties Genealogy and History";
sources[24].author = "Tice, Joyce M.";
sources[24].published = true;
sources[24].type = "Internet Resource";
sources[24].id = "THM-DOC-0178";
sources[24].repository = "http://www.rootsweb.com/~srgp/jmtindex.htm";
sources[24].images[0] = images[2698];

sources[25] = new Source();
sources[25].title = "Forrest Masonic Lodge No. 19, Huntsville, TX, 150 years 1844-1994";
sources[25].author = "Dickenson, J. D.";
sources[25].type = "Book";
sources[25].published = true;
sources[25].publicationInfo = "Huntsville, Texas, 1994";
sources[25].id = "THM-DOC-0111";
sources[25].repository = "Kevin Paul Thompson";
sources[25].images[0] = images[1681];

sources[26] = new Source();
sources[26].title = "Death Records of Adams County, Colorado";
sources[26].id = "THM-DOC-0025";
sources[26].type = "Vital";

sources[27] = new Source();
sources[27].title = "Nathan Ayres Family Bible";
sources[27].type = "Bible";
sources[27].id = "THM-DOC-0179";
sources[27].repository = "Unknown";

sources[28] = new Source();
sources[28].title = "Death Records of Madison County, Texas";
sources[28].id = "THM-DOC-0041";
sources[28].type = "Vital";

sources[29] = new Source();
sources[29].title = "The Huntsville Item";
sources[29].id = "THM-DOC-0042";
sources[29].type = "Newspaper";
sources[29].publicationInfo = "Huntsville, Texas";
sources[29].repository = "Huntsville Public Library";

// Dead source
sources[30] = new Source();
//sources[30].title = "Certification of Birth Facts, Walker County, Texas";
//sources[30].type = "Vital";

// Dead source
sources[31] = new Source();
//sources[31].title = "Affidavit to Birth Facts, Walker County, Texas";
//sources[31].type = "Vital";

sources[32] = new Source();
sources[32].title = "1900 United States Census";
sources[32].id = "THM-DOC-0033";
sources[32].type = "Census/Tax";

sources[33] = new Source();
sources[33].title = "1910 United States Census";
sources[33].id = "THM-DOC-0034";
sources[33].type = "Census/Tax";

sources[34] = new Source();
sources[34].title = "1920 United States Census";
sources[34].id = "THM-DOC-0035";
sources[34].type = "Census/Tax";

sources[35] = new Source();
sources[35].title = "1870 United States Census";
sources[35].id = "THM-DOC-0031";
sources[35].type = "Census/Tax";

sources[36] = new Source();
sources[36].title = "B. F. Baldwin, Jr. Bible";
sources[36].type = "Bible";
sources[36].comments = "Owned by Benjamin Franklin Baldwin. Jr. and Clara Ann Clarke.";
sources[36].id = "THM-DOC-0047";
sources[36].transcription = "Benjamin-Franklin-Baldwin-Jr-Bible.doc";
sources[36].repository = "-Lost-";

sources[37] = new Source();
sources[37].title = "Walker County, Texas Cemeteries, Volume 2, North Walker County";
sources[37].type = "Book";
sources[37].published = true;
sources[37].publicationInfo = "Walker County Genealogical Society, Huntsville, TX, 2004";
sources[37].id = "THM-DOC-0080";
sources[37].images[0] = images[181];
sources[37].repository = "Kevin Paul Thompson; Huntsville Public Library";

sources[38] = new Source();
sources[38].title = "The Territorial Papers of the United States, Volume VI, Mississippi Territory, 1809-1817";
sources[38].author = "Carter, Clarence Edwin";
sources[38].published = true;
sources[38].publicationInfo = "United States Government Printing Office, Washington, 1938";
sources[38].id = "THM-DOC-0118";
sources[38].type = "Book";
sources[38].images[0] = images[1972];
sources[38].repository = "Clayton Library";

sources[39] = new Source();
sources[39].title = "The Territorial Papers of the United States, Volume V, Mississippi Territory, 1798-1817";
sources[39].author = "Carter, Clarence Edwin";
sources[39].published = true;
sources[39].publicationInfo = "United States Government Printing Office, Washington, 1937";
sources[39].id = "THM-DOC-0059";
sources[39].type = "Book";
sources[39].images[0] = images[1960];
sources[39].repository = "Clayton Library";

sources[40] = new Source();
sources[40].title = "Social Security Death Index";
sources[40].id = "THM-DOC-0081";
sources[40].type = "Vital";

sources[41] = new Source();
sources[41].title = "The Territorial Papers of the United States, Volume XVIII, Alabama Territory, 1817-1819";
sources[41].author = "Carter, Clarence Edwin";
sources[41].published = true;
sources[41].publicationInfo = "United States Government Printing Office, Washington, 1952";
sources[41].id = "THM-DOC-0045";
sources[41].type = "Book";
sources[41].images[0] = images[2566];
sources[41].repository = "Clayton Library";

sources[42] = new Source();
sources[42].title = "1850 United States Census";
sources[42].id = "THM-DOC-0029";
sources[42].type = "Census/Tax";

sources[43] = new Source();
sources[43].title = "1860 United States Census";
sources[43].id = "THM-DOC-0030";
sources[43].type = "Census/Tax";

sources[44] = new Source();
sources[44].title = "1880 United States Census";
sources[44].id = "THM-DOC-0032";
sources[44].type = "Census/Tax";

sources[45] = new Source();
sources[45].title = "Texas County Sheriffs";
sources[45].author = "Tise, Sammy";
sources[45].publicationInfo = "Hallettsville, TX, 1989";
sources[45].published = true;
sources[45].id = "THM-DOC-0089";
sources[45].type = "Book";
sources[45].images[0] = images[182];
sources[45].images[1] = images[1590];
sources[45].repository = "Kevin Paul Thompson";

sources[46] = new Source();
sources[46].title = "Texas Confederate Soldiers 1861-1865, Volume 2, Unit Roster";
sources[46].author = "Hewett, Janet B.";
sources[46].publicationInfo = "Broadfoot Publishing Company, Wilmington, NC, 1997";
sources[46].published = true;
sources[46].id = "THM-DOC-0114";
sources[46].type = "Book";
sources[46].images[0] = images[180];

sources[47] = new Source();
sources[47].title = "Minutes of the Commissioners Court of Walker County, Texas";
sources[47].published = true;
sources[47].id = "THM-DOC-0126";
sources[47].type = "Book";
sources[47].repository = "Walker County Clerk";

sources[48] = new Source();
sources[48].title = "Grimes County Cemeteries, Book One (Northern)";
sources[48].author = "Maxwell, John R.";
sources[48].published = true;
sources[48].publicationInfo = "Grimes County Historical Commission, 1992";
sources[48].id = "THM-DOC-0113";
sources[48].type = "Book";
sources[48].images[0] = images[195];
sources[48].repository = "Huntsville Public Library";

sources[49] = new Source();
sources[49].title = "Marriage Records of Walker County, Texas 1846-1880";
sources[49].author = "Vick-Rainey, Mary E.";
sources[49].published = true;
sources[49].publicationInfo = "1978";
sources[49].id = "THM-DOC-0095";
sources[49].type = "Book";
sources[49].images[0] = images[197];
sources[49].repository = "Huntsville Public Library";

sources[50] = new Source();
sources[50].title = "1830 United States Census";
sources[50].id = "THM-DOC-0027";
sources[50].type = "Census/Tax";

sources[51] = new Source();
sources[51].title = "1840 Citizens of Texas, Volume 1, Land Grants";
sources[51].author = "White, Gifford";
sources[51].published = true;
sources[51].publicationInfo = "Austin, Texas, 1983";
sources[51].id = "THM-DOC-0051";
sources[51].type = "Book";
sources[51].repository = "Clayton Library";
sources[51].images[0] = images[1517];

sources[52] = new Source();
sources[52].title = "1840 Citizens of Texas, Volume 2, Tax Rolls";
sources[52].author = "White, Gifford";
sources[52].published = true;
sources[52].publicationInfo = "Austin, Texas, 1984";
sources[52].id = "THM-DOC-0052";
sources[52].type = "Book";
sources[52].images[0] = images[626];
sources[52].repository = "Clayton Library";

sources[53] = new Source();
sources[53].title = "1990 Claymore, McCullough High School, Volume 14";
sources[53].published = true;
sources[53].id = "PEN-DOC-0030";
sources[53].type = "Book";
sources[53].repository = "Kevin Paul Thompson";
sources[53].images[0] = images[1837];

sources[54] = new Source();
sources[54].title = "1987 Claymore, McCullough High School, Volume 11";
sources[54].published = true;
sources[54].id = "PEN-DOC-0031";
sources[54].type = "Book";
sources[54].repository = "Kevin Paul Thompson";
sources[54].images[0] = images[1848];

sources[55] = new Source();
sources[55].title = "Death Records of Harris County, Texas";
sources[55].id = "THM-DOC-0127";
sources[55].type = "Vital";

sources[56] = new Source();
sources[56].title = "Pegoda Family Bible";
sources[56].type = "Bible";
sources[56].id = "THM-DOC-0063";
sources[56].publicationInfo = "(publication information could not be located in the Bible)";
sources[56].repository = "Fannie Alma Birdette Pegoda";
sources[56].transcription = "Frank-P-Pegoda-Bible.doc";
sources[56].images[0] = images[1661];

sources[57] = new Source();
sources[57].title = "Milam County, Texas Records Vol. II";
sources[57].author = "Martin, Mrs. John T. and Mrs. Louis C. Hill";
sources[57].published = true;
sources[57].publicationInfo = "Waco, Texas, 1968";
sources[57].id = "THM-DOC-0079";
sources[57].type = "Book";
sources[57].images[0] = images[375];

sources[58] = new Source();
sources[58].title = "170 Years of Cemetery Records in Milam County, Texas, Volume 1 A-M";
sources[58].author = "Holman, Norinne Holder";
sources[58].published = true;
sources[58].publicationInfo = "Armstrong Printing, Inc., Austin, TX, 2001";
sources[58].id = "THM-DOC-0070";
sources[58].type = "Book";
sources[58].images[0] = images[377];
sources[58].repository = "Clayton Library";

sources[59] = new Source();
sources[59].title = "Montgomery County, Texas Cemeteries, Volume 1";
sources[59].published = true;
sources[59].id = "THM-DOC-0074";
sources[59].type = "Book";
sources[59].repository = "Montgomery County Library";
sources[59].images[0] = images[1529];

sources[60] = new Source();
sources[60].title = "1830 Citizens of Texas";
sources[60].author = "White, Gifford";
sources[60].published = true;
sources[60].publicationInfo = "Eakin Press, Austin, Texas";
sources[60].id = "THM-DOC-0077";
sources[60].type = "Book";
sources[60].images[0] = images[392];
sources[60].repository = "Clayton Library";

sources[61] = new Source();
sources[61].title = "Montgomery County, Texas Deeds, Book A-E, 1831-1840";
sources[61].published = true;
sources[61].publicationInfo = "Montgomery County Genealogical and Historical Society, Conroe, Texas, 1988";
sources[61].id = "THM-DOC-0078";
sources[61].type = "Book";
sources[61].images[0] = images[401];

sources[62] = new Source();
sources[62].title = "Milam County, Texas: Voter Registration 1867-1869";
sources[62].author = "Shuffield, Lynna Kay";
sources[62].published = true;
sources[62].publicationInfo = "Houston, Texas, 1999";
sources[62].id = "THM-DOC-0076";
sources[62].type = "Book";
sources[62].images[0] = images[405];
sources[62].repository = "Clayton Library";

sources[63] = new Source();
sources[63].title = "Austin's Old Three Hundred, The First Anglo Colony in Texas";
sources[63].published = true;
sources[63].publicationInfo = "Eakin Press, Austin, Texas";
sources[63].id = "THM-DOC-0075";
sources[63].type = "Book";
sources[63].images[0] = images[408];
sources[63].repository = "Clayton Library";

sources[64] = new Source();
sources[64].title = "Walker County, Texas Cemeteries, Volume 1, South Walker County";
sources[64].type = "Book";
sources[64].published = true;
sources[64].publicationInfo = "Walker County Genealogical Society, Huntsville, TX, 2000";
sources[64].id = "THM-DOC-0105";
sources[64].images[0] = images[367];
sources[64].repository = "Huntsville Public Library";

sources[65] = new Source();
sources[65].title = "United States Military Draft Records";
sources[65].id = "THM-DOC-0064";
sources[65].type = "Military";

sources[66] = new Source();
sources[66].title = "1810 United States Census";
sources[66].id = "THM-DOC-0026";
sources[66].type = "Census/Tax";

sources[67] = new Source();
sources[67].title = "Guerin de Beaumont (Guerrant)";
sources[67].author = "Samuel, Mrs. Opal McAdams";
sources[67].id = "THM-DOC-0109";
sources[67].type = "Book";
sources[67].images[0] = images[379];
sources[67].repository = "Copy in Huntsville Public Library Vertical Files";

sources[68] = new Source();
sources[68].title = "Walker County, Texas, A History";
sources[68].published = true;
sources[68].publicationInfo = "Walker County Genealogical Society, 1986";
sources[68].id = "THM-DOC-0121";
sources[68].type = "Book";
sources[68].repository = "Huntsville Public Library";

sources[69] = new Source();
sources[69].title = "Complete Cemetery Census of Young County, Texas 1837-1995";
sources[69].author = "Loftin, Jack and Marie";
sources[69].published = true;
sources[69].publicationInfo = "1995";
sources[69].id = "THM-DOC-0117";
sources[69].type = "Book";
sources[69].images[0] = images[380];

sources[70] = new Source();
sources[70].title = "Hitchcock's New and Complete Analysis of the Holy Bible";
sources[70].type = "Bible";
sources[70].published = true;
sources[70].id = "THM-DOC-0110";
sources[70].publicationInfo = "J. A. Wilmore, New York, 1885";
sources[70].comments = "Owned by Daniel Boone Anderson Guerrant.";
sources[70].images[0] = images[381];
sources[70].repository = "Copy in Huntsville Public Library Vertical Files";

sources[71] = new Source();
sources[71].title = "1840 United States Census";
sources[71].id = "THM-DOC-0028";
sources[71].type = "Census/Tax";

sources[72] = new Source();
sources[72].title = "The Baldwin Family History";
sources[72].author = "Bice, Nancy Lynn Baldwin and Mattie Louise Baldwin Stampley";
sources[72].id = "THM-DOC-0068";
sources[72].type = "Book";
sources[72].images[0] = images[382];
sources[72].repository = "Margaret Ann Baldwin";

sources[73] = new Source();
sources[73].title = "Frank Dorian Baldwin Family Bible";
sources[73].type = "Bible";
sources[73].id = "THM-DOC-0061";
sources[73].transcription = "Frank-Dorian-Baldwin-Bible.doc";
sources[73].repository = "-Lost-";

sources[74] = new Source();
sources[74].title = "Birth Records of Navarro County, Texas";
sources[74].id = "THM-DOC-0087";
sources[74].type = "Vital";

sources[75] = new Source();
sources[75].title = "Personal correspondence";
sources[75].id = "THM-DOC-0134";
sources[75].type = "Letter";

sources[76] = new Source();
sources[76].title = "1988 Claymore, McCullough High School, Volume 12";
sources[76].published = true;
sources[76].id = "PEN-DOC-0032";
sources[76].type = "Book";
sources[76].repository = "Kevin Paul Thompson";
sources[76].images[0] = images[1851];

sources[77] = new Source();
sources[77].title = "Biblen";
sources[77].type = "Bible";
sources[77].published = true;
sources[77].id = "THM-DOC-0099";
sources[77].publicationInfo = "Stodholm, Sweden, 1899";
sources[77].comments = "Presented to Austin W. Thompson at his confirmation.";
sources[77].images[0] = images[383];
sources[77].images[1] = images[384];
sources[77].images[2] = images[1592];
sources[77].repository = "Kevin Paul Thompson";

sources[78] = new Source();
sources[78].title = "Muskegon, Michigan Directory 1887-88";
sources[78].type = "City Directory";
sources[78].published = true;
sources[78].id = "THM-DOC-0048";
sources[78].publicationInfo = "1887";

sources[79] = new Source();
sources[79].title = "Muskegon, Michigan Directory 1889-90";
sources[79].type = "City Directory";
sources[79].published = true;
sources[79].id = "THM-DOC-0049";
sources[79].publicationInfo = "1889";

sources[80] = new Source();
sources[80].title = "Muskegon City and County Directory, 1921";
sources[80].type = "City Directory";
sources[80].published = true;
sources[80].id = "THM-DOC-0120";
sources[80].publicationInfo = "R. L. Polk & Co., Detroit, MI, 1921";
sources[80].images[0] = images[387];
sources[80].repository = "Clayton Library";

sources[81] = new Source();
sources[81].title = "Walker County, Texas Deed Records";
sources[81].type = "Land";
sources[81].id = "THM-DOC-0141";
sources[81].repository = "Walker County Clerk";

sources[82] = new Source();
sources[82].title = "Death Records of Walker County, Texas";
sources[82].id = "THM-DOC-0142";
sources[82].type = "Vital";
sources[82].repository = "Walker County Clerk";

sources[83] = new Source();
sources[83].title = "Minutes of the Probate Court of Walker County, Texas";
sources[83].type = "Court";
sources[83].id = "THM-DOC-0143";
sources[83].repository = "Walker County Clerk";

sources[84] = new Source();
sources[84].title = "Probate Court Records of Milam County, Texas";
sources[84].type = "Court";
sources[84].id = "THM-DOC-0144";
sources[84].repository = "Milam County Clerk";

sources[85] = new Source();
sources[85].title = "Limestone County, Texas, Cemetery Surveys, Volume 1, Part 1";
sources[85].author = "Bounds, Virginia J. and Imogene C. Barham";
sources[85].published = true;
sources[85].publicationInfo = "Limestone County Historical Museum, 1988";
sources[85].id = "THM-DOC-0116";
sources[85].type = "Book";
sources[85].images[0] = images[388];

//sources[86] = new Source();
//sources[86].title = "Walker County Texas Cemeteries";
//sources[86].author = "Stewart, Lucy Alice Bruce, Verna Baker Banes, and Anthony V. Banes";
//sources[86].type = "Book";
//sources[86].published = true;
//sources[86].publicationInfo = "Walker County Genealogical Society";
//sources[86].id = "THM-DOC-0145";
//sources[86].images[0] = images[540];
//sources[86].repository = "Montgomery County Library";

sources[86] = new Source();
sources[86].title = "Walker County, Texas Cemeteries, Volume 3";
sources[86].type = "Book";
sources[86].published = true;
sources[86].publicationInfo = "Walker County Genealogy Society, Huntsville, TX, 2007";
sources[86].id = "THM-DOC-0145";
sources[86].images[0] = images[540];
sources[86].repository = "Kevin Paul Thompson; Huntsville Public Library";

sources[87] = new Source();
sources[87].title = "Early Settlers of Montgomery County, Texas";
sources[87].type = "Book";
sources[87].published = true;
sources[87].publicationInfo = "Montgomery County Genealogical Society, 1987";
sources[87].id = "THM-DOC-0146";
sources[87].images[0] = images[2355];
sources[87].repository = "Montgomery County Library";

// Dead source
sources[88] = new Source();
sources[88].title = "Montgomery County History";
sources[88].type = "Book";
sources[88].published = true;
sources[88].publicationInfo = "Montgomery County Genealogical Society, 1981";
sources[88].id = "THM-DOC-0147";
//sources[88].images[0] = images[181];
sources[88].repository = "Montgomery County Library";

sources[89] = new Source();
sources[89].title = "Texas State Archives: Records of Military Orders";
sources[89].id = "THM-DOC-0148";
sources[89].type = "Public Record";

sources[90] = new Source();
sources[90].title = "Marriage Records of Montgomery County, Texas";
sources[90].id = "THM-DOC-0149";
sources[90].type = "Public Record";
sources[90].repository = "Montgomery County Clerk";

sources[91] = new Source();
sources[91].title = "1840 Citizens of Texas, Volume 3, Land Grants";
sources[91].author = "White, Gifford";
sources[91].published = true;
sources[91].publicationInfo = "Austin, Texas, 1988";
sources[91].id = "THM-DOC-0150";
sources[91].type = "Book";
sources[91].repository = "Clayton Library";
sources[91].images[0] = images[1693];

sources[92] = new Source();
sources[92].title = "Republic of Texas: Poll Lists for 1846";
sources[92].author = "Mullins, Marion Day";
sources[92].published = true;
sources[92].publicationInfo = "Genealogical Publishing Co., Baltimore, 1982";
sources[92].id = "THM-DOC-0151";
sources[92].type = "Book";
sources[92].images[0] = images[1697];
sources[92].repository = "Huntsville Public Library";

sources[93] = new Source();
sources[93].title = "Minutes of the Probate Court of Montgomery County, Texas";
sources[93].type = "Court";
sources[93].id = "THM-DOC-0152";

sources[94] = new Source();
sources[94].title = "Georgia's Roster of the Revolution";
sources[94].author = "Knight, Lucian Lamar";
sources[94].published = true;
sources[94].publicationInfo = "Genealogical Publishing Co., Baltimore, 1967";
sources[94].id = "THM-DOC-0154";
sources[94].type = "Book";
sources[94].images[0] = images[535];
sources[94].repository = "Montgomery County Library";

sources[95] = new Source();
sources[95].title = "Georgia Revolutionary Bounty Land Records, 1783-1785";
sources[95].author = "O'Kelley, Nicole M. and Mary Bondurant Warren";
sources[95].published = true;
sources[95].publicationInfo = "Heritage Papers, 1992";
sources[95].id = "THM-DOC-0155";
sources[95].type = "Book";
sources[95].images[0] = images[532];
sources[95].repository = "Montgomery County Library";

sources[96] = new Source();
sources[96].title = "Montgomery County, Texas Cemeteries, Volume 6";
sources[96].published = true;
sources[96].id = "THM-DOC-0156";
sources[96].type = "Book";
sources[96].images[0] = images[531];
sources[96].repository = "Montgomery County Library";

sources[97] = new Source();
sources[97].title = "Montgomery County, Texas Probate Records, Black Box Documents, 1849-1857, Volume 2";
sources[97].published = true;
sources[97].publicationInfo = "Montgomery County Genealogical and Historical Society, Inc., Conroe, Texas, 1988";
sources[97].id = "THM-DOC-0164";
sources[97].type = "Book";
sources[97].images[0] = images[1731];
sources[97].repository = "Montgomery County Library";

sources[98] = new Source();
sources[98].title = "Mt. Pleasant Community Scrapbook, Cemetery and Church, Montgomery County, Texas, 1870-1979";
sources[98].published = true;
sources[98].id = "THM-DOC-0165";
sources[98].type = "Book";
sources[98].images[0] = images[537];
sources[98].repository = "Montgomery County Library";

sources[99] = new Source();
sources[99].title = "Montgomery County, Texas Probate Records, Black Box Documents, 1867-1885, Volume 4";
sources[99].published = true;
sources[99].publicationInfo = "Montgomery County Genealogical and Historical Society, Inc., Conroe, Texas, 1988";
sources[99].id = "THM-DOC-0166";
sources[99].type = "Book";
sources[99].images[0] = images[1740];
sources[99].repository = "Montgomery County Library";

sources[100] = new Source();
sources[100].title = "Montgomery County, Texas Probate Records, Black Box Documents, 1838-1843, Volume 1";
sources[100].published = true;
sources[100].publicationInfo = "Montgomery County Genealogical and Historical Society, Inc., Conroe, Texas, 1988";
sources[100].id = "THM-DOC-0167";
sources[100].type = "Book";
sources[100].images[0] = images[1745];
sources[100].repository = "Montgomery County Library";

sources[101] = new Source();
sources[101].title = "Marriage Records of Milam County, Texas";
sources[101].type = "Public Record";
sources[101].id = "THM-DOC-0168";
sources[101].repository = "Milam County Clerk";

sources[102] = new Source();
sources[102].title = "Montgomery County, Texas Deed Records";
sources[102].type = "Land";
sources[102].id = "THM-DOC-0169";
sources[102].repository = "Montgomery County Clerk";

sources[103] = new Source();
sources[103].title = "Montgomery County, Texas Probate Records, Black Box Documents, 1857-1867, Volume 3";
sources[103].published = true;
sources[103].publicationInfo = "Montgomery County Genealogical and Historical Society, Inc., Conroe, Texas, 1988";
sources[103].id = "THM-DOC-0170";
sources[103].type = "Book";
sources[103].images[0] = images[1702];
sources[103].repository = "Montgomery County Library";

sources[104] = new Source();
sources[104].title = "The Tree and the Vine, Gilleland Branches from Texas Roots";
sources[104].published = true;
sources[104].author = "Young, Patricia Gilleland and L. Richard Scroggins";
sources[104].id = "THM-DOC-0171";
sources[104].type = "Book";
sources[104].images[0] = images[1758];
sources[104].repository = "Clayton Library";

sources[105] = new Source();
sources[105].title = "Texas State Cemetery";
sources[105].published = true;
sources[105].author = "Smith, Paul and Tommie";
sources[105].id = "THM-DOC-0172";
sources[105].type = "Book";
sources[105].images[0] = images[1711];
sources[105].repository = "Clayton Library";

sources[106] = new Source();
sources[106].title = "Georgia State Archives";
sources[106].type = "Land";
sources[106].id = "THM-DOC-0173";

sources[107] = new Source();
sources[107].title = "Texas State Archives: Records of the Texas General Land Office. Spanish Collection";
sources[107].type = "Land";
sources[107].id = "THM-DOC-0174";

sources[108] = new Source();
sources[108].title = "Marriage Records of Wilkes County, Georgia";
sources[108].type = "Public Record";
sources[108].id = "THM-DOC-0175";

sources[109] = new Source();
sources[109].title = "Early Records of Georgia, Volume 1, Wilkes County";
sources[109].published = true;
sources[109].author = "Davidson, Grace Gillam";
sources[109].id = "THM-DOC-0176";
sources[109].type = "Book";
sources[109].images[0] = images[1753];
sources[109].repository = "Montgomery County Library";

sources[110] = new Source();
sources[110].title = "Tax Records of Montgomery County, Texas";
sources[110].id = "THM-DOC-0177";
sources[110].type = "Public Record";
sources[110].repository = "Montgomery County Library";

sources[111] = new Source();
sources[111].title = "The Texas State Times";
sources[111].publicationInfo = "Austin, Texas";
sources[111].id = "THM-DOC-0181";
sources[111].type = "Newspaper";
sources[111].repository = "Texas State Archives";

sources[112] = new Source();
sources[112].title = "Minutes of the Probate Court of Milam County, Texas";
sources[112].type = "Court";
sources[112].id = "THM-DOC-0183";
sources[112].repository = "Milam County Clerk";

sources[113] = new Source();
sources[113].title = "Minutes of the Commissioners Court of Montgomery County, Texas (Oct 1854-Feb 1861)";
sources[113].comments = "Book is not labeled.";
sources[113].type = "Court";
sources[113].id = "THM-DOC-0184";
sources[113].repository = "County Clerk's Office, Montgomery County, Texas";

sources[114] = new Source();
sources[114].title = "Records of the U. S. National Archives and Records Admin: Revolutionary War Pension Files. File #W26365, Robert Rankin(s)";
sources[114].type = "Public Record";
sources[114].id = "THM-DOC-0185";
sources[114].images[0] = images[2011];

sources[115] = new Source();
sources[115].title = "Texas State Archives: Republic of Texas Claims";
sources[115].type = "Land";
sources[115].id = "THM-DOC-0186";

sources[116] = new Source();
sources[116].title = "Marriage Records of Union Parish, Louisiana";
sources[116].type = "Public Record";
sources[116].id = "THM-DOC-0187";

sources[117] = new Source();
sources[117].title = "1971 Alcalde, Sam Houston State University";
sources[117].published = true;
sources[117].id = "THM-DOC-0188";
sources[117].type = "Book";
sources[117].images[0] = images[1756];
sources[117].repository = "Huntsville Public Library";

sources[118] = new Source();
sources[118].title = "Walker County, Texas 1867 Voter Registration";
sources[118].type = "Public Record";
sources[118].id = "THM-DOC-0189";
sources[118].repository = "Huntsville Public Library";

sources[119] = new Source();
sources[119].title = "Tax Records of Walker County, Texas";
sources[119].id = "THM-DOC-0190";
sources[119].type = "Public Record";
sources[119].repository = "Huntsville Public Library";

sources[120] = new Source();
sources[120].title = "Death Records of Robertson County, Texas";
sources[120].id = "THM-DOC-0191";
sources[120].type = "Vital";

sources[121] = new Source();
sources[121].title = "Minutes of the Twelfth Annual Session of the Trinity River Association of United Baptists (1859)";
sources[121].published = true;
sources[121].publicationInfo = "Texas Baptist Power Press Print, 1860";
sources[121].id = "THM-DOC-0192";
sources[121].type = "Book";
sources[121].images[0] = images[631];

sources[122] = new Source();
sources[122].title = "Tax Records of Grimes County, Texas";
sources[122].id = "THM-DOC-0193";
sources[122].type = "Public Record";
sources[122].repository = "Clayton Library";

sources[123] = new Source();
sources[123].title = "Minutes of the County Court of Grimes County, Texas";
sources[123].type = "Court";
sources[123].id = "THM-DOC-0194";

sources[124] = new Source();
sources[124].title = "The Black Hawk War 1831-1832, Volume 1 - Illinois Volunteers";
sources[124].author = "Whitney, Ellen M.";
sources[124].published = true;
sources[124].publicationInfo = "Illinois State Historical Library, Springfield, 1970";
sources[124].id = "THM-DOC-0195";
sources[124].type = "Book";
sources[124].images[0] = images[622];

sources[125] = new Source();
sources[125].title = "Texas State Archives: Records of the Texas General Land Office. File 85, San Patricio, 3rd Class, William D. Baldwin";
sources[125].type = "Land";
sources[125].id = "THM-DOC-0196";

sources[126] = new Source();
sources[126].title = "Texas State Archives: Records of the Texas General Land Office. File 459, Montgomery, 1st Class, Daniel B. McMahon";
sources[126].type = "Land";
sources[126].id = "THM-DOC-0197";

sources[127] = new Source();
sources[127].title = "Texas State Archives: Records of the Texas General Land Office. File 3815, Montgomery, 3rd Class, James Anders";
sources[127].type = "Land";
sources[127].id = "THM-DOC-0198";

sources[128] = new Source();
sources[128].title = "Texas State Archives: Records of the Texas General Land Office. File 171, Montgomery, 3rd Class, John Anders";
sources[128].type = "Land";
sources[128].id = "THM-DOC-0199";

sources[129] = new Source();
sources[129].title = "Tax Records of Washington County, Texas";
sources[129].id = "THM-DOC-0200";
sources[129].type = "Public Record";
sources[129].repository = "Clayton Library";

sources[130] = new Source();
sources[130].title = "Tax Records of Nueces County, Texas";
sources[130].id = "THM-DOC-0201";
sources[130].type = "Public Record";
sources[130].repository = "Clayton Library";

sources[131] = new Source();
sources[131].title = "Tax Records of Jasper County, Texas";
sources[131].id = "THM-DOC-0202";
sources[131].type = "Public Record";
sources[131].repository = "Clayton Library";

sources[132] = new Source();
sources[132].title = "Texas State Archives: Austin's Register of Families, 1830";
sources[132].type = "Land";
sources[132].id = "THM-DOC-0203";

sources[133] = new Source();
sources[133].title = "Texas State Archives: Records of the Texas General Land Office. File 262, Bowie, 3rd Class, James Anders";
sources[133].type = "Land";
sources[133].id = "THM-DOC-0204";

sources[134] = new Source();
sources[134].title = "Texas State Archives: Records of the Texas General Land Office. File 568, Red River, 1st Class, Letitia Landrum";
sources[134].type = "Land";
sources[134].id = "THM-DOC-0205";

sources[135] = new Source();
sources[135].title = "Texas State Archives: Records of the Texas General Land Office. Land patent records";
sources[135].type = "Land";
sources[135].id = "THM-DOC-0206";

sources[136] = new Source();
sources[136].title = "Texas State Archives: Records of the Texas General Land Office. File 33, Montgomery, 1st Class, Jeremiah Worsham";
sources[136].type = "Land";
sources[136].id = "THM-DOC-0207";

sources[137] = new Source();
sources[137].title = "Marriage Records of Lauderdale County, Alabama";
sources[137].type = "Public Record";
sources[137].id = "PEN-DOC-0006";

sources[138] = new Source();
sources[138].title = "Miscellaneous, non-categorized documents";
sources[138].type = "Miscellaneous";
sources[138].id = "THM-DOC-0000";
sources[138].repository = "Kevin Paul Thompson";

sources[139] = new Source();
sources[139].title = "Kaufman County, Texas Cemetery Inscriptions, Volume 2, Oakland Memorial Park";
sources[139].published = true;
sources[139].type = "Book";
sources[139].id = "PEN-DOC-0003";
sources[139].repository = "Clayton Library";
sources[139].images[0] = images[2631];

sources[140] = new Source();
sources[140].title = "Kaufman County, Texas Death Abstracts, Volume 4, 1909-1913";
sources[140].author = "Harwell, Linda Feagin";
sources[140].published = true;
sources[140].publicationInfo = "Grand Saline, Texas, April 2001";
sources[140].type = "Book";
sources[140].id = "PEN-DOC-0004";
sources[140].repository = "Clayton Library";
sources[140].images[0] = images[2636];

sources[141] = new Source();
sources[141].title = "Kaufman County, Texas Death Abstracts, Volume 5, 1914-1919";
sources[141].author = "Harwell, Linda Feagin";
sources[141].published = true;
sources[141].publicationInfo = "Grand Saline, Texas, January 2002";
sources[141].type = "Book";
sources[141].id = "PEN-DOC-0005";
sources[141].repository = "Clayton Library";
sources[141].images[0] = images[2638];

// Dead source
sources[142] = new Source();
//sources[142].title = "The Conroe Courier";
//sources[142].type = "Newspaper";
//sources[142].publicationInfo = "Conroe, Texas";

// Penton source
sources[143] = new Source();
sources[143].title = "Birth Records of Dallas County, Texas";
sources[143].id = "PEN-DOC-0029";
sources[143].type = "Vital";

sources[144] = new Source();
sources[144].title = "Montgomery County, Texas Cattle Brands 1838-1902";
sources[144].published = true;
sources[144].publicationInfo = "Montgomery County Genealogical and Historical Society";
sources[144].type = "Book";
sources[144].id = "THM-DOC-0209";
sources[144].repository = "Clayton Library";
sources[144].images[0] = images[1763];

sources[145] = new Source();
sources[145].title = "Montgomery County, Texas Various Court Records 1840-1896";
sources[145].published = true;
sources[145].publicationInfo = "Montgomery County Genealogical and Historical Society, Conroe, Texas, 1987";
sources[145].type = "Book";
sources[145].id = "THM-DOC-0210";
sources[145].repository = "Clayton Library";
sources[145].images[0] = images[1760];

sources[146] = new Source();
sources[146].title = "Texas State Archives: Records of the Texas General Land Office. File 549, Montgomery, 1st Class, Jeremiah Worsham";
sources[146].type = "Land";
sources[146].id = "THM-DOC-0211";

sources[147] = new Source();
sources[147].title = "Records of the U. S. National Archives and Records Admin: Bounty Land Warrant Applications. File 19975, Charles Guerrant";
sources[147].type = "Public Record";
sources[147].id = "THM-DOC-0212";

sources[148] = new Source();
sources[148].title = "Minutes of the Probate Court of Montgomery County, Kentucky";
sources[148].type = "Court";
sources[148].id = "THM-DOC-0213";

sources[149] = new Source();
sources[149].title = "The Houston Chronicle";
sources[149].type = "Newspaper";
sources[149].id = "THM-DOC-0214";
sources[149].publicationInfo = "Houston, Texas";

sources[150] = new Source();
sources[150].title = "Viginia Revolutionary Publick Claims, Volume I";
sources[150].author = "Abercrombie, Janice L. and Richard Slatten";
sources[150].published = true;
sources[150].publicationInfo = "Iberian Publishing Company, Atlanta, Georgia";
sources[150].type = "Book";
sources[150].id = "THM-DOC-0215";
sources[150].repository = "Montgomery County Library";
sources[150].images[0] = images[1771];

sources[151] = new Source();
sources[151].title = "Texas State Archives: Records of the Texas General Land Office. File 1362, Milam, 1st Class, William M. Rankin";
sources[151].type = "Land";
sources[151].id = "THM-DOC-0216";

sources[152] = new Source();
sources[152].title = "Texas State Archives: Records of the Texas General Land Office. File 481, Milam, 1st Class, William M. Rankin";
sources[152].type = "Land";
sources[152].id = "THM-DOC-0217";

sources[153] = new Source();
sources[153].title = "The Texas Almanac for 1867";
sources[153].published = true;
sources[153].publicationInfo = "W. Richardson & Co., Publishers, Galveston, Texas, 1866";
sources[153].type = "Book";
sources[153].id = "THM-DOC-0218";
sources[153].repository = "The Dallas Morning News/The Texas Almanac";
sources[153].images[0] = images[1782];

sources[154] = new Source();
sources[154].title = "Grimes County Cemeteries Book Two";
sources[154].published = true;
sources[154].author = "Maxwell, John R.";
sources[154].publicationInfo = "Second Edition, 2001";
sources[154].type = "Book";
sources[154].id = "THM-DOC-0219";
sources[154].repository = "Huntsville Public Library";
sources[154].images[0] = images[1786];

sources[155] = new Source();
sources[155].title = "The Texas House of Representatives, A Pictorial Roster, 1846-1992";
sources[155].published = true;
sources[155].publicationInfo = "Texas House of Representatives, Austin, Texas, 1992";
sources[155].type = "Book";
sources[155].id = "THM-DOC-0220";
sources[155].repository = "Huntsville Public Library";
sources[155].images[0] = images[1788];

sources[156] = new Source();
sources[156].title = "Minutes of the Probate Court of Franklin County, Tennessee";
sources[156].type = "Court";
sources[156].id = "THM-DOC-0221";

sources[157] = new Source();
sources[157].title = "Franklin County, Tennessee Deed Records";
sources[157].type = "Land";
sources[157].id = "THM-DOC-0222";

sources[158] = new Source();
sources[158].title = "Cemetery Records of Muskegon Co., Mich., Volume 3";
sources[158].published = true;
sources[158].publicationInfo = "Muskegon Co. Genealogical Society, 1983";
sources[158].type = "Book";
sources[158].id = "THM-DOC-0224";
sources[158].repository = "Clayton Library";
sources[158].images[0] = images[1792];

sources[159] = new Source();
sources[159].title = "War of 1812 Veterans in Texas";
sources[159].author = "Fay, Mary Smith (and Mae Wynne McFarland)";
sources[159].published = true;
sources[159].publicationInfo = "Polyanthos, New Orleans, 1979";
sources[159].type = "Book";
sources[159].id = "THM-DOC-0225";
sources[159].repository = "Clayton Library";
sources[159].images[0] = images[1796];

sources[160] = new Source();
sources[160].title = "The Huguenot, No. 5";
sources[160].published = true;
sources[160].publicationInfo = "The Huguenot Society, 1931";
sources[160].type = "Periodical";
sources[160].id = "THM-DOC-0226";
sources[160].repository = "Clayton Library";
sources[160].images[0] = images[1534];

sources[161] = new Source();
sources[161].title = "Marriage Records of Muskegon County, Michigan";
sources[161].id = "THM-DOC-0227";
sources[161].type = "Public Record";
sources[161].repository = "Muskegon County Clerk";

sources[162] = new Source();
sources[162].title = "Birth Records of Muskegon County, Michigan";
sources[162].id = "THM-DOC-0228";
sources[162].type = "Vital";
sources[162].repository = "Muskegon County Clerk";

sources[163] = new Source();
sources[163].title = "Death Records of Muskegon County, Michigan";
sources[163].id = "THM-DOC-0229";
sources[163].type = "Vital";
sources[163].repository = "Muskegon County Clerk";

sources[164] = new Source();
sources[164].title = "Marriage Records of Oceana County, Michigan";
sources[164].id = "THM-DOC-0230";
sources[164].type = "Public Record";
sources[164].repository = "Oceana County Clerk";

sources[165] = new Source();
sources[165].title = "Birth Records of Oceana County, Michigan";
sources[165].id = "THM-DOC-0231";
sources[165].type = "Public Record";
sources[165].repository = "Oceana County Clerk";

sources[166] = new Source();
sources[166].title = "Texas State Archives: Records of the Texas General Land Office. File 215, Montgomery, 3rd Class, Israel Worsham";
sources[166].type = "Land";
sources[166].id = "THM-DOC-0232";

sources[167] = new Source();
sources[167].title = "Texas State Archives: Records of the Texas General Land Office. File 174, Rusk, 4th Class, John Womack";
sources[167].type = "Land";
sources[167].id = "THM-DOC-0233";

sources[168] = new Source();
sources[168].title = "Circuit Court Records of Muskegon County, Michigan";
sources[168].type = "Court";
sources[168].id = "THM-DOC-0234";
sources[168].repository = "Michigan State Archives";

sources[169] = new Source();
sources[169].title = "Huntsville and Walker County, Texas: A Bicentennial History";
sources[169].author = "Crews, D'Anne McAdams";
sources[169].published = true;
sources[169].publicationInfo = "SHSU Press, 1976";
sources[169].type = "Book";
sources[169].id = "THM-DOC-0235";
sources[169].repository = "Newton-Gresham Library, Sam Houston State University";

sources[170] = new Source();
sources[170].title = "Montgomery County, Texas Records of Official Bonds 1838 down to 1848";
sources[170].type = "Public Record";
sources[170].id = "THM-DOC-0236";
sources[170].repository = "County Clerk's Office, Montgomery County, Texas";

sources[171] = new Source();
sources[171].title = "Minutes of the Commissioners Court of Montgomery County, Texas (May 1861-Jul 1873)";
sources[171].comments = "Book is not labeled.";
sources[171].type = "Court";
sources[171].id = "THM-DOC-0237";
sources[171].repository = "County Clerk's Office, Montgomery County, Texas";

sources[172] = new Source();
sources[172].title = "Genealogical Abstracts of Revolutionary War Pension Files, Volume III: N-Z";
sources[172].author = "White, Virgil D.";
sources[172].published = true;
sources[172].publicationInfo = "The National Historical Publishing Company, Waynesboro, Tennessee, 1992";
sources[172].type = "Book";
sources[172].id = "THM-DOC-0238";
sources[172].repository = "Clayton Library";
sources[172].images[0] = images[1860];

sources[173] = new Source();
sources[173].title = "Minutes of the Orphans Court of Tuscaloose County, Alabama";
sources[173].type = "Court";
sources[173].id = "THM-DOC-0239";

sources[174] = new Source();
sources[174].title = "1989 Claymore, McCullough High School, Volume 13";
sources[174].published = true;
sources[174].id = "PEN-DOC-0033";
sources[174].type = "Book";
sources[174].repository = "Kevin Paul Thompson";
sources[174].images[0] = images[1853];

sources[175] = new Source();
sources[175].title = "Thompson family records and documents";
sources[175].type = "Personal";
sources[175].id = "THM-DOC-0241";
sources[175].repository = "Kevin Paul Thompson; Margaret Ann Baldwin";

sources[176] = new Source();
sources[176].title = "Indian Depredations in Texas";
sources[176].author = "Wilbarger, J. W.";
sources[176].published = true;
sources[176].publicationInfo = "The Pemberton Press";
sources[176].type = "Book";
sources[176].id = "THM-DOC-0242";
sources[176].repository = "Clayton Library";
sources[176].images[0] = images[1865];

sources[177] = new Source();
sources[177].title = "Annual Report of the American Historical Association for 1919, Vol. 2, The Austin Papers";
sources[177].author = "Barker, Eugene C.";
sources[177].published = true;
sources[177].publicationInfo = "Government Printing Office, Washington, 1924";
sources[177].type = "Book";
sources[177].id = "THM-DOC-0243";
sources[177].repository = "Clayton Library";
sources[177].images[0] = images[1863];

sources[178] = new Source();
sources[178].title = "Montgomery County, Texas Cemeteries, Volume 4";
sources[178].published = true;
sources[178].publicationInfo = "Montgomery County Genealogical and Historical Society, 1981";
sources[178].id = "THM-DOC-0244";
sources[178].type = "Book";
sources[178].repository = "Montgomery County Library";
sources[178].images[0] = images[1817];

sources[179] = new Source();
sources[179].title = "Grimes County Cemeteries, Book Three (Southern)";
sources[179].author = "Maxwell, John R.";
sources[179].published = true;
sources[179].publicationInfo = "Grimes County Historical Commission, 1998";
sources[179].id = "THM-DOC-0245";
sources[179].type = "Book";
sources[179].images[0] = images[1867];
sources[179].repository = "Huntsville Public Library";

sources[180] = new Source();
sources[180].title = "1942 Hornet, Huntsville High School";
sources[180].published = true;
sources[180].id = "THM-DOC-0246";
sources[180].type = "Book";
sources[180].images[0] = images[1869];
sources[180].repository = "Huntsville Public Library";

sources[181] = new Source();
sources[181].title = "1941 Hornet, Huntsville High School";
sources[181].published = true;
sources[181].id = "THM-DOC-0247";
sources[181].type = "Book";
sources[181].images[0] = images[1871];
sources[181].repository = "Huntsville Public Library";

sources[182] = new Source();
sources[182].title = "Huntsville, Texas Phone Book 1992-93";
sources[182].published = true;
sources[182].publicationInfo = "Southwestern Bell Telephone Company, 1992";
sources[182].id = "THM-DOC-0248";
sources[182].type = "Book";
sources[182].images[0] = images[1876];
sources[182].repository = "Huntsville Public Library";

sources[183] = new Source();
sources[183].title = "Huntsville, Texas Phone Book 1991-92";
sources[183].published = true;
sources[183].publicationInfo = "Southwestern Bell Telephone Company, 1991";
sources[183].id = "THM-DOC-0249";
sources[183].type = "Book";
sources[183].images[0] = images[1878];
sources[183].repository = "Huntsville Public Library";

sources[184] = new Source();
sources[184].title = "Huntsville, Texas Telephone Directory October 1977";
sources[184].published = true;
sources[184].publicationInfo = "Southwestern Bell Telephone Company, 1977";
sources[184].id = "THM-DOC-0250";
sources[184].type = "Book";
sources[184].images[0] = images[1880];
sources[184].repository = "Huntsville Public Library";

sources[185] = new Source();
sources[185].title = "Huntsville, Texas Telephone Directory July 1964";
sources[185].published = true;
sources[185].id = "THM-DOC-0251";
sources[185].type = "Book";
sources[185].images[0] = images[1882];
sources[185].repository = "Huntsville Public Library";

sources[186] = new Source();
sources[186].title = "Huntsville, Texas Telephone Directory April 1956";
sources[186].published = true;
sources[186].id = "THM-DOC-0252";
sources[186].type = "Book";
sources[186].images[0] = images[1885];
sources[186].repository = "Huntsville Public Library";

sources[187] = new Source();
sources[187].title = "1990 Evergreen, Klein Forest High School";
sources[187].published = true;
sources[187].id = "THM-DOC-0253";
sources[187].type = "Book";
sources[187].images[0] = images[1887];
sources[187].repository = "Kevin Paul Thompson";

sources[188] = new Source();
sources[188].title = "1992 Alcalde, Volume 83, Sam Houston State University";
sources[188].published = true;
sources[188].id = "THM-DOC-0254";
sources[188].type = "Book";
sources[188].images[0] = images[1900];
sources[188].repository = "Kevin Paul Thompson";

sources[189] = new Source();
sources[189].title = "1850 United States Slave Schedule";
sources[189].id = "THM-DOC-0255";
sources[189].type = "Census/Tax";

sources[190] = new Source();
sources[190].title = "1860 United States Slave Schedule";
sources[190].id = "THM-DOC-0256";
sources[190].type = "Census/Tax";

sources[191] = new Source();
sources[191].title = "Records of the U. S. National Archives and Records Admin: Military Service Records. War of 1812 Service Record for Jeremiah Worsham";
sources[191].type = "Public Record";
sources[191].id = "THM-DOC-0257";

sources[192] = new Source();
sources[192].title = "The Pi Mu Epsilon Journal";
sources[192].type = "Periodical";
sources[192].id = "THM-DOC-0258";
sources[192].published = true;
sources[192].publicationInfo = "Worcester, MA";
sources[192].repository = "Kevin Paul Thompson";
sources[192].images[0] = images[1889]

sources[193] = new Source();
sources[193].title = "Records of the U. S. National Archives and Records Admin: Military Service Records. William Rankins, Carson's Regiment Mississippi Militia (War of 1812)";
sources[193].type = "Public Record";
sources[193].id = "THM-DOC-0259";

sources[194] = new Source();
sources[194].title = "Records of the U. S. National Archives and Records Admin: Bounty Land Warrant Applications. File 19008, Jeremiah Worsham";
sources[194].type = "Public Record";
sources[194].id = "THM-DOC-0260";

// Penton source
sources[195] = new Source();
sources[195].title = "The Conroe Courier";
sources[195].id = "PEN-DOC-0008";
sources[195].type = "Newspaper";
sources[195].publicationInfo = "Conroe, Texas";

// Penton source
sources[196] = new Source();
sources[196].title = "1930 United States Census";
sources[196].id = "PEN-DOC-0007";
sources[196].type = "Census/Tax";

// Penton source
sources[197] = new Source();
sources[197].title = "Social Security Death Index";
sources[197].id = "PEN-DOC-0002";
sources[197].type = "Vital";

// Penton source
sources[198] = new Source();
sources[198].title = "1880 United States Census";
sources[198].id = "PEN-DOC-0009";
sources[198].type = "Census/Tax";

// Penton source
sources[199] = new Source();
sources[199].title = "1910 United States Census";
sources[199].id = "PEN-DOC-0010";
sources[199].type = "Census/Tax";

// Penton source
sources[200] = new Source();
sources[200].title = "1900 United States Census";
sources[200].id = "PEN-DOC-0011";
sources[200].type = "Census/Tax";

// Penton source
sources[201] = new Source();
sources[201].title = "1870 United States Census";
sources[201].id = "PEN-DOC-0012";
sources[201].type = "Census/Tax";

// Penton source
sources[202] = new Source();
sources[202].title = "1860 United States Census";
sources[202].id = "PEN-DOC-0013";
sources[202].type = "Census/Tax";

// Penton source
sources[203] = new Source();
sources[203].title = "1920 United States Census";
sources[203].id = "PEN-DOC-0014";
sources[203].type = "Census/Tax";

// Penton source
sources[204] = new Source();
sources[204].title = "1850 United States Census";
sources[204].id = "PEN-DOC-0015";
sources[204].type = "Census/Tax";

sources[205] = new Source();
sources[205].title = "Registrar Records of Sam Houston State University";
sources[205].id = "THM-DOC-0261";
sources[205].type = "School";

sources[206] = new Source();
sources[206].title = "Registrar Records of Oregon State University";
sources[206].id = "THM-DOC-0262";
sources[206].type = "School";

sources[207] = new Source();
sources[207].title = "Death Records, Baytown, Texas";
sources[207].id = "THM-DOC-0263";
sources[207].type = "Book";
sources[207].published = true;
sources[207].repository = "Montgomery County Library";
sources[207].images[0] = images[1905];

sources[208] = new Source();
sources[208].title = "Election Returns for Montgomery, Walker, and Grimes Counties, 1846";
sources[208].comments = "Book is not labeled.";
sources[208].type = "Election";
sources[208].id = "THM-DOC-0264";
sources[208].repository = "County Clerk's Office, Montgomery County, Texas";

sources[209] = new Source();
sources[209].title = "Passports of Southeastern Pioneers, 1770-1823";
sources[209].author = "Potter, Dorothy Williams";
sources[209].published = true;
sources[209].publicationInfo = "Gateway Press, Inc., Baltimore, 1982";
sources[209].type = "Book";
sources[209].id = "THM-DOC-0265";
sources[209].repository = "Clayton Library";
sources[209].images[0] = images[1919];

sources[210] = new Source();
sources[210].title = "American State Papers, Volume 1";
sources[210].published = true;
sources[210].publicationInfo = "Gales and Seaton, Washington, 1832";
sources[210].type = "Book";
sources[210].id = "THM-DOC-0266";
sources[210].repository = "Clayton Library";
sources[210].images[0] = images[1654];

sources[211] = new Source();
sources[211].title = "Minutes of the District Court of Walker County, Texas";
sources[211].type = "Book";
sources[211].id = "THM-DOC-0267";
sources[211].repository = "Newton Gresham Library, Sam Houston State University";

sources[212] = new Source();
sources[212].title = "Probate Court Records of Madison County, Texas";
sources[212].type = "Court";
sources[212].id = "THM-DOC-0268";
sources[212].repository = "Madison County Clerk";

sources[213] = new Source();
sources[213].title = "Madison County, Texas Deed Records";
sources[213].type = "Land";
sources[213].id = "THM-DOC-0269";
sources[213].repository = "Madison County Clerk";

sources[214] = new Source();
sources[214].title = "Marriage Records of Delaware";
sources[214].type = "Public Record";
sources[214].id = "THM-DOC-0270";
sources[214].repository = "Delaware Public Archives";

sources[215] = new Source();
sources[215].title = "Death Records of the City of Houston, Texas";
sources[215].id = "THM-DOC-0271";
sources[215].type = "Vital";

sources[216] = new Source();
sources[216].title = "Texas State Archives: Records of the Texas General Land Office. File 100, Washington, 1st Class, Daniel Gilleland";
sources[216].type = "Land";
sources[216].id = "THM-DOC-0272";

sources[217] = new Source();
sources[217].title = "Texas State Archives: Records of the Texas General Land Office. File 52, Brazos, 1st Class, Daniel Gilleland";
sources[217].type = "Land";
sources[217].id = "THM-DOC-0273";

sources[218] = new Source();
sources[218].title = "Minutes of the Probate Court of Cumberland County, Virginia";
sources[218].type = "Court";
sources[218].id = "THM-DOC-0274";

sources[219] = new Source();
sources[219].title = "Texas State Archives: Records of the Texas General Land Office. File 199, Montgomery, 1st Class, Amy Boatwright (heirs)";
sources[219].type = "Land";
sources[219].id = "THM-DOC-0275";

sources[220] = new Source();
sources[220].title = "Texas State Archives: Records of the Texas General Land Office. File 200, Montgomery, 1st Class, Thomas Boatwright, Jr";
sources[220].type = "Land";
sources[220].id = "THM-DOC-0276";

sources[221] = new Source();
sources[221].title = "The Woodlands Villager";
sources[221].id = "THM-DOC-0277";
sources[221].type = "Newspaper";

sources[222] = new Source();
sources[222].title = "1820 United States Census";
sources[222].id = "THM-DOC-0037";
sources[222].type = "Census/Tax";

sources[223] = new Source();
sources[223].title = "1800 United States Census";
sources[223].id = "THM-DOC-0038";
sources[223].type = "Census/Tax";

sources[224] = new Source();
sources[224].title = "1790 United States Census";
sources[224].id = "THM-DOC-0039";
sources[224].type = "Census/Tax";

sources[225] = new Source();
sources[225].title = "Cemetery Records, The Town of Hartford, Washington County, New York";
sources[225].published = true;
sources[225].publicationInfo = "Historical Data Services, Queensbury, NY";
sources[225].type = "Book";
sources[225].id = "THM-DOC-0069";
sources[225].repository = "Clayton Library";
sources[225].images[0] = images[1525];

sources[226] = new Source();
sources[226].title = "New York in the Revolution as Colony and State, Second Edition";
sources[226].author = "Roberts, James A.";
sources[226].published = true;
sources[226].publicationInfo = "Press of Brandow Printing Company, 1898";
sources[226].type = "Book";
sources[226].id = "THM-DOC-0088";
sources[226].repository = "Clayton Library";
sources[226].images[0] = images[1583];

sources[227] = new Source();
sources[227].title = "Columbus, Georgia Lists of People in the Town 1828-1852 and Sexton's Reports to 1866";
sources[227].author = "Galer, Mary Jane";
sources[227].published = true;
sources[227].publicationInfo = "Iberian Publishing Company, 2000";
sources[227].type = "Book";
sources[227].id = "THM-DOC-0024";
sources[227].repository = "Clayton Library";
sources[227].images[0] = images[1051];

sources[228] = new Source();
sources[228].title = "The Pasadena Times";
sources[228].id = "THM-DOC-0060";
sources[228].type = "Newspaper";
sources[228].publicationInfo = "Pasadena, Texas";

sources[229] = new Source();
sources[229].title = "1870 United States Census Mortality Schedule";
sources[229].id = "THM-DOC-0040";
sources[229].type = "Census/Tax";

sources[230] = new Source();
sources[230].title = "Registrar Records of the University of Houston";
sources[230].id = "THM-DOC-0062";
sources[230].type = "School";

sources[231] = new Source();
sources[231].title = "1932 Benboo, Bentley School of Accounting and Finance";
sources[231].published = true;
sources[231].id = "THM-DOC-0096";
sources[231].type = "Book";
sources[231].images[0] = images[1300];
sources[231].repository = "Paul Clark Thompson";

sources[232] = new Source();
sources[232].title = "Harris County, Texas Deed Records";
sources[232].type = "Land";
sources[232].id = "THM-DOC-0115";

sources[233] = new Source();
sources[233].title = "Marriage Records of Muscogee County, Georgia";
sources[233].id = "THM-DOC-0153";
sources[233].type = "Public Record";
sources[233].repository = "Muscogee County Probate Court";

sources[234] = new Source();
sources[234].title = "Minutes of the Probate Court of Grimes County, Texas";
sources[234].type = "Court";
sources[234].id = "THM-DOC-0182";

sources[235] = new Source();
sources[235].title = "Birth Records of Montgomery County, Texas";
sources[235].id = "THM-DOC-0223";
sources[235].type = "Vital";
sources[235].repository = "Montgomery County Clerk";

sources[236] = new Source();
sources[236].title = "Muskegon County, Michigan Deed Records";
sources[236].type = "Land";
sources[236].id = "THM-DOC-0240";

sources[237] = new Source();
sources[237].title = "Probate Court Records of Washington County, Alabama";
sources[237].type = "Court";
sources[237].id = "THM-DOC-0005";
sources[237].repository = "Washington County Clerk";

sources[238] = new Source();
sources[238].title = "Records of the U. S. National Archives and Records Admin: Revolutionary War Pension Files. File #S11658, John Worsham";
sources[238].type = "Public Record";
sources[238].id = "THM-DOC-0006";

sources[239] = new Source();
sources[239].title = "The Huguenot, No. 30";
sources[239].published = true;
sources[239].publicationInfo = "The Huguenot Society, 1981-83";
sources[239].type = "Periodical";
sources[239].id = "THM-DOC-0007";
sources[239].repository = "Clayton Library";
sources[239].images[0] = images[1542];

sources[240] = new Source();
sources[240].title = "Massachusetts Archive of Marriage Records";
sources[240].id = "THM-DOC-0008";
sources[240].type = "Public Record";
sources[240].repository = "Massachusetts Secretary of State";

sources[241] = new Source();
sources[241].title = "Death Records of Solana County, California";
sources[241].id = "THM-DOC-0009";
sources[241].type = "Vital";

sources[242] = new Source();
sources[242].title = "Members of the Society of the Cincinnati";
sources[242].published = true;
sources[242].publicationInfo = "Tobias A. Wright, Inc. Pinters and Publishers, New York, 1929";
sources[242].type = "Book";
sources[242].id = "THM-DOC-0010";
sources[242].repository = "Clayton Library";
sources[242].images[0] = images[1594];

sources[243] = new Source();
sources[243].title = "Original Members and Other Officers Eligible to the Society of the Cincinnati";
sources[243].published = true;
sources[243].publicationInfo = "Shenendoah Publishing House, Strasburg, Virginia, 1938";
sources[243].type = "Book";
sources[243].id = "THM-DOC-0014";
sources[243].repository = "Clayton Library";
sources[243].images[0] = images[1596];

sources[244] = new Source();
sources[244].title = "Death Records of Matagorda County, Texas";
sources[244].id = "THM-DOC-0015";
sources[244].type = "Vital";

sources[245] = new Source();
sources[245].title = "The Woodlands Christian Academy Yearbook #9, 2006";
sources[245].published = true;
sources[245].id = "THM-DOC-0016";
sources[245].type = "Book";
sources[245].repository = "Kevin Paul Thompson";
sources[245].images[0] = images[1671];
sources[245].images[1] = images[1672];

sources[246] = new Source();
sources[246].title = "1860 United States Census Mortality Schedule";
sources[246].id = "THM-DOC-0043";
sources[246].type = "Census/Tax";

sources[247] = new Source();
sources[247].title = "Marriage Bonds and Ministers' Returns of Prince Edward County, Virginia, 1754-1810";
sources[247].published = true;
sources[247].author = "Knorr, Catherine Lindsay";
sources[247].id = "THM-DOC-0017";
sources[247].type = "Book";
sources[247].images[0] = images[1801];
sources[247].repository = "Montgomery County Library Genealogy Room";

sources[248] = new Source();
sources[248].title = "Davidson County, Tennessee Wills and Inventories, Volume 1, 1783-1816";
sources[248].author = "Marsh, Helen C. and Timothy R.";
sources[248].published = true;
sources[248].id = "THM-DOC-0018";
sources[248].type = "Book";
sources[248].images[0] = images[1803];
sources[248].repository = "Montgomery County Library Genealogy Room";

sources[249] = new Source();
sources[249].title = "Marriages of Davidson County, Tennessee, 1789-1847";
sources[249].author = "Whitley, Edythe Rucker";
sources[249].published = true;
sources[249].publicationInfo = "Genealogical Publishing Co., Baltimore, 1981";
sources[249].id = "THM-DOC-0019";
sources[249].type = "Book";
sources[249].images[0] = images[1805];
sources[249].repository = "Montgomery County Library Genealogy Room";

sources[250] = new Source();
sources[250].title = "Colonial Wills of Henrico County, Virginia Part One, 1677-1737";
sources[250].author = "Weisiger, Benjamin B., III";
sources[250].published = true;
sources[250].publicationInfo = "Iberian Publishing Company, Athens, GA, 1998";
sources[250].id = "THM-DOC-0020";
sources[250].type = "Book";
sources[250].images[0] = images[1807];
sources[250].repository = "Montgomery County Library Genealogy Room";

sources[251] = new Source();
sources[251].title = "Shockoe Hill Cemetery, Richmond, Virginia, Volume 1";
sources[251].author = "Rudd, A. Bohmer";
sources[251].published = true;
sources[251].id = "THM-DOC-0021";
sources[251].type = "Book";
sources[251].images[0] = images[1811];
sources[251].repository = "Montgomery County Library Genealogy Room";

sources[252] = new Source();
sources[252].title = "Justices of the United States Supreme Court";
sources[252].published = true;
sources[252].publicationInfo = "Macmillan";
sources[252].id = "THM-DOC-0022";
sources[252].type = "Book";
sources[252].images[0] = images[1813];
sources[252].repository = "Montgomery County Library";

sources[253] = new Source();
sources[253].title = "Franklin County, Tennessee Wills and Deeds";
sources[253].published = true;
sources[253].publicationInfo = "Southern Historical Press";
sources[253].id = "THM-DOC-0044";
sources[253].type = "Book";
sources[253].images[0] = images[1826];
sources[253].repository = "Montgomery County Library Genealogy Room";

sources[254] = new Source();
sources[254].title = "1986 Scroll, Knox Junior High School, Volume 2";
sources[254].published = true;
sources[254].id = "PEN-DOC-0035";
sources[254].type = "Book";
sources[254].repository = "Kevin Paul Thompson";
sources[254].images[0] = images[1856];

sources[255] = new Source();
sources[255].title = "1985 Scroll, Knox Junior High School, Volume 1";
sources[255].published = true;
sources[255].id = "PEN-DOC-0034";
sources[255].type = "Book";
sources[255].repository = "Kevin Paul Thompson";
sources[255].images[0] = images[1858];

sources[256] = new Source();
sources[256].title = "The Territorial Papers of the United States, Volume XX, The Territory of Arkansas, 1825-1829";
sources[256].author = "Carter, Clarence Edwin";
sources[256].published = true;
sources[256].publicationInfo = "United States Government Printing Office, Washington, 1954";
sources[256].id = "THM-DOC-0112";
sources[256].type = "Book";
sources[256].images[0] = images[1963];
sources[256].repository = "Clayton Library";

sources[257] = new Source();
sources[257].title = "The Houstonian";
sources[257].id = "THM-DOC-0123";
sources[257].type = "Newspaper";
sources[257].publicationInfo = "Sam Houston State University, Huntsville, Texas";

sources[258] = new Source();
sources[258].title = "New Testament Bible";
sources[258].type = "Bible";
sources[258].id = "THM-DOC-0124";
sources[258].comments = "Owned by Eleora Nicole Thompson; given to her at her dedication/christening";
sources[258].repository = "Kevin Paul Thompson";
sources[258].images[0] = images[2181];
sources[258].images[1] = images[2183];

sources[259] = new Source();
sources[259].title = "Unknown Source";
sources[259].id = "THM-DOC-0130";
sources[259].type = "Unknown";

sources[260] = new Source();
sources[260].title = "Lost Marriages of Buckingham County, Virginia";
sources[260].author = "Kidd, Randy and Jeanne Stinson";
sources[260].published = true;
sources[260].publicationInfo = "Iberian Publishing Co., Atlanta, Georgia";
sources[260].id = "THM-DOC-0131";
sources[260].type = "Book";
sources[260].images[0] = images[2306];
sources[260].repository = "Clayton Library";

sources[261] = new Source();
sources[261].title = "Revolutionary Patriots of Buckingham County, Virginia";
sources[261].author = "Rosen, Carl Coleman";
sources[261].published = true;
sources[261].publicationInfo = "Willow Bend Book, Westminster, Maryland, 2002";
sources[261].id = "THM-DOC-0132";
sources[261].type = "Book";
sources[261].images[0] = images[2309];
sources[261].repository = "Clayton Library";

sources[262] = new Source();
sources[262].title = "Seventeenth Century Colonial Ancestors (containing 2 supplements)";
sources[262].author = "Hutton, Mary Louise M.";
sources[262].published = true;
sources[262].publicationInfo = "Genealogical Publishing Co., Inc.";
sources[262].id = "THM-DOC-0133";
sources[262].type = "Book";
sources[262].images[0] = images[2313];
sources[262].repository = "Clayton Library";

sources[263] = new Source();
sources[263].title = "The Colonial Reocrds of the State of Georgia, Volume 9";
sources[263].author = "Candler, Allen D.";
sources[263].published = true;
sources[263].publicationInfo = "The Franklin-Turner Company, Atlanta, Georgia, 1907";
sources[263].id = "THM-DOC-0135";
sources[263].type = "Book";
sources[263].images[0] = images[2317];
sources[263].repository = "Clayton Library";

sources[264] = new Source();
sources[264].title = "The Colonial Reocrds of the State of Georgia, Volume 10";
sources[264].author = "Candler, Allen D.";
sources[264].published = true;
sources[264].publicationInfo = "The Franklin-Turner Company, Atlanta, Georgia, 1907";
sources[264].id = "THM-DOC-0136";
sources[264].type = "Book";
sources[264].images[0] = images[2319];
sources[264].repository = "Clayton Library";

sources[265] = new Source();
sources[265].title = "Ayres Kin and Kin to Kin";
sources[265].author = "Ayres, Nellie F.";
sources[265].published = true;
sources[265].publicationInfo = "Memphis, Tennessee, 1961";
sources[265].id = "THM-DOC-0137";
sources[265].type = "Book";
sources[265].images[0] = images[2326];
sources[265].repository = "Clayton Library";

sources[266] = new Source();
sources[266].title = "Moses Spencer Family Bible";
sources[266].type = "Bible";
sources[266].id = "THM-DOC-0138";
sources[266].publicationInfo = "1815";
sources[266].repository = "Rob Ayres, 119 Chase Road, Marlborough, MA  01752";
sources[266].transcription = "Moses-Spencer-Bible.txt";
sources[266].images[0] = images[2408];

sources[267] = new Source();
sources[267].title = "The Muskegon Chronicle";
sources[267].id = "THM-DOC-0139";
sources[267].type = "Newspaper";
sources[267].publicationInfo = "Muskegon, Michigan";

sources[268] = new Source();
sources[268].title = "Grand Rapids Herald";
sources[268].id = "THM-DOC-0140";
sources[268].type = "Newspaper";
sources[268].publicationInfo = "Grand Rapids, Michigan";

sources[269] = new Source();
sources[269].title = "Records of the U. S. National Archives and Records Admin: Revolutionary War Pension Files. File #W6155, Moses Spencer";
sources[269].type = "Public Record";
sources[269].id = "THM-DOC-0157";

sources[270] = new Source();
sources[270].title = "Probate Court Records of Harris County, Texas";
sources[270].type = "Court";
sources[270].id = "THM-DOC-0158";
sources[270].repository = "Harris County Clerk; Clayton Library";

sources[271] = new Source();
sources[271].title = "Cemetery Inscriptions, Richland County, Illinois";
sources[271].author = "Craddock, Barbara J.";
sources[271].published = true;
sources[271].id = "PEN-DOC-0016";
sources[271].type = "Book";
sources[271].images[0] = images[2523];
sources[271].repository = "Clayton Library";

sources[272] = new Source();
sources[272].title = "Huntington County, Indiana Marriage Records, 1837-1883";
sources[272].author = "Slevin, Ruth M.";
sources[272].published = true;
sources[272].publicationInfo = "1970";
sources[272].id = "PEN-DOC-0017";
sources[272].type = "Book";
sources[272].images[0] = images[2526];
sources[272].repository = "Clayton Library";

sources[273] = new Source();
sources[273].title = "Confederate Indigent Families Lists of Texas, 1863-1865";
sources[273].author = "Mearse, Linda";
sources[273].published = true;
sources[273].publicationInfo = "1995";
sources[273].id = "THM-DOC-0180";
sources[273].type = "Book";
sources[273].images[0] = images[2564];
sources[273].repository = "Clayton Library";

sources[274] = new Source();
sources[274].title = "Probate Court Records of Bradford County, Pennsylvania";
sources[274].type = "Court";
sources[274].id = "THM-DOC-0046";
sources[274].repository = "Bradford County Clerk";

// Penton source
sources[275] = new Source();
sources[275].title = "1790 United States Census";
sources[275].id = "PEN-DOC-0018";
sources[275].type = "Census/Tax";

// Penton source
sources[276] = new Source();
sources[276].title = "1800 United States Census";
sources[276].id = "PEN-DOC-0019";
sources[276].type = "Census/Tax";

// Penton source
sources[277] = new Source();
sources[277].title = "1810 United States Census";
sources[277].id = "PEN-DOC-0020";
sources[277].type = "Census/Tax";

// Penton source
sources[278] = new Source();
sources[278].title = "1820 United States Census";
sources[278].id = "PEN-DOC-0021";
sources[278].type = "Census/Tax";

// Penton source
sources[279] = new Source();
sources[279].title = "1830 United States Census";
sources[279].id = "PEN-DOC-0022";
sources[279].type = "Census/Tax";

// Penton source
sources[280] = new Source();
sources[280].title = "1840 United States Census";
sources[280].id = "PEN-DOC-0023";
sources[280].type = "Census/Tax";

// Penton source
sources[281] = new Source();
sources[281].title = "Penton family records and documents";
sources[281].type = "Personal";
sources[281].id = "PEN-DOC-0037";
sources[281].repository = "Kevin Paul Thompson";

// Penton source
sources[282] = new Source();
sources[282].title = "Registrar Records of Sam Houston State University";
sources[282].id = "PEN-DOC-0038";
sources[282].type = "School";

// Penton source
sources[283] = new Source();
sources[283].title = "Records of the Social Security Administration";
sources[283].id = "PEN-DOC-0039";
sources[283].type = "Government Id, Federal";

sources[284] = new Source();
sources[284].title = "Mason County, Kentucky Taxpayers 1790-1799";
sources[284].published = true;
sources[284].publicationInfo = "T.L.C. Genealogy, Miami Beach, FL, 1993";
sources[284].type = "Book";
sources[284].id = "THM-DOC-0278";
sources[284].repository = "Montgomery County Library";
sources[284].images[0] = images[162];

sources[285] = new Source();
sources[285].title = "King George County, Virginia Will Book A-1, 1721-1752";
sources[285].author = "King, George Harrison Sanford";
sources[285].published = true;
sources[285].publicationInfo = "Fredericksburg, VA, 1978";
sources[285].type = "Book";
sources[285].id = "THM-DOC-0279";
sources[285].repository = "Montgomery County Library";
sources[285].images[0] = images[2667];

sources[286] = new Source();
sources[286].title = "St. Paul's Parish Register, 1715-1798";
sources[286].author = "Nicklin, John Bailey Calvert";
sources[286].published = true;
sources[286].publicationInfo = "Genealogical Book Company, Baltimore, 1962";
sources[286].type = "Book";
sources[286].id = "THM-DOC-0280";
sources[286].repository = "Clayton Library";
sources[286].images[0] = images[2674];

sources[287] = new Source();
sources[287].title = "Viginia Revolutionary Publick Claims, Volume II";
sources[287].author = "Abercrombie, Janice L. and Richard Slatten";
sources[287].published = true;
sources[287].publicationInfo = "Iberian Publishing Company, Atlanta, Georgia";
sources[287].type = "Book";
sources[287].id = "THM-DOC-0281";
sources[287].repository = "Montgomery County Library";
sources[287].images[0] = images[2679];

sources[288] = new Source();
sources[288].title = "The Personal Property Tax Lists for the Year 1787 for Buckingham County, Virginia";
sources[288].author = "Schreiner-Yantis, Netti and Florene Love";
sources[288].published = true;
sources[288].publicationInfo = "Genealogical Books in Print, Springfield, Virginia, 1987";
sources[288].type = "Book";
sources[288].id = "THM-DOC-0282";
sources[288].repository = "Montgomery County Library";
sources[288].images[0] = images[2681];

sources[289] = new Source();
sources[289].title = "Wills of Rappahannock County, Virginia 1656-1692";
sources[289].author = "Sweeny, William Montgomery";
sources[289].published = true;
sources[289].publicationInfo = "Southern Historical Press, Inc";
sources[289].type = "Book";
sources[289].id = "THM-DOC-0283";
sources[289].repository = "Clayton Library";
sources[289].images[0] = images[2684];

sources[290] = new Source();
sources[290].title = "History of Maysville and Mason County, Volume 1";
sources[290].author = "Clift, G. Glenn";
sources[290].published = true;
sources[290].publicationInfo = "Transylvania Printing Company, Inc, Lexington, Kentucky, 1936";
sources[290].type = "Book";
sources[290].id = "THM-DOC-0284";
sources[290].repository = "Montgomery County Library";
sources[290].images[0] = images[2688];

sources[291] = new Source();
sources[291].title = "Probate Court Records of Mason County, Kentucky";
sources[291].type = "Court";
sources[291].id = "THM-DOC-0285";
sources[291].repository = "Mason County Clerk";

sources[292] = new Source();
sources[292].title = "Probate Court Records of Frederick County, Virginia";
sources[292].type = "Court";
sources[292].id = "THM-DOC-0286";
sources[292].repository = "Frederick County Clerk";

sources[293] = new Source();
sources[293].title = "Freestone County Cemeteries, White";
sources[293].author = "Morrow, Betsy Moss";
sources[293].published = true;
sources[293].publicationInfo = "1992";
sources[293].type = "Book";
sources[293].id = "THM-DOC-0287";
sources[293].repository = "Clayton Library";
sources[293].images[0] = images[2795];

sources[294] = new Source();
sources[294].title = "Alabama Records, Volume 7, Tuscaloosa County";
sources[294].author = "Gandrud, Pauline Jones";
sources[294].published = true;
sources[294].type = "Book";
sources[294].id = "THM-DOC-0288";
sources[294].repository = "Clayton Library";
sources[294].images[0] = images[2797];

sources[295] = new Source();
sources[295].title = "Alabama Records, Volume 33, Tuscaloosa County";
sources[295].author = "Gandrud, Pauline Jones";
sources[295].published = true;
sources[295].type = "Book";
sources[295].id = "THM-DOC-0289";
sources[295].repository = "Clayton Library";
sources[295].images[0] = images[2799];

sources[296] = new Source();
sources[296].title = "Alabama Records, Volume 47, Tuscaloosa County";
sources[296].author = "Gandrud, Pauline Jones";
sources[296].published = true;
sources[296].type = "Book";
sources[296].id = "THM-DOC-0290";
sources[296].repository = "Clayton Library";
sources[296].images[0] = images[2802];

sources[297] = new Source();
sources[297].title = "Alabama Records, Volume 57, Tuscaloosa County";
sources[297].author = "Gandrud, Pauline Jones";
sources[297].published = true;
sources[297].type = "Book";
sources[297].id = "THM-DOC-0291";
sources[297].repository = "Clayton Library";
sources[297].images[0] = images[2804];

sources[298] = new Source();
sources[298].title = "Alabama Records, Volume 67, Tuscaloosa County";
sources[298].author = "Gandrud, Pauline Jones";
sources[298].published = true;
sources[298].type = "Book";
sources[298].id = "THM-DOC-0292";
sources[298].repository = "Clayton Library";
sources[298].images[0] = images[2808];

sources[299] = new Source();
sources[299].title = "170 Years of Cemetery Records in Milam County, Texas, Volume 2 N-Y";
sources[299].author = "Holman, Norinne Holder";
sources[299].published = true;
sources[299].publicationInfo = "Armstrong Printing, Inc., Austin, TX, 2001";
sources[299].id = "THM-DOC-0293";
sources[299].type = "Book";
sources[299].images[0] = images[2816];
sources[299].repository = "Clayton Library";

sources[300] = new Source();
sources[300].title = "Milam County Marriage Records, Volume 1, 1876-1885";
sources[300].author = "Martin, Gloria";
sources[300].published = true;
sources[300].publicationInfo = "Milam County Genealogical Society";
sources[300].id = "THM-DOC-0294";
sources[300].type = "Book";
sources[300].images[0] = images[2818];
sources[300].repository = "Montgomery County Library";

sources[301] = new Source();
sources[301].title = "Church Record and Minutes, First Baptist Church, Huntsville, Texas";
sources[301].published = true;
sources[301].id = "THM-DOC-0295";
sources[301].type = "Book";
sources[301].images[0] = images[2823];
sources[301].repository = "Huntsville Public Library";

sources[302] = new Source();
sources[302].title = "Records of Huntsville Funeral Home, Inc., Volume 1, 1938-1949";
sources[302].published = true;
sources[302].publicationInfo = "Dickenson Research, Huntsville, Texas, 1992";
sources[302].id = "THM-DOC-0296";
sources[302].type = "Book";
sources[302].images[0] = images[2830];
sources[302].repository = "Huntsville Public Library";

sources[303] = new Source();
sources[303].title = "Chickasaw Times Past, Vol. 2, No. 2";
sources[303].published = true;
sources[303].id = "THM-DOC-0297";
sources[303].type = "Book";

sources[304] = new Source();
sources[304].title = "Records of the Texas State Archives, Confederate Pensions. File #24300, Capt. John Allen White";
sources[304].id = "THM-DOC-0298";
sources[304].type = "Public Record";
sources[304].repository = "Texas State Archives";
sources[304].images[0] = images[2837];

sources[305] = new Source();
sources[305].title = "Death Records of Travis County, Texas";
sources[305].id = "THM-DOC-0299";
sources[305].type = "Vital";

sources[306] = new Source();
sources[306].title = "Research of Margaret Elouise Holmes (Johnson)";
sources[306].id = "THM-DOC-0300";
sources[306].type = "Private Research";

sources[307] = new Source();
sources[307].title = "Record of Service of Connecticut Men in the War of the Revolution, War of 1812, and the Mexican War";
sources[307].published = true;
sources[307].publicationInfo = "Hartford, 1889";
sources[307].id = "THM-DOC-0301";
sources[307].type = "Book";
sources[307].images[0] = images[2862];
sources[307].repository = "ancestry.com";

sources[308] = new Source();
sources[308].title = "Early Marriages, Wills, and Some Revolutionary War Records, Botetourt County, Virginia";
sources[308].author = "Worrell, Anne Lowry";
sources[308].published = true;
sources[308].publicationInfo = "Genealogical Publishing Co., Inc., Baltimore, 1976";
sources[308].id = "THM-DOC-0302";
sources[308].type = "Book";
sources[308].images[0] = images[2865];
sources[308].repository = "ancestry.com";

sources[309] = new Source();
sources[309].title = "The Personal Property Tax Lists for the Year 1787 for Botetourt County, Virginia";
sources[309].author = "Schreiner-Yantis, Netti and Florene Love";
sources[309].published = true;
sources[309].publicationInfo = "Genealogical Books in Print, Springfield, Virginia, 1987";
sources[309].id = "THM-DOC-0303";
sources[309].type = "Book";
sources[309].images[0] = images[2869];
sources[309].repository = "Clayton Library";

sources[310] = new Source();
sources[310].title = "Botetourt County, Virginia, 1785 Enumeration";
sources[310].author = "Burton, Charles T.";
sources[310].published = true;
sources[310].id = "THM-DOC-0304";
sources[310].type = "Book";
sources[310].images[0] = images[2871];
sources[310].repository = "Clayton Library";

sources[311] = new Source();
sources[311].title = "Botetourt County Marriages, 1770-1853, Volume 1";
sources[311].author = "Vogt, John and T. William Kethley, Jr.";
sources[311].published = true;
sources[311].publicationInfo = "Iberian Publishing Co., Athens, Georgia";
sources[311].id = "THM-DOC-0305";
sources[311].type = "Book";
sources[311].images[0] = images[2874];
sources[311].repository = "Clayton Library";

sources[312] = new Source();
sources[312].title = "Botetourt County Marriages, 1770-1853, Volume 2";
sources[312].author = "Vogt, John and T. William Kethley, Jr.";
sources[312].published = true;
sources[312].publicationInfo = "Iberian Publishing Co., Athens, Georgia";
sources[312].id = "THM-DOC-0306";
sources[312].type = "Book";
sources[312].images[0] = images[2877];
sources[312].repository = "Clayton Library";

sources[313] = new Source();
sources[313].title = "William and Mary Quarterly, Series 2, Volume 19";
sources[313].published = true;
sources[313].publicationInfo = "William and Mary College, Williamsburg, Virginia";
sources[313].id = "THM-DOC-0307";
sources[313].type = "Book";
sources[313].images[0] = images[2880];
sources[313].repository = "Clayton Library";

sources[314] = new Source();
sources[314].title = "Virginia Militia in the Revolutionary War, McAllister's Data";
sources[314].author = "McAllister, J. T.";
sources[314].published = true;
sources[314].publicationInfo = "McAllister Publishing Company, Hot Springs, Virginia, 1913";
sources[314].id = "THM-DOC-0308";
sources[314].type = "Book";
sources[314].images[0] = images[2891];
sources[314].repository = "http://www.archive.org";

sources[315] = new Source();
sources[315].title = "Records of the U. S. National Archives and Records Admin: Military Service Records. Revolutionary War Service Record for Captain Thomas Berry, 8th Virginia Regiment";
sources[315].type = "Public Record";
sources[315].id = "THM-DOC-0309";
sources[315].images[0] = images[2913];

sources[316] = new Source();
sources[316].title = "Anne Hill Family Bible";
sources[316].type = "Bible";
sources[316].id = "THM-DOC-0310";
sources[316].transcription = "Anne-Hill-Bible.txt";
sources[316].images[0] = images[2918];
sources[316].images[1] = images[2940];

sources[317] = new Source();
sources[317].title = "Dallas County, Alabama Genealogical Records";
sources[317].author = "England, Flora";
sources[317].published = true;
sources[317].publicationInfo = "Willo Publishing Company, Tuscaloosa, Alabama";
sources[317].id = "THM-DOC-0311";
sources[317].type = "Book";
sources[317].images[0] = images[2924];
sources[317].repository = "Clayton Library";

sources[318] = new Source();
sources[318].title = "Minutes of the Probate Court of Harris County, Texas";
sources[318].type = "Court";
sources[318].id = "THM-DOC-0312";

sources[319] = new Source();
sources[319].title = "Historical Register of Officers of the Continental Army During the War of the Revolution, Apr 1775 to Dec 1783";
sources[319].author = "Heitman, Francis B.";
sources[319].published = true;
sources[319].publicationInfo = "Genealogical Publishing Co., Inc., Baltimore, 1982";
sources[319].id = "THM-DOC-0313";
sources[319].type = "Book";
sources[319].images[0] = images[2930];
sources[319].repository = "Clayton Library";

sources[320] = new Source();
sources[320].title = "Dallas County, Alabama Ancestral Homesteads";
sources[320].author = "Tubbs, Bill and Sue";
sources[320].published = true;
sources[320].publicationInfo = "Jasper, Alabama, May 2001";
sources[320].id = "THM-DOC-0314";
sources[320].type = "Book";
sources[320].images[0] = images[2934];
sources[320].repository = "Clayton Library";

sources[321] = new Source();
sources[321].title = "United States Bureau of Land Management - General Land Office Records";
sources[321].type = "Land";
sources[321].id = "THM-DOC-0315";

sources[322] = new Source();
sources[322].title = "Robert Hill Family Bible";
sources[322].type = "Bible";
sources[322].id = "THM-DOC-0316";
sources[322].transcription = "Robert-Hill-Bible.doc";

sources[323] = new Source();
sources[323].title = "Records of the Texas State Archives, Confederate Pensions. File #24018, Sergeant Thomas Pinkney White";
sources[323].id = "THM-DOC-0317";
sources[323].type = "Public Record";
sources[323].repository = "Texas State Archives";
sources[323].images[0] = images[2953];

sources[324] = new Source();
sources[324].title = "Records of the U. S. National Archives and Records Admin: Military Service Records. Revolutionary War Service Record for Jeremiah Coleman, Sr., 4th Connecticut Regiment";
sources[324].type = "Public Record";
sources[324].id = "THM-DOC-0318";
sources[324].images[0] = images[2957];

sources[325] = new Source();
sources[325].title = "Records of the U. S. National Archives and Records Admin: Military Service Records. Revolutionary War Service Record for Jeremiah Coleman, Jr., 4th Connecticut Regiment";
sources[325].type = "Public Record";
sources[325].id = "THM-DOC-0319";
sources[325].images[0] = images[2960];

sources[326] = new Source();
sources[326].title = "History of Washington County, New York";
sources[326].published = true;
sources[326].publicationInfo = "Heart of the Lakes Publishing, Interlaken, NY, 1979";
sources[326].id = "THM-DOC-0320";
sources[326].type = "Book";
sources[326].images[0] = images[2964];
sources[326].repository = "Clayton Library";

sources[327] = new Source();
sources[327].title = "Champion Travis Traylor, Sr. Family Record (source unknown)";
sources[327].type = "Bible";
sources[327].id = "THM-DOC-0321";

sources[328] = new Source();
sources[328].title = "Probate Court Records of Union Parish, Louisiana";
sources[328].type = "Court";
sources[328].id = "THM-DOC-0322";
sources[328].repository = "Union Parish Clerk";

sources[329] = new Source();
sources[329].title = "Loyalists in the Southern Campaign of the Revolutionary War";
sources[329].author = "Clark, Murtie June";
sources[329].published = true;
sources[329].publicationInfo = "Genealogical Publishing Co., Inc., 1981";
sources[329].id = "THM-DOC-0323";
sources[329].type = "Book";
sources[329].images[0] = images[2990];

sources[330] = new Source();
sources[330].title = "The Virginia Genealogist, Volume 1, Number 1";
sources[330].published = true;
sources[330].type = "Periodical";
sources[330].id = "THM-DOC-0324";
sources[330].repository = "Clayton Library";
sources[330].images[0] = images[2993];

sources[331] = new Source();
sources[331].title = "Roster of Revolutionary Soldiers in Georgia, Volume 1";
sources[331].author = "McCall, Mrs. Howard H.";
sources[331].published = true;
sources[331].publicationInfo = "Genealogical Publishing Company, 1968";
sources[331].id = "THM-DOC-0325";
sources[331].type = "Book";
sources[331].repository = "Montgomery County Library";
sources[331].images[0] = images[3010];

sources[332] = new Source();
sources[332].title = "Roster of Revolutionary Soldiers in Georgia, Volume III";
sources[332].author = "McCall, Mrs. Howard H.";
sources[332].published = true;
sources[332].publicationInfo = "Genealogical Publishing Company, 1969";
sources[332].id = "THM-DOC-0326";
sources[332].type = "Book";
sources[332].repository = "Montgomery County Library";
sources[332].images[0] = images[3012];

sources[333] = new Source();
sources[333].title = "Georgia Revolutionary War Soldiers' Graves, Volume 1";
sources[333].author = "Arnold, H. Ross, Jr. and H. Clifton Burnham";
sources[333].published = true;
sources[333].id = "THM-DOC-0327";
sources[333].type = "Book";
sources[333].repository = "Montgomery County Library";
sources[333].images[0] = images[3014];

sources[334] = new Source();
sources[334].title = "The Families of Burke County, 1755-1855, a Census";
sources[334].author = "Davis, Robert Scott, Jr. and Rev. Silas Emmett Lucas, Jr.";
sources[334].published = true;
sources[334].id = "THM-DOC-0328";
sources[334].type = "Book";
sources[334].repository = "Montgomery County Library";
sources[334].images[0] = images[3016];

sources[335] = new Source();
sources[335].title = "English Crown Grants in St. George Parish in Georgia 1755-1775";
sources[335].author = "Bryant, Pat";
sources[335].published = true;
sources[335].publicationInfo = "State Printing Office, Atlanta, 1974";
sources[335].id = "THM-DOC-0329";
sources[335].type = "Book";
sources[335].repository = "Montgomery County Library";
sources[335].images[0] = images[3019];

sources[336] = new Source();
sources[336].title = "Records of Washington County, Alabama";
sources[336].author = "Waddell, Barbara and Doris Brown";
sources[336].published = true;
sources[336].publicationInfo = "1988";
sources[336].id = "THM-DOC-0330";
sources[336].type = "Book";
sources[336].repository = "Montgomery County Library";
sources[336].images[0] = images[3022];

sources[337] = new Source();
sources[337].title = "Probate Court Records of Dallas County, Alabama";
sources[337].type = "Court";
sources[337].id = "THM-DOC-0331";
sources[337].repository = "Dallas County Clerk";

sources[338] = new Source();
sources[338].title = "The Woodlands Christian Academy Yearbook #10, 2007";
sources[338].published = true;
sources[338].id = "THM-DOC-0332";
sources[338].type = "Book";
sources[338].repository = "Kevin Paul Thompson";
sources[338].images[0] = images[3036];

sources[339] = new Source();
sources[339].title = "National Genealogical Society Quarterly, Vol. XVII, No. 3, September 1929";
sources[339].published = true;
sources[339].publicationInfo = "The National Genealogical Society, Washington, D.C., 1929";
sources[339].id = "THM-DOC-0333";
sources[339].type = "Periodical";
sources[339].images[0] = images[3069];

sources[340] = new Source();
sources[340].title = "Historic Linwood Cemetery of Columbus, Muscogee, Georgia, Volume ?";
sources[340].author = "Autry, Dolores (Dowd; Johnson)";
sources[340].published = true;
sources[340].id = "THM-DOC-0334";
sources[340].type = "Book";

sources[341] = new Source();
sources[341].title = "Death Records of Boulder County, Colorado";
sources[341].id = "THM-DOC-0335";
sources[341].type = "Vital";
sources[341].repository = "Boulder County Clerk";

sources[342] = new Source();
sources[342].title = "Death Records of Bexar County, Texas";
sources[342].id = "THM-DOC-0336";
sources[342].type = "Vital";

sources[343] = new Source();
sources[343].title = "Grand Rapids Press";
sources[343].id = "THM-DOC-0337";
sources[343].type = "Newspaper";
sources[343].publicationInfo = "Grand Rapids, Michigan";

sources[343] = new Source();
sources[343].title = "Grand Rapids Press";
sources[343].id = "THM-DOC-0337";
sources[343].type = "Newspaper";
sources[343].publicationInfo = "Grand Rapids, Michigan";

sources[344] = new Source();
sources[344].title = "Cincinnati Fourteen, Journal of the Society of the Cincinnati, Vol. 43, No.2";
sources[344].id = "THM-DOC-0338";
sources[344].type = "Periodical";
sources[344].publicationInfo = "Society of the Cincinnati, Washington, D.C., 2007";
sources[344].images[0] = images[3250];

sources[345] = new Source();
sources[345].title = "Death Records of Montgomery County, Texas";
sources[345].id = "PEN-DOC-0040";
sources[345].type = "Vital";

sources[346] = new Source();
sources[346].title = "Birth Records of Cook County, Illinois";
sources[346].id = "PEN-DOC-0041";
sources[346].type = "Vital";

sources[347] = new Source();
sources[347].title = "Birth Records of Kaufman County, Texas";
sources[347].id = "PEN-DOC-0042";
sources[347].type = "Vital";

sources[348] = new Source();
sources[348].title = "Marriage Records of Bryan County, Oklahoma";
sources[348].id = "PEN-DOC-0043";
sources[348].type = "Vital";

// Penton source
sources[349] = new Source();
sources[349].title = "Marriage Records of Kaufman County, Texas";
sources[349].id = "PEN-DOC-0044";
sources[349].type = "Vital";

// Penton source
sources[350] = new Source();
sources[350].title = "Nathan Holt Family Bible";
sources[350].id = "PEN-DOC-0045";
sources[350].type = "Bible";
sources[350].images[0] = images[3264];
sources[350].images[1] = images[3265];
sources[350].images[2] = images[3266];
sources[350].transcription = "Penton/Nathan-Holt-Bible.txt";

// Penton source
sources[351] = new Source();
sources[351].title = "Probate Court Records of the Hartford District, Windsor County, Vermont";
sources[351].id = "PEN-DOC-0046";
sources[351].type = "Court";

// Penton source
sources[352] = new Source();
sources[352].title = "Death Records of Dallas County, Texas";
sources[352].id = "PEN-DOC-0047";
sources[352].type = "Vital";

// Penton source
sources[353] = new Source();
sources[353].title = "Death Records of Terrell, Kaufman, Texas";
sources[353].id = "PEN-DOC-0048";
sources[353].type = "Vital";

// Penton source
sources[354] = new Source();
sources[354].title = "Cemeteries And Burials In The Town Of Preston: Including Deceased Veterans";
sources[354].published = true;
sources[354].publicationInfo = "The Preston Historical Society, 1967";
sources[354].id = "PEN-DOC-0049";
sources[354].type = "Book";
sources[354].repository = "Clayton Library";
sources[354].images[0] = images[3280];

// Penton source
sources[355] = new Source();
sources[355].title = "Vital Records of Lyme, Connecticut to the End of the Year 1850";
sources[355].author = "Hall, Verne M. and Elizebeth B. Plimpton";
sources[355].published = true;
sources[355].publicationInfo = "The American Revolution Bicentennial Commission of Lyme, Connecticut, 1976";
sources[355].id = "PEN-DOC-0050";
sources[355].type = "Book";
sources[355].repository = "Clayton Library";
sources[355].images[0] = images[3283];

// Penton source
sources[356] = new Source();
sources[356].title = "First Congregational Church of Preston, Connecticut 1698-1898";
sources[356].published = true;
sources[356].publicationInfo = "1900";
sources[356].id = "PEN-DOC-0051";
sources[356].type = "Book";
sources[356].repository = "Clayton Library";
sources[356].images[0] = images[3285];

// Penton source
sources[357] = new Source();
sources[357].title = "The Barbour Collection of Connecticut Town Vital Records: Preston 1687-1850";
sources[357].author = "Carbaugh, Marsha Wilson";
sources[357].published = true;
sources[357].publicationInfo = "Genealogical Publishing Company, Inc";
sources[357].id = "PEN-DOC-0052";
sources[357].type = "Book";
sources[357].repository = "Clayton Library";
sources[357].images[0] = images[3287];

sources[358] = new Source();
sources[358].title = "The Barbour Collection of Connecticut Town Vital Records: Lyme 1667-1852";
sources[358].author = "Karlstrand, Lillian Bentley";
sources[358].published = true;
sources[358].publicationInfo = "Genealogical Publishing Company, Inc";
sources[358].id = "PEN-DOC-0053";
sources[358].type = "Book";
sources[358].repository = "Clayton Library";
sources[358].images[0] = images[3293];

sources[359] = new Source();
sources[359].title = "Vital Records of Norwich, 1659-1848";
sources[359].published = true;
sources[359].publicationInfo = "Society of Colonial Wars in the State of Connecticut, Hartford, 1913";
sources[359].id = "PEN-DOC-0054";
sources[359].type = "Book";
sources[359].repository = "Clayton Library";
sources[359].images[0] = images[3296];

sources[360] = new Source();
sources[360].title = "The Mayflower Descendant, Volume I";
sources[360].published = true;
sources[360].publicationInfo = "The Massachusetts Society of Mayflower Descendants, Boston, 1899";
sources[360].id = "PEN-DOC-0055";
sources[360].type = "Periodical";
sources[360].repository = "Clayton Library";
sources[360].images[0] = images[3299];

sources[361] = new Source();
sources[361].title = "Marriage Records of Richland County, Illinois";
sources[361].id = "PEN-DOC-0056";
sources[361].type = "Vital";

sources[362] = new Source();
sources[362].title = "Marriage Records of Windsor County, Vermont";
sources[362].id = "PEN-DOC-0057";
sources[362].type = "Vital";

sources[363] = new Source();
sources[363].title = "Vital Records of Lyme, New London, Connecticut";
sources[363].id = "PEN-DOC-0058";
sources[363].type = "Vital";
sources[363].repository = "Lyme Town Clerk";

sources[364] = new Source();
sources[364].title = "Probate Court Records of the Windsor District, Windsor County, Vermont";
sources[364].id = "PEN-DOC-0059";
sources[364].type = "Court";

sources[365] = new Source();
sources[365].title = "Death Records of Hillsborough County, Florida";
sources[365].id = "PEN-DOC-0060";
sources[365].type = "Vital";

sources[366] = new Source();
sources[366].title = "Marriage Records of Champaign County, Illinois";
sources[366].id = "PEN-DOC-0061";
sources[366].type = "Vital";

sources[367] = new Source();
sources[367].title = "Death Records of the Indiana State Board of Health";
sources[367].id = "PEN-DOC-0062";
sources[367].type = "Vital";

sources[368] = new Source();
sources[368].title = "Mayflower Families (In Progress), William Brewster of the Mayflower and His Descendants for Four Generations, Revised 3rd Ed.";
sources[368].author = "Merrick, Barbara Lambert";
sources[368].published = true;
sources[368].publicationInfo = "General Society of Mayflower Descendants, 2000";
sources[368].id = "PEN-DOC-0063";
sources[368].type = "Book";
sources[368].repository = "Kevin Paul Thompson";
sources[368].images[0] = images[3348];

sources[369] = new Source();
sources[369].title = "Woodstock, Vermont Vital Records";
sources[369].id = "PEN-DOC-0064";
sources[369].type = "Vital";
sources[369].repository = "Woodstock Town Clerk";

sources[370] = new Source();
sources[370].title = "Preston, Connecticut Vital Records";
sources[370].id = "PEN-DOC-0065";
sources[370].type = "Vital";
sources[370].repository = "Preston Town Clerk";

sources[371] = new Source();
sources[371].title = "Records of the U. S. National Archives and Records Admin: Revolutionary War Pension Files. File #S15994, Seth Sterling";
sources[371].type = "Public Record";
sources[371].id = "PEN-DOC-0066";
sources[371].images[0] = images[3359];

sources[372] = new Source();
sources[372].title = "The Sterling Genealogy";
sources[372].author = "Sterling, Albert Mack";
sources[372].published = true;
sources[372].publicationInfo = "The Grafton Press, New York";
sources[372].id = "PEN-DOC-0067";
sources[372].type = "Book";
sources[372].repository = "Clayton Library";
sources[372].images[0] = images[3364];

sources[373] = new Source();
sources[373].title = "History of Woodstock";
sources[373].author = "Dana, Henry Swan";
sources[373].published = true;
sources[373].id = "PEN-DOC-0068";
sources[373].type = "Book";

sources[374] = new Source();
sources[374].title = "State of New Hampshire, Department of State, Division of Vital Records Administration";
sources[374].id = "PEN-DOC-0069";
sources[374].type = "Vital";

sources[375] = new Source();
sources[375].title = "Records of Adams County, Colorado";
sources[375].id = "THM-DOC-0339";
sources[375].type = "Public Record";
sources[375].repository = "Adams County Clerk";

sources[376] = new Source();
sources[376].title = "Essex County, Virginia Deed Records";
sources[376].type = "Land";
sources[376].id = "THM-DOC-0340";

sources[377] = new Source();
sources[377].title = "Death Records of Cook County, Illinois";
sources[377].id = "PEN-DOC-0070";
sources[377].type = "Vital";

sources[378] = new Source();
sources[378].title = "Marriage Records of Cook County, Illinois";
sources[378].id = "PEN-DOC-0071";
sources[378].type = "Vital";

sources[379] = new Source();
sources[379].title = "Crawfordsville (Indiana) District Public Library Website";
sources[379].type = "Internet Resource";
sources[379].id = "PEN-DOC-0072";
sources[379].repository = "http://www.cdpl.lib.in.us/index.html";
sources[379].images[0] = images[3453];

sources[380] = new Source();
sources[380].title = "Terrell Tribune";
sources[380].id = "PEN-DOC-0073";
sources[380].type = "Newspaper";
sources[380].publicationInfo = "Terrell, Texas";

sources[381] = new Source();
sources[381].title = "Jeremiah Worsham Family Bible";
sources[381].type = "Bible";
sources[381].id = "THM-DOC-0341";
sources[381].repository = "Dallas Public Library, Genealogy Room Vertical Files";

sources[382] = new Source();
sources[382].title = "Alabama Historical Quarterly, Winter 1944";
sources[382].published = true;
sources[382].publicationInfo = "Alabama State Department of Archives and History";
sources[382].type = "Periodical";
sources[382].id = "THM-DOC-0342";
sources[382].repository = "Dallas Public Library, Genealogy Room";
sources[382].images[0] = images[3476];

sources[383] = new Source();
sources[383].title = "Maryland Historical Magazine, Volume 23";
sources[383].published = true;
sources[383].publicationInfo = "The Maryland Historical Society, Baltimore, 1928";
sources[383].type = "Periodical";
sources[383].id = "THM-DOC-0343";
sources[383].repository = "Dallas Public Library, Genealogy Room";
sources[383].images[0] = images[3478];

sources[384] = new Source();
sources[384].title = "Michigan Birth Records";
sources[384].id = "THM-DOC-0344";
sources[384].type = "Vital";

sources[385] = new Source();
sources[385].title = "Death Records of Wheeler County, Texas";
sources[385].id = "THM-DOC-0345";
sources[385].type = "Vital";

sources[386] = new Source();
sources[386].title = "Death Records of Tarrant County, Texas";
sources[386].id = "THM-DOC-0346";
sources[386].type = "Vital";

sources[387] = new Source();
sources[387].title = "Death Records of Trinity County, Texas";
sources[387].id = "THM-DOC-0347";
sources[387].type = "Vital";

sources[388] = new Source();
sources[388].title = "Death Records of Grimes County, Texas";
sources[388].id = "THM-DOC-0348";
sources[388].type = "Vital";

sources[389] = new Source();
sources[389].title = "Death Records of Kaufman County, Texas";
sources[389].id = "PEN-DOC-0074";
sources[389].type = "Vital";

sources[390] = new Source();
sources[390].title = "Luzerne County, Pennsylvania records";
sources[390].id = "THM-DOC-0349";
sources[390].type = "Public Record";

sources[391] = new Source();
sources[391].title = "Marriage Records of Kent County, Michigan";
sources[391].id = "THM-DOC-0350";
sources[391].type = "Public Record";
sources[391].repository = "Walker County Clerk";

// Penton source
sources[392] = new Source();
sources[392].title = "United States Military Draft Records";
sources[392].id = "PEN-DOC-0075";
sources[392].type = "Military";

sources[393] = new Source();
sources[393].title = "The Handbook of Texas";
sources[393].published = true;
sources[393].id = "THM-DOC-0351";
sources[393].type = "Book";

sources[394] = new Source();
sources[394].title = "Illinois Census Returns, 1810 and 1818";
sources[394].author = "Norton, Margaret Cross";
sources[394].published = true;
sources[394].publicationInfo = "Clearfield";
sources[394].id = "THM-DOC-0352";
sources[394].type = "Book";
sources[394].repository = "Ancestry.com";
sources[394].images[0] = images[3552];

sources[395] = new Source();
sources[395].title = "Arkansas Tax Lists 1830-1839";
sources[395].id = "THM-DOC-0353";
sources[395].repository = "Ancestry.com";

sources[396] = new Source();
sources[396].title = "Death Records of Ottawa County, Michigan";
sources[396].id = "THM-DOC-0354";
sources[396].type = "Vital";

sources[397] = new Source();
sources[397].title = "Probate Court Records of Muskegon County, Michigan";
sources[397].type = "Court";
sources[397].id = "THM-DOC-0355";

sources[398] = new Source();
sources[398].title = "Dutch Immigrants in U. S. Ship Passenger Manifests, 1820-1880";
sources[398].author = "Swierenga, Robert P.";
sources[398].published = true;
sources[398].publicationInfo = "Scholarly Resources, Inc., Wilmington, Delaware, 1983";
sources[398].id = "THM-DOC-0356";
sources[398].type = "Book";
sources[398].repository = "Clayton Library";
//sources[398].images[0] = images[3552];

sources[399] = new Source();
sources[399].title = "Marriage Records of Ouddorp, Netherlands";
sources[399].type = "Vital";
sources[399].id = "THM-DOC-0357";

sources[400] = new Source();
sources[400].title = "Birth Records of Goedereede, Netherlands";
sources[400].type = "Vital";
sources[400].id = "THM-DOC-0358";

sources[401] = new Source();
sources[401].title = "Death Records of Goedereede, Netherlands";
sources[401].type = "Vital";
sources[401].id = "THM-DOC-0359";

sources[402] = new Source();
sources[402].title = "Marriage Records of Goedereede, Netherlands";
sources[402].type = "Vital";
sources[402].id = "THM-DOC-0360";

sources[403] = new Source();
sources[403].title = "Swedish Emigration Records, 1783-1951 (Emigranten Populär 2006)";
sources[403].type = "Database";
sources[403].id = "THM-DOC-0361";
sources[403].published = true;
sources[403].publicationInfo = "The Generations Network, Inc., 2007";
sources[403].repository = "ancestry.com";

sources[404] = new Source();
sources[404].title = "Birth records of Nora Bergsförsamling Parish, Örebro, Sweden";
sources[404].type = "Vital";
sources[404].id = "THM-DOC-0362";

sources[405] = new Source();
sources[405].title = "Families of South Holland";
sources[405].comments = "(Centraal Bureau voor Genealogie Church Records.)";
sources[405].type = "eBook";
sources[405].id = "THM-DOC-0363";
sources[405].published = true;
sources[405].publicationInfo = "dutchgenealogy.com";
sources[405].repository = "Kevin Paul Thompson";

sources[406] = new Source();
sources[406].title = "The Genealogy of William Coleman of Gloucester, Mass. and Gravesend, England, 1619-1906";
sources[406].author = "Coleman, James Cash";
sources[406].type = "Book";
sources[406].id = "THM-DOC-0364";
sources[406].published = true;
sources[406].publicationInfo = "Press of the Independent Republican, Goshen, NY";
sources[406].repository = "Kevin Paul Thompson";
sources[406].images[0] = images[3713];

// Penton source
sources[407] = new Source();
sources[407].title = "Personal correspondence";
sources[407].id = "PEN-DOC-0076";
sources[407].type = "Letter";

// Penton source
sources[408] = new Source();
sources[408].title = "United States Bureau of Land Management - General Land Office Records";
sources[408].type = "Land";
sources[408].id = "PEN-DOC-0077";

// Penton source
sources[409] = new Source();
sources[409].title = "Unknown Newspaper";
sources[409].id = "PEN-DOC-0078";
sources[409].type = "Newspaper";

// Penton source
sources[410] = new Source();
sources[410].title = "Crawfordsville Daily Journal (Indiana)";
sources[410].id = "PEN-DOC-0079";
sources[410].type = "Newspaper";

// Penton source
sources[411] = new Source();
sources[411].title = "Crawfordsville Journal-Review (Indiana)";
sources[411].id = "PEN-DOC-0080";
sources[411].type = "Newspaper";

sources[412] = new Source();
sources[412].title = "The Woodlands Villager";
sources[412].id = "THM-DOC-0365";
sources[412].type = "Newspaper";

// Penton source
sources[413] = new Source();
sources[413].title = "Chicago Tribune";
sources[413].id = "PEN-DOC-0081";
sources[413].type = "Newspaper";

// Penton source
sources[414] = new Source();
sources[414].title = "Death Records of Hunt County, Texas";
sources[414].id = "PEN-DOC-0082";
sources[414].type = "Vital";
sources[414].repository = "Hunt County Clerk";

// Penton source
sources[415] = new Source();
sources[415].title = "Death Records of Montague County, Texas";
sources[415].id = "PEN-DOC-0083";
sources[415].type = "Vital";
sources[415].repository = "Montague County Clerk";

// Penton source
sources[416] = new Source();
sources[416].title = "Death Records of Cooke County, Texas";
sources[416].id = "PEN-DOC-0084";
sources[416].type = "Vital";
sources[416].repository = "Cooke County Clerk";

// Penton source
sources[417] = new Source();
sources[417].title = "Marriage Records of Kaufman County, Texas";
sources[417].id = "PEN-DOC-0085";
sources[417].type = "Vital";
sources[417].repository = "Kaufman County Clerk";

// Penton source
sources[418] = new Source();
sources[418].title = "Footprints";
sources[418].comments = "Quarterly magazine of the Richmond County, Illinois Genealogical Society.";
sources[418].id = "PEN-DOC-0086";
sources[418].type = "Periodical";
sources[418].published = true;

// Penton source
sources[419] = new Source();
sources[419].title = "Marriage Records of Cooke County, Texas";
sources[419].id = "PEN-DOC-0087";
sources[419].type = "Vital";
sources[419].repository = "Cooke County Clerk";

// Penton source
sources[420] = new Source();
sources[420].title = "Death Records of Marion County, Indiana";
sources[420].id = "PEN-DOC-0088";
sources[420].type = "Vital";
sources[420].repository = "Marion County Clerk";

// Penton source
sources[421] = new Source();
sources[421].title = "Death Records of Huntington County, Indiana";
sources[421].id = "PEN-DOC-0089";
sources[421].type = "Vital";
sources[421].repository = "Huntington County Health Department";

// Penton source
sources[422] = new Source();
sources[422].title = "Marriage Records of Hunt County, Texas";
sources[422].id = "PEN-DOC-0090";
sources[422].type = "Vital";
sources[422].repository = "Hunt County Clerk";
