Current Elders:
- Larry Burgess
- Rich Canovai
- Jeff Day
- Jerry Dorsett
- Kenny Foster
- Jerry Mathis
- Ryan McGowan
- Mike Miller
- Chick Plunkett
- Chip Reklis
Current DEACONS:
- Richard Anderson
- Trent Byerly
- Bronson Canovai
- Rodger Canovai
- Thomas Chipman
- Jeff Cline
- Eddie Cook
- Andrew Cope
- Patrick Epting
- Jim Haynes
- Butch Hooks
- Andrew Lay
- Alvin Linville
- Keith Lumbert
- Justin Mills
- Thomas Moore
- Chris Morris
- Jim Phelps
- Jay Rogers
- Nathan Sowers
- Robert Steward
- Steven Tesh
- Curtis Thurston
- Keith Tucker
- Rusty Walser
- Kevin Warren
- Steven Widener
- Ed Williams
if( ($returned_safe_page_location == "about") ||
($returned_safe_page_location == "calendar") ||
($returned_safe_page_location == "dev") ||
($returned_safe_page_location == "kids") ||
($returned_safe_page_location == "ministry") ||
($returned_safe_page_location == "services") ||
($returned_safe_page_location == "students") ||
($returned_safe_page_location == "ministry/deaf") ||
($returned_safe_page_location == "index") ||
($returned_safe_page_location == "ministry/men") ||
($returned_safe_page_location == "ministry/missions") ||
($returned_safe_page_location == "ministry/seniors") ||
($returned_safe_page_location == "ministry/singles") ||
($returned_safe_page_location == "ministry/support") ||
($returned_safe_page_location == "ministry/women") ||
($returned_safe_page_location == "worship") )
{
$fileInclude = $_SERVER['DOCUMENT_ROOT'] . "/global/extras/$returned_safe_page_location.php";
if( file_exists($fileInclude) )
include_once($fileInclude);
}
?>