Oak Hill Cemetery
aka Siloam Springs Cemetery
Siloam Springs, Benton County
Arkansas
Lat: N36° 11.23850'
Lon: W94° 33.53870'
Elevation: 1114'



 

Name Dates Other
Baker, Frances N. 1871-1954 ssw John W.
Baker, John W. 1871-1956 ssw Frances N.
Baker, Mary A. died April 13, 1909 Age 65 yrs.
Baker, Ryan Sept. 8, 1979  - Feb 14, 1995                            -
Baker, Sarah M. Aug 7, 1873 - Mar 7, 1947 ssw Burnett, Emily C. (Sisters)
Burnett, Emily C. Aug 26, 1865 - Dec 5, 1946 ssw Baker, Sarah M. (Sisters)
Daniels, Milford July 26, 1914 - Apr 4, 1915 Little son of D.A and R.D.
Downum, Earl C. Dec 12, 1912 - Feb 23, 1985 ssw Mary B.  married 10/22/1932
Downum, Mary B Jan 29, 1915 - Feb 21, 2000 ssw Earl C.                   "
Dunham, Henry H. Dec 29, 1821 - Jan 23, 1891                                  -
Gibson, Calla J. 1897 - 1968 ssw Harry H.
Gibson, Clarence E. Feb 2, 1865 - Apr 11, 1962 ssw Kate
Gibson, Daughters no dates Dau's of Dr. Robert & wife Agatha Humbert Gibson, bur. in Alton IL
Gibson, Deborah Feb 6, 1829 - Mar 30, 1913 Wife of Geo M. Gibson
Gibson, Dixie L. May 13, 1928 - Mar 1, 2000 ssw William W.  married Aug 19, 1944
Gibson, Edith P. May 26, 1887 - Aug 16, 1888                                  -
Gibson, George M. Aug 20, 1823 - Apr 21, 1908                                  -
Gibson, Harry H. 1883 - 1965 ssw Calla J.
Gibson, Jno May 9, 1825 - Mar 18, 1923 Co. A 95th NY INF
Gibson, John N. Jul 2, 1880 - Apr 3, 1880                                  -
Gibson, Kate Oct 10, 1868 - Mar 16, 1952 ssw Clarence E.
Gibson, Kathryn 1901 - 1980                                   -
Gibson, Lida M. 1884 - 1965 There are 2 with the same name. 
Gibson, Lida M. Aug 3, 1888 - Dec 9, 1889 There are 2 with the same name.
Gibson, Mannie Wilson July 1, 1844 - Nov 25, 1930 mother
Gibson, Rebecca May 11, 1881 - Apr 15, 1882                                  -
Gibson, Robert Stuart Jr. Nov 10, 1889 - July 23, 1890                                  -
Gibson, Robert Stuart May 23, 1844 - Aug 25, 1914                                  -
Gibson, William W. May 28, 1922 - Dec 27, 1993 ssw Dixie L.
Gilbert, Annetta  1853 - 1942 ssw William
Gilbert, William 1846 - 1929 ssw Annetta
Henry, B. D. "Bud" Aug 3, 1915 - Sep 28, 1999 ssw Wilmae - married Jan 20, 1939
Henry, Carmen "Jack" Dec 24, 1915 - Dec 7, 1986                                   -
Henry, Emma Lou Feb 2, 1896 - Jan 17, 1971                                  -
Henry, Lillard Dee Mar 18, 1919 - Dec 21, 1987                                   -
Henry, Lillian V. Apr 18, 1910 - Apr 9, 1977 ssw Robert J.
Henry, Nellie L. 1881 - 1983 ssw Robert C.
Henry, Ray Aug 30, 1883 - Mar 17, 1970 Arkansas Captain Infantry WW I
Henry, Robert C. 1881 - 1957 ssw Nellie L.
Henry, Robert J. b. July 19, 1905 ssw Lillian V.
Henry, Wilmae Mar 11, 1920 - Dec 19, 1997 ssw B. D. "Bud" - married Jan 20, 1939
Jones, Charles C. Jan 24, 1929 - Aug 11, 2000                                -
Jones, Clifford 1901 - 1992 ssw Jewell M.
Jones, Jewell M. 1897 - 1981 ssw Clifford 
Jones, William O. 1921 - 1970 Arkansas Sgt 24th Bomb SQ AAF
Malone, Samuel b. June 12, 1822 Only top half of stone, bottom gone.
Nelson, Lois Nell Henry Aug 26, 1930 - Nov 18, 1986 She touched many lives
Richards, Annie L. 1864 - 1946 ssw Elijah 
Richards, Bertha 1883 - 1964                                 -
Richards, Elijah A. 1853 - 1909 ssw Annie L.
Richards, Florence A. no dates                                 -
Richards, John H. no dates                                 -
Richards, Martha J. Blum d. Oct 2, 1936                                 -
Richardson, S. H.  Oct 6, 1820 - Feb 15, 1902? Born in Vermont
Smith, Claude H. 1879 - 1963 ssw Price Gibson
Smith, Myrtle d. Nov 20, 1891 dau of O. T. & L. Smith
Smith, Price Gibson 1876 - 1968 ssw Claude H.

Click here for Newspaper ObituariesClick here for AIS Census Indexes



#!/usr/bin/perl ############################################################################## # Cliff's Banner Rotator Version 3.01 # # Copyright 1998 Shaven Ferret Productions # # Created 7/8/98 Last Modified 09/10/01 # # Available at http://www.shavenferret.com/scripts # ############################################################################## # COPYRIGHT NOTICE # # Copyright 1998 Shaven Ferret Productions All Rights Reserved. # # # # This script can be used free of charge so long as you don't change any # # part of it. By using this script you agree to indemnify me from any # # liability that might arise from its use. In simple English, if this # # script somehow makes your computer run amuck and kill the pope, it's not # # my fault. # # # # Redistributing\selling the code for this program without prior written # # consent is expressly forbidden. # ############################################################################## require "ad-lib.cgi"; &setup; open(FILE,"$datadir/main.txt"); @banners = ; close(FILE); print "Content-type: text/html\n\n"; srand; $i = int(rand(250)); if ($i != 64) { for ($i = $#banners; $i >= 0; $i--) { ($filenum,$weight,$inactive,$hideit,$hidetext,$hideact) = split(/\|/, $banners[$i]); if ($inactive == 0 && ($hideit == 0 || ($hideit && ($ENV{'DOCUMENT_URI'} =~ /$hidetext/ && $hideact == -1) || ($ENV{'DOCUMENT_URI'} !~ /$hidetext/ && $hideact == 0)))) { for ($j = 1; $j <= $weight; $j++) { splice(@okbanners,0,0,"$filenum|$i"); } } } $bannernum = int(rand($#okbanners+1)); ($filenum,$linenum) = split(/\|/,$okbanners[$bannernum]); open(FILE,"$datadir/h$filenum.txt"); @lines = ; close(FILE); print "$lines[1]"; ($trackctr,$java,$dimp,$imp,$dctr,$ctr,$ddate,$lmonth,$lday,$lyear,$conditions,$autoact,$email) = split(/\|/, $lines[0]); open(FILE,"$datadir/c$filenum.txt"); $temp = ; close(FILE); ($aimp,$actr) = split(/\|/,$temp); $aimp++; open(FILE,">$datadir/c$filenum.txt"); print FILE "$aimp|$actr"; close(FILE); if ($dimp || $dctr || $ddate) { &checkdel; } } # Changing or deleting the following line of this script is illegal. else { print "

Banner Rotator from Cliff's Perl Scripts

\n"; } sub checkdel { if ($dimp && $aimp >= $imp) { $true = -1; } elsif ($dimp) { $false = -1; } if ($dctr && $actr >= $ctr - 1) { $true = -1; } elsif ($dctr) { $false = -1; } if ($ddate) { &getdate; $lmonth++; if (($year > $lyear) || ($year == $lyear && $mon > $lmonth) || ($year == $lyear && $mon == $lmonth && $mday >= $lday)) { $true = -1; } else { $false = -1; } } if ($true && ($conditions == 0 || $false == 0)) { &deleteone; } }


Back to Benton County    Back to Arkansas Counties    Back to Jean-ealogy.com home