Shady Grove Cemetery
Hwy. 71 between Fayetteville and Springdale
at Shadygrove Road
(1 of 4 Shadygrove Cemeteries in Washington County.)

Shady Grove Cemetery, Est. 1800

We're not quite finished yet.  There are still about 30 more stones we need to get.
This is a list of the pictures we have now.







Cemetery Left Side
Cemetery Right Side
Shady Grove Cemetery placard
Shady Grove Cemetery, EST 1880

Alvis - Mary
Angel - Andrew J, Thelma Page
Atkisson - Matilda Chambers
Bailey - Albert, Evelyn
Baker - Alvy Winfield, C W, Julia Mae, Mary (wife of A W)
Ballou - Carrie, Martha, Millford
Baskett - America A., Jane, William T
Batson - Lovie Lee
Benson - Rev Herman Dean, Rosie Marie
Bookout - Bell
Boswell - Bert, Jacob, James, Lela, Manala Angeline, Wayne
Bottoms - Harold D, Ruby W
Brogan - Jewell Ballou, Lee Roy
Brooks -  Florence M, Gunter, Jane (wife of Wm), Jim G JB, Lucille Preston, Marjorie Steele, Mona C, Ralph C, Ralph Clinton(military), Sarah E, Vernon "Buster", William H
Bufford - Elizabeth (dau of Ray and Margaret)
Campbell - Martha A, William C
Carter - Alberta, Bill, John W, Marrie, Ollie S
Cawthon - Alick, Alma, Dora (closeup), Gladys,  Jael, Ray H
Chambers - Harriet
Corley - Joyce, Franke Joel, Velma
Curtis -  Dorcas M Diven, Robert Vine
Daniel - Angela Dawn
Davis - Frank W, Nellie (infant daughter of EW and Laura)
Denton - Esther, Eva, Frank, Loy W
Diven - Kate
Drain - Jewell O
Dyer - Alma May
Elderton - Virginia E
Evans - William
Fultz - Josephine, William
Gibbs - Mary Brooks, Robert Michael
Glidden - Emma Carter
Good - Elizabeth, John G
Graves - Clifford Earnest
Grissom - Max J
Guess - Alvin F, Carolyn,  David Maurice, Gertie Bell, Harold William, John T, Sarah Francis, Sarah L , Virgil Duie, William Lee
Hagerman - Paul O and Maymie
Helper - Carl Earl, Clarence W, Dorthy Mae, Rev J N B, Linnie (wife of J N B), Ona E
Henson - Ada Marie, Alexander B., Dollie, Harold, Mammie Laura, Matttie Louisa,  Maude E.
Hill - Floy M, James G, Floy Marie, James Garstle
Hollowell - James Russell
Holman - Annie, Bailey, George, James, Lena Myra, Reba Lou
Hufford - Elizabeth
Johnson - Grace Bell, Jacob Q, Mary and M V, R, Rietha J
Jones -  Ivey (wife of J F Jordan), Jerry Trowbridge, Marvin P, O Irene, Wm Earl,
Jordan - Sarah D.
Judkins - Dianne
Kelley - William N
Kirby - Cecil
Kiser - George Edward
Koontz - Ruby M
Lichlyter - James C (son of J H & L A), John H, Louisa A
Lierley - Dayton Wesley Jr, Martha Brooks
Looker - Keith, Vada
May - Kenneith D, Lee Sue, Virginia Lee
Mellott - Ida (wife of H M)
Miller - Lena M, Lynn B, William M
Moore - Hiram E, Jessie
Morton - Bobby Joe, EB Sam, Kathrine J
Nail - Mary E
Nease - Tyler
Nichols - Ollie Mable
Noel - Barbara Jean (d of Mr and Mrs Alvin Noel)
Petegraham - Joseph A
Pierce - Ernest, Frank Edgar, Lydia, Mary E., Mayme Marie
Preston - Aubrey (RA)
Raedels - John, Lula May
Rainer - AW
Roberts - Helen Reiter
Robinson -  Harriet D,  Harvey Lee, James Marion, Jasper D, John Oliver, Walter E, William E
Rose - Callie, R T, Roxie E
Schaiff - John C "Jake", Maxine M
Scott - CR, Tony K
Scroggins - James H
Seeley - Willie (son of Robert and Estella)
Seratt - Mary Guess
Sewell - Homer
Simpson - Roy Herbert
Smith - Lee, Marilyn K, EE (wife of JL), William & Margarett
Solomon - James & Emillia A
Spyre - Earl
Stanphill - Olive
Starr - Ella Mae, Guy Clinton
Stephenson - John A, Ollie A
Steward - Glenn R, Lucille, Martha, Maude,  Rush J
Stoffer - Don, Leland, Rose
Swearingen - Leland "Bud", Lois, Richard Carlos James
Tabor - Neva Carter
Trowbridge - Annie, James H, Mack, Wm H
Unknown - We counted at least 10 unknown markers in this cemetery.
Vansandt - Lucretia
Vernon - JB
Walker - Rev. John, Nannie
Waters - Baby, Charles, Innis Hollman
Watkins - A Maybelle,  David, Elton H "Dick", Grace Pauline, G Wilson, Keith W, Lee, Mattie, Mellisa Beatrice, Richard Virlen, Roland F.
Watson - Felix T, Nellie L
Welkley - Edward B,  James Arthur, Jim, Lizy A, Otto H(military), Roxie Irene, Vess Andrew, Walter
Westbrook - Jack G, Sharlene J, Violet
Weyer - Frank (son of WI and LA), Zorah A
White - Infant
Whitman - Mana M, Robert H
Wiswell - Charley, Earnest
Woodruff - Ada Mae
Woods - Clinton O,  Lillian Q
Wright - Dolpha "Obe" Sr, Marvin Eugene (Wright Bros), Naoma, Thomas G, Thomas Oma

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