Combs Cemetery
Near Fayetteville Industrial Park
on Pump Station Road
Washington County, Arkansas

Combs Cemetery Entrance.  The cemetery is becoming very run down.


   Barker 
J. W.
1 Oct 1884
3 Aug 1948
Has his signature
Clarke
David Paul
26 Nov 1967
3 July 2000
There are 3 seperate stones
Cline
Capt. Geo
11 Dec 1879
13 Aug 1868
¹ssw Elizabeth, in war of 1812
Cline
Elizabeth
17 Nov 1797
29 Oct 1878
¹ssw Capt. Geo 
Cline
Thomas A.
13 Jan 1827
28 Feb 1896
-
Combs
Elizabeth
28 Mar 1831
21 Nov 1900
ssw Nathan Combs, w/footstone
Combs
I. C.
1855
1925
-
Combs
Martha
1860
1940
-
Combs
Nathan
17 Sept 1830
25 Apr 1899
ssw Elizabeth Combs w/footstone
Curry
Nancy
16 Jan 1899
1983
Hand written stone
Dotson
Martha Harriet
2 June 1867
25 July 1903
-
Gibson
Bill
9 Mar 1909
10 Nov 1997
Hand written stone - age88
Gibson
Hiram Denver
1 Oct 1912
30 Dec 1997
Funeral placard
Gibson
T.
1 Oct 1912
30 Dec 1997
Hand made stone
Gibson
William T.
9 Mar 1909
10 Oct 1997
Funeral placard
Roberts
Annie
no dates
-
sunken into the ground
Roberts
John
30 Jan 1853
18 Dec 1905
Husband of M F "Fannie"
Roberts
Lola
1 July 1897
2 July 1897
-
Roberts
M. F. "Fannie"
10 Feb 1857
26 June 1946
Wife of John Roberts

¹Stone says "Erected by Nathan Combs 24 December 1890"

Click here for Newspaper Obituaries            Click here for AIS Census Indexes


Findit-Quick.com

#!/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 Washington County    Back to Arkansas Counties    Back to Jean-ealogy.com home