Elm Springs Cemetery
Elm Springs, Arkansas
Washington County









Aaron - CW, James, Matilda, RH
Akins - E H
Anglin - Eudocia, John W, HS, Albert M, Clarence R, Clyde, Dianne, Hanna M, William M, Herman J, Loyd Mairon, Mary Ruth, Nelle Marie, Rev Harvey S, Patricia Ann, Roy, Sherman E, Tennesee, WE, William M
Atkinson - H M, Margarette
Baggett - Grace V, Eurie M, Judea Elizabeth, James Newt, Nellie Cox, Ruth Jane, Sarah E, WH
Barker - Thomas M
Barrington - William
Beal - John H
Beaman - Mary A
Beasley - (Terry) Ollie
Bisom - Charles N, Dove E Roberts
Bradley - Jessie, Mary M, Wm Johnson
Broadbeck - Emily
Buff - Verna J
Burnette - Cora Ellen and Calvin Smith
Byerly - John Edward, Mary Minnie, Rachel M
Camden - Ellen Terry, Jesse W
Cawthon - Elsie Vivian, Jessie Franklin
Chenoweth - 2 infant daughters, Edgar M, Eva, Nelson, Fern, Jeff, Jessie P, John, Mag, Lela, Leon, Melvia, Sarah W,
Childers - Maggie L
Coffman - Mary E
Cole - baby Joe, Daniel H, Lillian D
Collier - Edna B, Joe Belle, Logan, Roy H
Craig - Thomas Eugene
Crisler - Infant son of Harold and Hazel
Davidson - Mary S and Rev J A
Dodd - Caldonia, Sallie Jane, William L
Downum - Amanda M, Bettie E, C Nolen, Charlie S and Bertha Whitezell, Cora J & Lester, Elizabath Grantham and William Russell, Geo Olen, George W and Sarah F, Georgie, Hazel Inez and Ellis Dee, J M, James Gordon, James Morgan, John R, Josie, Mary Allene, Mary C, Mary M (Maggie) and Marion Franklin, Maud C, Max, Mettie, Naomi Fern, Richard Chesley, Thomas J, Verda T
Dungy - Pebble Huffmaster
Ennes - Hester P, James Wesley, Thomas, Isaiah, John, Susannah Aaron
Farish - William George, Emma Dean, James E (Ed), Ida, Lela, William George, Eliza, Robert
Findley - Annie Mae Pierce
Finley - Ethyle
Gambill - Nancy J
Gardner - Hugh Victor
Garrison - Little Ella
Gharst - Pete
Gibson - Bethel, Sinai
Gillette - Elizabeth, Harold R, V Gladys
Goatcher - Florence Venable, Winfred C
Goatcher - Winfred C
Griggs - Amanda G, Chesley, Cynthia J and Robert W
Hairston - I J, Tilley A
Hargrove - Rosanna, John
Hellstern - Abbie, Andrew
Hoaglan - Jesse Y
Hopkins - R B
Hopper - John W,
Horton - John, Martha, Minnie, VM
Huffmaster - Hugh W, John M, Lydia W
Ingram - Brenda, Jerry F, John A
Irving - Warren
Jackson - Ann Busey, William W
Johnson - John C, Zella
Kasinger - W T
Key - Will W
Kilpatrick - Ruth, Edwin L, Harry Eugene
Langston - Belle and Jim
Lovell - Christopher Edward
Manners - Ollie Anglin
McBride - Charles and Blanche
McCamey - G W, James L, Joseph, Joseph H, Lucinda C and William F, Sarah F Terry, Nancy, Nancy wife of Joseph
McCarter - Mary J
McClure - Maud
McCorkle - Ethel Lenna and John Q
McElreath - Eddie
McGill - Elizabeth
McKenzie - Cordie M and Lenox R, Cordie Mae Dial and Ellen I
McNeely - Thelma McCamey and  James Archie
Meadow - David Franklin, Mary Ann
Medley - Vada M Downum
Miller - Merritt S
Mustain - Emma Franklin and William N, J D, Margret Sturdy, Sarah and John M
Norman - Cynthia, Inf dau., Nancy E, Reuben and Nancy (new and old)
Parnett -  Pearl
Patton - James W, Martha J, R C, W J
Phillips - Betty and Zan and Harlan, Netta M, Estelle Holland, Floys, Johnie, Lillie F and Floyd, M D, M, Nancy C and Wilson A, Netta M, Zan
Pridgen - Harvey E
Ralston - Delia, Fannie E, W H
Reed - Alex Nassel, Dora Greathouse, Frankie Lula, Fred Penn, Jacob W, Mary F, Ray B, Ruth, Terressa, Wm Penn
Ritter - Elbert R, Elbert Ray Jr, Elizabeth J, Frank R, Georgia and Elbert R, Henry V, Hugh C, Infant dau., J C (Clint), Jacob S, James, July Ann, Malinda (new), Newton C, Sophia E, W R (new), W R and Malinda
Robinson - D N, Effie C
Roper - Barnett, Gus U
Sherman - Charley, Lida, Martha, Rebecca, TJ, Walter
Slape - John Thomas, Ora Ethel,
Smith - Harvey O, James A, Sarah Ann
Snavely - Leander
Spyres - Monroe
Steele - Dona Belle and David Arthur
Terry - JD, Price, Thomas W
Venable - Ethel, George W, James A, Ruth, Tennie A
Wager - Emiline, Eugene, Frank
Waldrip - Elizabeth, Emma Dale, J Rufes, Lydia S, Martha Walters, Smauel Monroe, Thomas Edgar, Treecy A and J Rufes
Wasson - wife of A W and Reed, W P
Webster - Elizabeth A and Thomas F, John, Margarett S, Mary
Whinnery - Navada B
White - Arther Edger, A H (Hamp)and Mary F
Williams - Jamie Ruth
Wilson - George M, Welmetty Ralston
Yount - Edna Downum

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 = ; 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