Please join us for the Christmas Eve Service on December 24 at 6:00 PM in the Main Worship Center. This will be a great service as we celebrate the birth of our Lord and Savior. Invite your family and friends.
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);
}
?>