Surname | Given name(s) | Birth date | Death date | Other |
Bates | Gladys Marie | 15 Nov 1901 | 26 Nov 1989 | ssw James Roger |
Bates | James Roger | 25 Jul 1890 | 7 Jul 1969 | ssw Gladys Marie |
Beach | Abraham | 1815 NC | 19?? ARK | - |
Beach | Gorden C. | - | 1 Aug 188? | son of SH and RJ Beach |
Beach | Gorden Nick | 7 Oct 1865 | 29 Jan 1957 | ssw Minnie D. |
Beach | Infant | illegible | illegible | - |
Beach | Joseph H. | 1856 ILL | 1919 ARK | - |
Beach | Martha M. | 182? NC | 1918 ARK | - |
Beach | Mary J. | 21 Apr 1856 | 6 Aug 1876 | wife of S.H. |
Beach | Minnie D. | 14 Jan 1886 | 30 Apr 1956 | ssw Gorden Nick |
Beach | Perneta J. | 31 May 1852 | 1 Apr 1935 | ssw Shuford H. |
Beach | Shuford H. | 14 Sep 1851 | 18 Feb 1932 | ssw Perneta J. |
Collins | Albert C. | 27 Sep 1877 | 6 Jun 1945 | - |
Collins | Anna A. | 1879 | 1946 | ssw James F. |
Collins | Beda R. | - | - | - |
Collins | Edgar C. | 15 Mar 1920 | 11 Apr 1968 | ssw Jewell E. |
Collins | Elizabeth. | illegible | illegible | wife of G.W. |
Collins | Francis M. | illegible | illegible | aged 38 yr 1m |
Collins | G. W. | 7 Jan 1850 | 27 Mar 1917 | - |
Collins | George | illegible | illegible | son of G.W. |
Collins | H. B. | - | 21 Dec ???? | hand made stone |
Collins | Hester | - | - | - |
Collins | Initials BAC | no dates | no dates | - |
Collins | James F. | 1864 | 1938 | ssw Anna A. |
Collins | James H. (Buck) | 1913 | 1962 | - |
Collins | Jewell E. | 2 Jun 1921 | - | ssw Edgar C. |
Collins | John Hines | no dates | no dates | ¹ |
Collins | Joseph | illegible | illegible | (infant) |
Collins | Myrtle M.² | 24 Feb 1881 | 10 Nov 1964 | see notesbelow |
Collins | N. Lizzie | 19 Nov 1895 | 21 Sep 1978 | mother |
Collins | Riley C. | - | - | military stone |
Collins | Robert L.² | 12 Jun 1871 | 11 Apr 1920 | see notesbelow |
Collins | Rosa A. | 2 Aug 1881 | 18 Mar 1919 | wife of A.C. |
Collins | Roy A. | 2 Jun 1930 | 6 Jul 1990 | Cpl USA |
Collins | Shannon Washington | 30 Aug 1905 | 7 Nov 1897 | son of Robertand Myrtle |
Collins | Tommy | - | - | (infant) |
Collins | W. Frank¹ | - | - | see notes below |
Hightower | Louis K. | 27 Feb 1924 | 3 Feb 1944 | ³see below |
Risley | Dorothy Collins | 1924 | 1951 | - |
¹ This stone has four people. John
Hines, Hester, W. Frank, and Beda R. Collins. No dates.
² ssw Robert L. - There are two headstones
for this couple. Birthdates are different on each stone, deathdates
same.
³ Arkansas, PFC, 23rd Rgt, USMC 4th
Div, WW II
Click
here for Newspaper Obituaries
Click
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 = Back to
Washington County Back
to Arkansas Counties Back
to Jean-ealogy.com home
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; }
}