Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 220
-- MySQL dump 10.17 Distrib 10.3.14-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: greenva1_belvoirchurch -- ------------------------------------------------------ -- Server version 10.3.14-MariaDB /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_church_admin_attendance` -- DROP TABLE IF EXISTS `wp_church_admin_attendance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_attendance` ( `date` date NOT NULL, `adults` int(11) NOT NULL, `children` int(11) NOT NULL, `rolling_adults` int(11) NOT NULL, `rolling_children` int(11) NOT NULL, `service_id` int(11) DEFAULT NULL, `attendance_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`attendance_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_attendance` -- LOCK TABLES `wp_church_admin_attendance` WRITE; /*!40000 ALTER TABLE `wp_church_admin_attendance` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_attendance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_bible_books` -- DROP TABLE IF EXISTS `wp_church_admin_bible_books`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_bible_books` ( `bible_id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, PRIMARY KEY (`bible_id`) ) ENGINE=MyISAM AUTO_INCREMENT=67 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_bible_books` -- LOCK TABLES `wp_church_admin_bible_books` WRITE; /*!40000 ALTER TABLE `wp_church_admin_bible_books` DISABLE KEYS */; INSERT INTO `wp_church_admin_bible_books` VALUES (1,'Genesis'),(2,'Exodus'),(3,'Leviticus'),(4,'Numbers'),(5,'Deuteronomy'),(6,'Joshua'),(7,'Judges'),(8,'Ruth'),(9,'1 Samuel'),(10,'2 Samuel'),(11,'1 Kings'),(12,'2 Kings'),(13,'1 Chronicles'),(14,'2 Chronicles'),(15,'Ezra'),(16,'Nehemiah'),(17,'Esther'),(18,'Job'),(19,'Psalm'),(20,'Proverbs'),(21,'Ecclesiastes'),(22,'Song of Solomon'),(23,'Isaiah'),(24,'Jeremiah'),(25,'Lamentations'),(26,'Ezekiel'),(27,'Daniel'),(28,'Hosea'),(29,'Joel'),(30,'Amos'),(31,'Obadiah'),(32,'Jonah'),(33,'Micah'),(34,'Nahum'),(35,'Habakkuk'),(36,'Zephaniah'),(37,'Haggai'),(38,'Zechariah'),(39,'Malachi'),(40,'Matthew'),(41,'Mark'),(42,'Luke'),(43,'John'),(44,'Acts'),(45,'Romans'),(46,'1 Corinthians'),(47,'2 Corinthians'),(48,'Galatians'),(49,'Ephesians'),(50,'Philippians'),(51,'Colossians'),(52,'1 Thessalonians'),(53,'2 Thessalonians'),(54,'1 Timothy'),(55,'2 Timothy'),(56,'Titus'),(57,'Philemon'),(58,'Hebrews'),(59,'James'),(60,'1 Peter'),(61,'2 Peter'),(62,'1 John'),(63,'2 John'),(64,'3 John'),(65,'Jude'),(66,'Revelation'); /*!40000 ALTER TABLE `wp_church_admin_bible_books` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_calendar_category` -- DROP TABLE IF EXISTS `wp_church_admin_calendar_category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_calendar_category` ( `category` varchar(255) NOT NULL DEFAULT '', `fgcolor` varchar(7) NOT NULL DEFAULT '', `bgcolor` varchar(7) NOT NULL DEFAULT '', `cat_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`cat_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_calendar_category` -- LOCK TABLES `wp_church_admin_calendar_category` WRITE; /*!40000 ALTER TABLE `wp_church_admin_calendar_category` DISABLE KEYS */; INSERT INTO `wp_church_admin_calendar_category` VALUES ('Unused','','#FFFFFF',1); /*!40000 ALTER TABLE `wp_church_admin_calendar_category` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_calendar_date` -- DROP TABLE IF EXISTS `wp_church_admin_calendar_date`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_calendar_date` ( `start_date` date NOT NULL DEFAULT '0000-00-00', `start_time` time NOT NULL DEFAULT '00:00:00', `end_time` time NOT NULL DEFAULT '00:00:00', `event_id` int(11) NOT NULL DEFAULT 0, `date_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`date_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_calendar_date` -- LOCK TABLES `wp_church_admin_calendar_date` WRITE; /*!40000 ALTER TABLE `wp_church_admin_calendar_date` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_calendar_date` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_calendar_event` -- DROP TABLE IF EXISTS `wp_church_admin_calendar_event`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_calendar_event` ( `recurring` varchar(3) DEFAULT NULL, `title` mediumtext NOT NULL, `description` mediumtext NOT NULL, `location` mediumtext NOT NULL, `year_planner` int(1) DEFAULT NULL, `cat_id` int(11) NOT NULL, `event_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`event_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_calendar_event` -- LOCK TABLES `wp_church_admin_calendar_event` WRITE; /*!40000 ALTER TABLE `wp_church_admin_calendar_event` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_calendar_event` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_email` -- DROP TABLE IF EXISTS `wp_church_admin_email`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_email` ( `recipient` varchar(500) NOT NULL, `from_name` mediumtext NOT NULL, `from_email` mediumtext NOT NULL, `copy` mediumtext NOT NULL, `subject` varchar(500) NOT NULL, `message` mediumtext NOT NULL, `attachment` mediumtext NOT NULL, `sent` datetime NOT NULL, `email_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`email_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_email` -- LOCK TABLES `wp_church_admin_email` WRITE; /*!40000 ALTER TABLE `wp_church_admin_email` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_email` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_email_build` -- DROP TABLE IF EXISTS `wp_church_admin_email_build`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_email_build` ( `recipients` mediumtext NOT NULL, `subject` mediumtext NOT NULL, `message` mediumtext NOT NULL, `send_date` date NOT NULL, `filename` mediumtext NOT NULL, `from_name` varchar(500) NOT NULL, `from_email` varchar(500) NOT NULL, `email_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`email_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_email_build` -- LOCK TABLES `wp_church_admin_email_build` WRITE; /*!40000 ALTER TABLE `wp_church_admin_email_build` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_email_build` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_follow_up` -- DROP TABLE IF EXISTS `wp_church_admin_follow_up`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_follow_up` ( `funnel_id` int(11) DEFAULT NULL, `member_type_id` int(11) DEFAULT NULL, `people_id` int(11) DEFAULT NULL, `assign_id` int(11) DEFAULT NULL, `assigned_date` date DEFAULT NULL, `email` date NOT NULL DEFAULT '0000-00-00', `completion_date` date DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_follow_up` -- LOCK TABLES `wp_church_admin_follow_up` WRITE; /*!40000 ALTER TABLE `wp_church_admin_follow_up` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_follow_up` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_funnels` -- DROP TABLE IF EXISTS `wp_church_admin_funnels`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_funnels` ( `action` text DEFAULT NULL, `member_type_id` int(11) DEFAULT NULL, `department_id` int(11) DEFAULT NULL, `funnel_order` int(11) DEFAULT NULL, `people_type_id` int(11) DEFAULT NULL, `funnel_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`funnel_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_funnels` -- LOCK TABLES `wp_church_admin_funnels` WRITE; /*!40000 ALTER TABLE `wp_church_admin_funnels` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_funnels` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_household` -- DROP TABLE IF EXISTS `wp_church_admin_household`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_household` ( `address` mediumtext DEFAULT NULL, `lat` varchar(50) DEFAULT NULL, `lng` varchar(50) DEFAULT NULL, `phone` varchar(15) DEFAULT NULL, `member_type_id` int(11) DEFAULT NULL, `ts` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `household_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`household_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_household` -- LOCK TABLES `wp_church_admin_household` WRITE; /*!40000 ALTER TABLE `wp_church_admin_household` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_household` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_member_types` -- DROP TABLE IF EXISTS `wp_church_admin_member_types`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_member_types` ( `member_type_order` int(11) NOT NULL, `member_type` text NOT NULL, `member_type_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`member_type_id`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_member_types` -- LOCK TABLES `wp_church_admin_member_types` WRITE; /*!40000 ALTER TABLE `wp_church_admin_member_types` DISABLE KEYS */; INSERT INTO `wp_church_admin_member_types` VALUES (1,'Mailing List',1),(3,'Member',2); /*!40000 ALTER TABLE `wp_church_admin_member_types` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_people` -- DROP TABLE IF EXISTS `wp_church_admin_people`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_people` ( `first_name` varchar(100) DEFAULT NULL, `last_name` varchar(100) DEFAULT NULL, `date_of_birth` date DEFAULT NULL, `member_type_id` int(11) DEFAULT NULL, `attachment_id` int(11) DEFAULT NULL, `roles` mediumtext DEFAULT NULL, `sex` int(1) DEFAULT NULL, `mobile` varchar(15) DEFAULT NULL, `email` mediumtext DEFAULT NULL, `people_type_id` int(11) DEFAULT NULL, `smallgroup_id` int(11) DEFAULT NULL, `household_id` int(11) DEFAULT NULL, `member_data` mediumtext DEFAULT NULL, `user_id` int(11) DEFAULT NULL, `people_id` int(11) NOT NULL AUTO_INCREMENT, `last_updated` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `prefix` mediumtext DEFAULT NULL, `funnels` mediumtext DEFAULT NULL, PRIMARY KEY (`people_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_people` -- LOCK TABLES `wp_church_admin_people` WRITE; /*!40000 ALTER TABLE `wp_church_admin_people` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_people` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_people_meta` -- DROP TABLE IF EXISTS `wp_church_admin_people_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_people_meta` ( `people_id` int(11) DEFAULT NULL, `department_id` int(11) DEFAULT NULL, `meta_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`meta_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_people_meta` -- LOCK TABLES `wp_church_admin_people_meta` WRITE; /*!40000 ALTER TABLE `wp_church_admin_people_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_people_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_rota_settings` -- DROP TABLE IF EXISTS `wp_church_admin_rota_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_rota_settings` ( `rota_task` mediumtext NOT NULL, `task_order` int(11) DEFAULT NULL, `rota_id` int(11) NOT NULL AUTO_INCREMENT, `department_id` int(11) DEFAULT 1, `rota_order` int(11) DEFAULT NULL, PRIMARY KEY (`rota_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_rota_settings` -- LOCK TABLES `wp_church_admin_rota_settings` WRITE; /*!40000 ALTER TABLE `wp_church_admin_rota_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_rota_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_rotas` -- DROP TABLE IF EXISTS `wp_church_admin_rotas`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_rotas` ( `rota_date` date NOT NULL, `rota_jobs` text NOT NULL, `service_id` int(11) NOT NULL, `rota_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`rota_id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_rotas` -- LOCK TABLES `wp_church_admin_rotas` WRITE; /*!40000 ALTER TABLE `wp_church_admin_rotas` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_rotas` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_sermon_files` -- DROP TABLE IF EXISTS `wp_church_admin_sermon_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_sermon_files` ( `file_name` text NOT NULL, `file_title` text NOT NULL, `file_description` text NOT NULL, `service_id` int(11) DEFAULT NULL, `bible_passages` text NOT NULL, `private` int(1) NOT NULL DEFAULT 0, `length` text NOT NULL, `pub_date` datetime DEFAULT NULL, `last_modified` datetime DEFAULT NULL, `series_id` int(11) NOT NULL, `speaker` text NOT NULL, `file_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`file_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_sermon_files` -- LOCK TABLES `wp_church_admin_sermon_files` WRITE; /*!40000 ALTER TABLE `wp_church_admin_sermon_files` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_sermon_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_sermon_series` -- DROP TABLE IF EXISTS `wp_church_admin_sermon_series`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_sermon_series` ( `series_name` text NOT NULL, `series_image` text NOT NULL, `series_description` text NOT NULL, `series_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`series_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_sermon_series` -- LOCK TABLES `wp_church_admin_sermon_series` WRITE; /*!40000 ALTER TABLE `wp_church_admin_sermon_series` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_church_admin_sermon_series` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_services` -- DROP TABLE IF EXISTS `wp_church_admin_services`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_services` ( `service_name` text DEFAULT NULL, `service_day` int(1) DEFAULT NULL, `service_time` time DEFAULT NULL, `venue` varchar(100) DEFAULT NULL, `address` text DEFAULT NULL, `lat` varchar(50) DEFAULT NULL, `lng` varchar(50) DEFAULT NULL, `first_meeting` date DEFAULT NULL, `service_id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`service_id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_services` -- LOCK TABLES `wp_church_admin_services` WRITE; /*!40000 ALTER TABLE `wp_church_admin_services` DISABLE KEYS */; INSERT INTO `wp_church_admin_services` VALUES ('Sunday Service',1,'10:00:00','Main Venue','a:5:{s:13:\"address_line1\";s:0:\"\";s:13:\"address_line2\";s:0:\"\";s:4:\"town\";s:0:\"\";s:6:\"county\";s:0:\"\";s:8:\"postcode\";s:0:\"\";}','52.0','0.0','2013-06-17',1); /*!40000 ALTER TABLE `wp_church_admin_services` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_church_admin_smallgroup` -- DROP TABLE IF EXISTS `wp_church_admin_smallgroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_church_admin_smallgroup` ( `leader` text NOT NULL, `group_name` varchar(255) NOT NULL, `whenwhere` mediumtext NOT NULL, `address` mediumtext DEFAULT NULL, `lat` varchar(30) DEFAULT NULL, `lng` varchar(30) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_church_admin_smallgroup` -- LOCK TABLES `wp_church_admin_smallgroup` WRITE; /*!40000 ALTER TABLE `wp_church_admin_smallgroup` DISABLE KEYS */; INSERT INTO `wp_church_admin_smallgroup` VALUES ('0','Unattached','',NULL,NULL,NULL,1); /*!40000 ALTER TABLE `wp_church_admin_smallgroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=767682 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://www.belvoirparish.co.uk','yes'),(2,'blogname','Belvoir Parish Church','yes'),(3,'blogdescription','Come Journey with us','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','belvoirparish@gmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','','yes'),(10,'comments_notify','','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','closed','yes'),(20,'default_pingback_flag','','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','d/m/Y','yes'),(23,'time_format','H:i','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','1','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/alpha','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','','yes'),(36,'home','http://www.belvoirparish.co.uk','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:60:\"/home/greenva1/public_html/wp-content/themes/Micah/style.css\";i:1;s:85:\"/home/greenva1/public_html/www.belvoirparish.co.uk/wp-content/themes/Micah/header.php\";i:2;s:84:\"/home/greenva1/public_html/www.belvoirparish.co.uk/wp-content/themes/Micah/style.css\";i:3;s:119:\"/home/greenva1/public_html/www.belvoirparish.co.uk/wp-content/plugins/bible-verse-of-the-day/bible-verse-of-the-day.php\";i:4;s:147:\"/home/greenva1/public_html/www.belvoirparish.co.uk/wp-content/plugins/easy-wordpress-mailchimp-integration/easy-wordpress-mailchimp-integration.php\";}','no'),(44,'template','Micah','yes'),(45,'stylesheet','Micah','yes'),(46,'comment_whitelist','','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','44719','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','posts','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','1','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:3:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}i:3;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:154:\"\r\nService Times\r\n\r\nSundays\r\n\r\n9am: Holy Communion\r\n\r\n11am: Morning Worship\r\n\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n\r\n10.30am: Holy Communion\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(85,'uninstall_plugins','a:2:{s:35:\"cookie-law-info/cookie-law-info.php\";s:30:\"cookielawinfo_uninstall_plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";a:2:{i:0;s:15:\"GADWP_Uninstall\";i:1;s:9:\"uninstall\";}}','no'),(86,'timezone_string','Europe/Dublin','yes'),(87,'page_for_posts','0','yes'),(88,'page_on_front','0','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','22441','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:6:{s:18:\"orphaned_widgets_1\";a:5:{i:0;s:6:\"text-3\";i:1;s:6:\"text-2\";i:2;s:14:\"photoswidget-2\";i:3;s:10:\"calendar-2\";i:4;s:19:\"dailyverseswidget-4\";}s:18:\"orphaned_widgets_2\";a:1:{i:0;s:21:\"church admin calendar\";}s:18:\"orphaned_widgets_3\";a:0:{}s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";a:1:{i:0;s:19:\"dailyverseswidget-7\";}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:6:{i:1555266997;a:1:{s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1555269310;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1555278957;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1555278975;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1555281319;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(767623,'_site_transient_timeout_browser_c83a53d6cd1d4a8f74a2a6d429db3db6','1555751331','no'),(767670,'_site_transient_timeout_theme_roots','1555237702','no'),(767671,'_site_transient_theme_roots','a:8:{s:5:\"Micah\";s:7:\"/themes\";s:10:\"benevolent\";s:7:\"/themes\";s:9:\"blackbird\";s:7:\"/themes\";s:12:\"charity-care\";s:7:\"/themes\";s:14:\"kale-pro-child\";s:7:\"/themes\";s:8:\"kale-pro\";s:7:\"/themes\";s:10:\"ts-charity\";s:7:\"/themes\";s:14:\"twentynineteen\";s:7:\"/themes\";}','no'),(767672,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1555235902;s:7:\"checked\";a:10:{s:49:\"bible-verse-of-the-day/bible-verse-of-the-day.php\";s:3:\"2.5\";s:77:\"easy-wordpress-mailchimp-integration/easy-wordpress-mailchimp-integration.php\";s:3:\"1.0\";s:45:\"embed-bible-passages/embed-bible-passages.php\";s:5:\"1.6.5\";s:35:\"cookie-law-info/cookie-law-info.php\";s:5:\"1.7.4\";s:43:\"google-analyticator/google-analyticator.php\";s:5:\"6.5.4\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:5:\"5.3.7\";s:45:\"css-ready-selectors/gf-readyclasses-addon.php\";s:3:\"1.1\";s:49:\"google-calendar-events/google-calendar-events.php\";s:6:\"3.1.20\";s:49:\"spiritual-gifts-survey/spiritual-gifts-survey.php\";s:6:\"0.9.10\";s:52:\"wordpress-backup-to-dropbox/wp-backup-to-dropbox.php\";s:5:\"4.7.1\";}s:8:\"response\";a:2:{s:45:\"embed-bible-passages/embed-bible-passages.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/embed-bible-passages\";s:4:\"slug\";s:20:\"embed-bible-passages\";s:6:\"plugin\";s:45:\"embed-bible-passages/embed-bible-passages.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/embed-bible-passages/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/embed-bible-passages.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:73:\"https://ps.w.org/embed-bible-passages/assets/icon-128x128.png?rev=1785022\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:115:\"

This version includes a correction to use http or https audio files from esv.org to be used in audio player.

\";s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"cookie-law-info/cookie-law-info.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/cookie-law-info\";s:4:\"slug\";s:15:\"cookie-law-info\";s:6:\"plugin\";s:35:\"cookie-law-info/cookie-law-info.php\";s:11:\"new_version\";s:5:\"1.7.6\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/cookie-law-info/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/cookie-law-info.1.7.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/cookie-law-info/assets/icon-256x256.png?rev=1879809\";s:2:\"1x\";s:68:\"https://ps.w.org/cookie-law-info/assets/icon-256x256.png?rev=1879809\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/cookie-law-info/assets/banner-772x250.jpg?rev=1968850\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:197:\"\";s:6:\"tested\";s:5:\"5.1.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:49:\"bible-verse-of-the-day/bible-verse-of-the-day.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/bible-verse-of-the-day\";s:4:\"slug\";s:22:\"bible-verse-of-the-day\";s:6:\"plugin\";s:49:\"bible-verse-of-the-day/bible-verse-of-the-day.php\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/bible-verse-of-the-day/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/bible-verse-of-the-day.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/bible-verse-of-the-day/assets/icon-128x128.png?rev=985351\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/bible-verse-of-the-day/assets/banner-1544x500.png?rev=1726644\";s:2:\"1x\";s:77:\"https://ps.w.org/bible-verse-of-the-day/assets/banner-772x250.png?rev=1726644\";}s:11:\"banners_rtl\";a:0:{}}s:77:\"easy-wordpress-mailchimp-integration/easy-wordpress-mailchimp-integration.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:50:\"w.org/plugins/easy-wordpress-mailchimp-integration\";s:4:\"slug\";s:36:\"easy-wordpress-mailchimp-integration\";s:6:\"plugin\";s:77:\"easy-wordpress-mailchimp-integration/easy-wordpress-mailchimp-integration.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:67:\"https://wordpress.org/plugins/easy-wordpress-mailchimp-integration/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/easy-wordpress-mailchimp-integration.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:87:\"https://s.w.org/plugins/geopattern-icon/easy-wordpress-mailchimp-integration_fcfcfc.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:90:\"https://ps.w.org/easy-wordpress-mailchimp-integration/assets/banner-772x250.png?rev=560300\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"google-analyticator/google-analyticator.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:33:\"w.org/plugins/google-analyticator\";s:4:\"slug\";s:19:\"google-analyticator\";s:6:\"plugin\";s:43:\"google-analyticator/google-analyticator.php\";s:11:\"new_version\";s:5:\"6.5.4\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/google-analyticator/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/google-analyticator.6.5.4.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/google-analyticator/assets/icon-128x128.png?rev=1160827\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/google-analyticator/assets/banner-772x250.jpg?rev=1165890\";}s:11:\"banners_rtl\";a:0:{}}s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:47:\"w.org/plugins/google-analytics-dashboard-for-wp\";s:4:\"slug\";s:33:\"google-analytics-dashboard-for-wp\";s:6:\"plugin\";s:43:\"google-analytics-dashboard-for-wp/gadwp.php\";s:11:\"new_version\";s:5:\"5.3.7\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/\";s:7:\"package\";s:82:\"https://downloads.wordpress.org/plugin/google-analytics-dashboard-for-wp.5.3.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-256x256.png?rev=970326\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/icon-128x128.png?rev=970326\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:88:\"https://ps.w.org/google-analytics-dashboard-for-wp/assets/banner-772x250.png?rev=1064664\";}s:11:\"banners_rtl\";a:0:{}}s:45:\"css-ready-selectors/gf-readyclasses-addon.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:46:\"w.org/plugins/gravity-forms-css-ready-selector\";s:4:\"slug\";s:32:\"gravity-forms-css-ready-selector\";s:6:\"plugin\";s:45:\"css-ready-selectors/gf-readyclasses-addon.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:63:\"https://wordpress.org/plugins/gravity-forms-css-ready-selector/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/gravity-forms-css-ready-selector.1.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:76:\"https://s.w.org/plugins/geopattern-icon/gravity-forms-css-ready-selector.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:49:\"google-calendar-events/google-calendar-events.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/google-calendar-events\";s:4:\"slug\";s:22:\"google-calendar-events\";s:6:\"plugin\";s:49:\"google-calendar-events/google-calendar-events.php\";s:11:\"new_version\";s:6:\"3.1.20\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/google-calendar-events/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/google-calendar-events.3.1.20.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/google-calendar-events/assets/icon-256x256.png?rev=1263960\";s:2:\"1x\";s:75:\"https://ps.w.org/google-calendar-events/assets/icon-128x128.png?rev=1263960\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/google-calendar-events/assets/banner-1544x500.png?rev=1263982\";s:2:\"1x\";s:77:\"https://ps.w.org/google-calendar-events/assets/banner-772x250.png?rev=1263982\";}s:11:\"banners_rtl\";a:0:{}}s:49:\"spiritual-gifts-survey/spiritual-gifts-survey.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/spiritual-gifts-survey\";s:4:\"slug\";s:22:\"spiritual-gifts-survey\";s:6:\"plugin\";s:49:\"spiritual-gifts-survey/spiritual-gifts-survey.php\";s:11:\"new_version\";s:6:\"0.9.10\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/spiritual-gifts-survey/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/spiritual-gifts-survey.0.9.10.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:66:\"https://s.w.org/plugins/geopattern-icon/spiritual-gifts-survey.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(108,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:30:\"http://www.belvoirparish.co.uk\";s:4:\"link\";s:106:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.belvoirparish.co.uk/\";s:3:\"url\";s:139:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://www.belvoirparish.co.uk/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(16278,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"belvoirparish@gmail.com\";s:7:\"version\";s:5:\"5.1.1\";s:9:\"timestamp\";i:1552472387;}','no'),(685,'db_upgraded','','yes'),(165,'blackbird_options','a:32:{s:11:\"of_template\";a:34:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:4:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:62:\"Choose your own logo. Optimal Size: 221px Wide by 84px Height.\";s:2:\"id\";s:14:\"blackbird_logo\";s:4:\"type\";s:6:\"upload\";}i:2;a:5:{s:4:\"name\";s:29:\"Home Page Top Right Cell Info\";s:4:\"desc\";s:50:\"Enter your text for home page top right cell info.\";s:2:\"id\";s:23:\"blackbird_topright_cell\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:3;a:5:{s:4:\"name\";s:32:\"Home Page Top Right Contact Info\";s:4:\"desc\";s:53:\"Enter your text for home page top right contact info.\";s:2:\"id\";s:23:\"blackbird_topright_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:4;a:4:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:71:\"Specify a 16px x 16px image that will represent your website\'s favicon.\";s:2:\"id\";s:17:\"blackbird_favicon\";s:4:\"type\";s:6:\"upload\";}i:5;a:5:{s:4:\"name\";s:21:\"Body Background Image\";s:4:\"desc\";s:46:\"Select image to change your website background\";s:2:\"id\";s:16:\"blackbird_bodybg\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:6;a:6:{s:4:\"name\";s:17:\"Front Page On/Off\";s:4:\"desc\";s:82:\"Check on for enabling front page or check off for enabling blog page in front page\";s:2:\"id\";s:5:\"re_nm\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}}i:7;a:2:{s:4:\"name\";s:16:\"Home Top Feature\";s:4:\"type\";s:7:\"heading\";}i:8;a:5:{s:4:\"name\";s:22:\"Home Top Feature Image\";s:4:\"desc\";s:80:\"Choose your image for first slider. Optimal size is 950px wide and 390px height.\";s:2:\"id\";s:21:\"blackbird_slideimage1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:9;a:5:{s:4:\"name\";s:24:\"Home Top Feature Heading\";s:4:\"desc\";s:41:\"Enter your text heading for first slider.\";s:2:\"id\";s:24:\"blackbird_sliderheading1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:10;a:5:{s:4:\"name\";s:25:\"Home Top Feature Link URL\";s:4:\"desc\";s:45:\"Enter your link url for first Slider section.\";s:2:\"id\";s:21:\"blackbird_Sliderlink1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:5:{s:4:\"name\";s:28:\"Home Top Feature Description\";s:4:\"desc\";s:45:\"Enter your text description for first slider.\";s:2:\"id\";s:20:\"blackbird_sliderdes1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:12;a:2:{s:4:\"name\";s:17:\"Homepage Settings\";s:4:\"type\";s:7:\"heading\";}i:13;a:5:{s:4:\"name\";s:17:\"Home Page Heading\";s:4:\"desc\";s:37:\"Enter your heading text for home page\";s:2:\"id\";s:21:\"blackbird_mainheading\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:14;a:3:{s:4:\"name\";s:25:\"Home Page Feature Content\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:15;a:5:{s:4:\"name\";s:21:\"First Feature Heading\";s:4:\"desc\";s:41:\"Enter your heading for first Feature area\";s:2:\"id\";s:19:\"blackbird_headline1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:16;a:5:{s:4:\"name\";s:19:\"First Feature Image\";s:4:\"desc\";s:68:\"Choose image for your first Feature area. Optimal size 158px x 165px\";s:2:\"id\";s:15:\"blackbird_wimg1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:17;a:5:{s:4:\"name\";s:21:\"First Feature Content\";s:4:\"desc\";s:41:\"Enter your content for first Feature area\";s:2:\"id\";s:18:\"blackbird_feature1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:18;a:5:{s:4:\"name\";s:18:\"First Feature Link\";s:4:\"desc\";s:38:\"Enter your link for first Feature area\";s:2:\"id\";s:15:\"blackbird_link1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:19;a:5:{s:4:\"name\";s:22:\"Second Feature Heading\";s:4:\"desc\";s:42:\"Enter your heading for second Feature area\";s:2:\"id\";s:19:\"blackbird_headline2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:20;a:5:{s:4:\"name\";s:20:\"Second Feature Image\";s:4:\"desc\";s:69:\"Choose image for your second Feature area. Optimal size 158px x 165px\";s:2:\"id\";s:15:\"blackbird_fimg2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:21;a:5:{s:4:\"name\";s:22:\"Second Feature Content\";s:4:\"desc\";s:42:\"Enter your content for second feature area\";s:2:\"id\";s:18:\"blackbird_feature2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:22;a:5:{s:4:\"name\";s:19:\"Second Feature Link\";s:4:\"desc\";s:39:\"Enter your link for second Feature area\";s:2:\"id\";s:15:\"blackbird_link2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:23;a:5:{s:4:\"name\";s:21:\"Third Feature Heading\";s:4:\"desc\";s:41:\"Enter your heading for third Feature area\";s:2:\"id\";s:19:\"blackbird_headline3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:24;a:5:{s:4:\"name\";s:19:\"Third Feature Image\";s:4:\"desc\";s:63:\"Choose image for your thrid Feature. Optimal size 158px x 165px\";s:2:\"id\";s:15:\"blackbird_fimg3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:25;a:5:{s:4:\"name\";s:21:\"Third Feature Content\";s:4:\"desc\";s:41:\"Enter your content for third Feature area\";s:2:\"id\";s:18:\"blackbird_feature3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:26;a:5:{s:4:\"name\";s:18:\"Third Feature Link\";s:4:\"desc\";s:38:\"Enter your link for third feature area\";s:2:\"id\";s:15:\"blackbird_link3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:27;a:2:{s:4:\"name\";s:12:\"Social Logos\";s:4:\"type\";s:7:\"heading\";}i:28;a:5:{s:4:\"name\";s:12:\"Facebook URL\";s:4:\"desc\";s:39:\"Enter your Facebook URL if you have one\";s:2:\"id\";s:18:\"blackbird_facebook\";s:3:\"std\";s:1:\"#\";s:4:\"type\";s:4:\"text\";}i:29;a:5:{s:4:\"name\";s:11:\"Twitter URL\";s:4:\"desc\";s:38:\"Enter your Twitter URL if you have one\";s:2:\"id\";s:17:\"blackbird_twitter\";s:3:\"std\";s:1:\"#\";s:4:\"type\";s:4:\"text\";}i:30;a:5:{s:4:\"name\";s:12:\"LinkedIn URL\";s:4:\"desc\";s:39:\"Enter your LinkedIn URL if you have one\";s:2:\"id\";s:16:\"blackbird_linked\";s:3:\"std\";s:1:\"#\";s:4:\"type\";s:4:\"text\";}i:31;a:5:{s:4:\"name\";s:12:\"RSS Feed URL\";s:4:\"desc\";s:39:\"Enter your RSS Feed URL if you have one\";s:2:\"id\";s:13:\"blackbird_rss\";s:3:\"std\";s:1:\"#\";s:4:\"type\";s:4:\"text\";}i:32;a:2:{s:4:\"name\";s:15:\"Styling Options\";s:4:\"type\";s:7:\"heading\";}i:33;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:69:\"Quickly add some Custom CSS to your theme by adding it to this block.\";s:2:\"id\";s:19:\"blackbird_customcss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}}s:12:\"of_themename\";s:88:\"/home/greenva1/public_html/www.belvoirparish.co.uk/wp-content/themes/blackbird/style.css\";s:12:\"of_shortname\";s:2:\"of\";s:23:\"blackbird_topright_cell\";s:13:\"SERVICE TIMES\";s:23:\"blackbird_topright_text\";s:137:\"\r\nSundays\r\n\r\n9am: Holy Communion\r\n\r\n11am: Morning Worship\r\n\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n\r\n10.30am: Holy Communion\";s:17:\"blackbird_favicon\";s:0:\"\";s:16:\"blackbird_bodybg\";s:0:\"\";s:5:\"re_nm\";s:2:\"on\";s:21:\"blackbird_slideimage1\";s:0:\"\";s:24:\"blackbird_sliderheading1\";s:0:\"\";s:21:\"blackbird_Sliderlink1\";s:0:\"\";s:20:\"blackbird_sliderdes1\";s:0:\"\";s:21:\"blackbird_mainheading\";s:0:\"\";s:19:\"blackbird_headline1\";s:0:\"\";s:15:\"blackbird_wimg1\";s:0:\"\";s:18:\"blackbird_feature1\";s:0:\"\";s:15:\"blackbird_link1\";s:0:\"\";s:19:\"blackbird_headline2\";s:0:\"\";s:15:\"blackbird_fimg2\";s:0:\"\";s:18:\"blackbird_feature2\";s:0:\"\";s:15:\"blackbird_link2\";s:0:\"\";s:19:\"blackbird_headline3\";s:0:\"\";s:15:\"blackbird_fimg3\";s:0:\"\";s:18:\"blackbird_feature3\";s:0:\"\";s:15:\"blackbird_link3\";s:0:\"\";s:18:\"blackbird_facebook\";s:56:\"#https://www.facebook.com/belvoirchurchofireland?fref=ts\";s:17:\"blackbird_twitter\";s:34:\"#https://twitter.com/belvoirparish\";s:16:\"blackbird_linked\";s:1:\"#\";s:13:\"blackbird_rss\";s:1:\"#\";s:19:\"blackbird_customcss\";s:0:\"\";s:10:\"of_options\";a:28:{s:14:\"blackbird_logo\";s:0:\"\";s:23:\"blackbird_topright_cell\";s:13:\"SERVICE TIMES\";s:23:\"blackbird_topright_text\";s:137:\"\r\nSundays\r\n\r\n9am: Holy Communion\r\n\r\n11am: Morning Worship\r\n\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n\r\n10.30am: Holy Communion\";s:17:\"blackbird_favicon\";s:0:\"\";s:16:\"blackbird_bodybg\";s:0:\"\";s:5:\"re_nm\";s:2:\"on\";s:21:\"blackbird_slideimage1\";s:0:\"\";s:24:\"blackbird_sliderheading1\";s:0:\"\";s:21:\"blackbird_Sliderlink1\";s:0:\"\";s:20:\"blackbird_sliderdes1\";s:0:\"\";s:21:\"blackbird_mainheading\";s:0:\"\";s:19:\"blackbird_headline1\";s:0:\"\";s:15:\"blackbird_wimg1\";s:0:\"\";s:18:\"blackbird_feature1\";s:0:\"\";s:15:\"blackbird_link1\";s:0:\"\";s:19:\"blackbird_headline2\";s:0:\"\";s:15:\"blackbird_fimg2\";s:0:\"\";s:18:\"blackbird_feature2\";s:0:\"\";s:15:\"blackbird_link2\";s:0:\"\";s:19:\"blackbird_headline3\";s:0:\"\";s:15:\"blackbird_fimg3\";s:0:\"\";s:18:\"blackbird_feature3\";s:0:\"\";s:15:\"blackbird_link3\";s:0:\"\";s:18:\"blackbird_facebook\";s:56:\"#https://www.facebook.com/belvoirchurchofireland?fref=ts\";s:17:\"blackbird_twitter\";s:34:\"#https://twitter.com/belvoirparish\";s:16:\"blackbird_linked\";s:1:\"#\";s:13:\"blackbird_rss\";s:1:\"#\";s:19:\"blackbird_customcss\";s:0:\"\";}s:14:\"blackbird_logo\";s:0:\"\";}','yes'),(166,'theme_mods_twentytwelve','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1370385069;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(167,'current_theme','Micah','yes'),(168,'theme_mods_gridiculous','a:10:{i:0;b:0;s:16:\"header_textcolor\";s:6:\"20a8ad\";s:16:\"background_color\";s:0:\"\";s:12:\"header_image\";s:78:\"http://www.belvoirparish.co.uk/wp-content/themes/gridiculous/images/froggy.jpg\";s:17:\"header_image_data\";a:3:{s:3:\"url\";s:78:\"http://www.belvoirparish.co.uk/wp-content/themes/gridiculous/images/froggy.jpg\";s:13:\"thumbnail_url\";s:88:\"http://www.belvoirparish.co.uk/wp-content/themes/gridiculous/images/froggy-thumbnail.jpg\";s:11:\"description\";s:6:\"Froggy\";}s:16:\"background_image\";s:77:\"http://www.belvoirparish.co.uk/wp-content/themes/gridiculous/images/solid.png\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1370385805;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:11:\"header-area\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:18:\"home-page-top-area\";a:0:{}s:7:\"sidebar\";a:0:{}}}}','yes'),(169,'theme_switched','','yes'),(170,'gridiculous_theme_options','a:7:{s:7:\"tagline\";s:2:\"on\";s:5:\"width\";s:4:\"w960\";s:6:\"layout\";s:1:\"2\";s:7:\"primary\";s:2:\"c8\";s:15:\"excerpt_content\";s:7:\"excerpt\";s:11:\"home_widget\";s:2:\"on\";s:10:\"link_color\";s:7:\"#333333\";}','yes'),(171,'themezee_options','a:58:{s:21:\"themeZee_general_logo\";s:0:\"\";s:23:\"themeZee_general_footer\";s:30:\"Place your Footer Content here\";s:20:\"themeZee_general_css\";s:0:\"\";s:19:\"themeZee_stylesheet\";s:12:\"standard.css\";s:23:\"themeZee_color_activate\";s:5:\"false\";s:20:\"themeZee_colors_full\";s:6:\"dd2222\";s:20:\"themeZee_show_slider\";s:5:\"false\";s:21:\"themeZee_slider_title\";s:14:\"Featured Posts\";s:20:\"themeZee_slider_mode\";s:1:\"0\";s:23:\"themeZee_slider_content\";s:6:\"recent\";s:24:\"themeZee_slider_category\";s:0:\"\";s:21:\"themeZee_slider_limit\";s:1:\"5\";s:27:\"themeZee_socialmedia_header\";s:5:\"false\";s:23:\"themeZee_social_twitter\";s:0:\"\";s:24:\"themeZee_social_facebook\";s:0:\"\";s:26:\"themeZee_social_googleplus\";s:0:\"\";s:25:\"themeZee_social_pinterest\";s:0:\"\";s:24:\"themeZee_social_linkedin\";s:0:\"\";s:20:\"themeZee_social_xing\";s:0:\"\";s:23:\"themeZee_social_myspace\";s:0:\"\";s:23:\"themeZee_social_blogger\";s:0:\"\";s:22:\"themeZee_social_tumblr\";s:0:\"\";s:23:\"themeZee_social_typepad\";s:0:\"\";s:25:\"themeZee_social_wordpress\";s:0:\"\";s:23:\"themeZee_social_gowalla\";s:0:\"\";s:22:\"themeZee_social_flickr\";s:0:\"\";s:26:\"themeZee_social_soundcloud\";s:0:\"\";s:23:\"themeZee_social_spotify\";s:0:\"\";s:22:\"themeZee_social_lastfm\";s:0:\"\";s:23:\"themeZee_social_youtube\";s:0:\"\";s:21:\"themeZee_social_vimeo\";s:0:\"\";s:26:\"themeZee_social_deviantart\";s:0:\"\";s:24:\"themeZee_social_dribbble\";s:0:\"\";s:25:\"themeZee_social_delicious\";s:0:\"\";s:20:\"themeZee_social_digg\";s:0:\"\";s:22:\"themeZee_social_reddit\";s:0:\"\";s:27:\"themeZee_social_stumbleupon\";s:0:\"\";s:19:\"themeZee_social_rss\";s:0:\"\";s:21:\"themeZee_social_email\";s:0:\"\";s:26:\"themeZee_social_friendfeed\";s:0:\"\";s:21:\"themeZee_social_skype\";s:0:\"\";s:19:\"themeZee_ads_rotate\";s:5:\"false\";s:20:\"themeZee_ads_image_1\";s:82:\"http://www.belvoirparish.co.uk/wp-content/themes/zeesynergie/images/ad_125x125.png\";s:18:\"themeZee_ads_url_1\";s:0:\"\";s:20:\"themeZee_ads_image_2\";s:82:\"http://www.belvoirparish.co.uk/wp-content/themes/zeesynergie/images/ad_125x125.png\";s:18:\"themeZee_ads_url_2\";s:0:\"\";s:20:\"themeZee_ads_image_3\";s:82:\"http://www.belvoirparish.co.uk/wp-content/themes/zeesynergie/images/ad_125x125.png\";s:18:\"themeZee_ads_url_3\";s:0:\"\";s:20:\"themeZee_ads_image_4\";s:82:\"http://www.belvoirparish.co.uk/wp-content/themes/zeesynergie/images/ad_125x125.png\";s:18:\"themeZee_ads_url_4\";s:0:\"\";s:20:\"themeZee_ads_image_5\";s:0:\"\";s:18:\"themeZee_ads_url_5\";s:0:\"\";s:20:\"themeZee_ads_image_6\";s:0:\"\";s:18:\"themeZee_ads_url_6\";s:0:\"\";s:20:\"themeZee_ads_image_7\";s:0:\"\";s:18:\"themeZee_ads_url_7\";s:0:\"\";s:20:\"themeZee_ads_image_8\";s:0:\"\";s:18:\"themeZee_ads_url_8\";s:0:\"\";}','yes'),(172,'theme_mods_blackbird','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"custom_menu\";i:2;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1377351442;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:9:{i:0;s:10:\"calendar-2\";i:1;s:6:\"text-2\";i:2;s:6:\"text-3\";i:3;s:19:\"dailyverseswidget-2\";i:4;s:19:\"dailyverseswidget-3\";i:5;s:19:\"dailyverseswidget-4\";i:6;s:19:\"dailyverseswidget-5\";i:7;s:19:\"dailyverseswidget-6\";i:8;s:19:\"dailyverseswidget-7\";}s:19:\"primary-widget-area\";a:1:{i:0;s:7:\"pages-2\";}s:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}}}}','yes'),(1326,'cap_podcast_image','','yes'),(175,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(176,'category_children','a:0:{}','yes'),(181,'recently_activated','a:0:{}','yes'),(225,'church_admin_widget','a:4:{s:5:\"title\";s:13:\"Church Events\";s:6:\"postit\";s:1:\"0\";s:6:\"events\";s:1:\"3\";s:6:\"cat_id\";s:1:\"0\";}','yes'),(190,'gd_pb_db_version','1.0','yes'),(191,'pb_flag_threshhold','3','yes'),(192,'pb_request_form_intro','Fill out the form below with details about your prayer request.','yes'),(193,'pb_request_list_intro','When you pray for one of the requests below, be sure to click on the I prayed for you button so that we can let the requestor know how many times their request has been lifted up.','yes'),(194,'pb_management_page','1','yes'),(195,'pb_email_subject','You Have Been Prayed For','yes'),(196,'pb_reply_to_email','no-reply@mydomain.com','yes'),(197,'pb_email_prefix','Greetings,','yes'),(198,'pb_email_suffix','God Bless,The Staff','yes'),(199,'pb_send_notify_hours','0','yes'),(200,'pb_send_notify_email','test@email.com','yes'),(201,'pb_admin_moderation','0','yes'),(202,'pb_timeframe_display','0','yes'),(203,'pb_page_display','0','yes'),(278,'theme_mods_quark','a:10:{i:0;b:0;s:16:\"background_color\";s:3:\"fff\";s:16:\"background_image\";s:79:\"http://www.belvoirparish.co.uk/wp-content/themes/quark/images/faint-squares.jpg\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:12:\"header_image\";s:77:\"http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/cropped-0001df.jpeg\";s:17:\"header_image_data\";a:5:{s:13:\"attachment_id\";i:42;s:3:\"url\";s:77:\"http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/cropped-0001df.jpeg\";s:13:\"thumbnail_url\";s:77:\"http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/cropped-0001df.jpeg\";s:5:\"width\";i:501;s:6:\"height\";i:64;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1375626322;s:4:\"data\";a:15:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:19:\"dailyverseswidget-2\";i:1;s:19:\"dailyverseswidget-3\";i:2;s:7:\"pages-2\";}s:12:\"sidebar-main\";a:0:{}s:12:\"sidebar-blog\";a:0:{}s:14:\"sidebar-single\";a:0:{}s:12:\"sidebar-page\";a:0:{}s:17:\"frontpage-banner1\";a:0:{}s:17:\"frontpage-banner2\";a:0:{}s:17:\"sidebar-homepage1\";a:1:{i:0;s:19:\"dailyverseswidget-4\";}s:17:\"sidebar-homepage2\";a:1:{i:0;s:21:\"church admin calendar\";}s:17:\"sidebar-homepage3\";a:0:{}s:17:\"sidebar-homepage4\";a:0:{}s:15:\"sidebar-footer1\";a:1:{i:0;s:19:\"dailyverseswidget-6\";}s:15:\"sidebar-footer2\";a:0:{}s:15:\"sidebar-footer3\";a:0:{}s:15:\"sidebar-footer4\";a:0:{}}}}','yes'),(208,'church_admin_people_type','a:2:{i:1;s:5:\"Adult\";i:2;s:5:\"Child\";}','yes'),(209,'church_admin_calendar_width','630','yes'),(210,'church_admin_pdf_size','A4','yes'),(211,'church_admin_label','L7163','yes'),(212,'church_admin_page_limit','30','yes'),(219,'church_admin_levels','a:10:{s:9:\"Directory\";s:13:\"administrator\";s:12:\"Small Groups\";s:13:\"administrator\";s:4:\"Rota\";s:13:\"administrator\";s:6:\"Funnel\";s:13:\"administrator\";s:10:\"Bulk Email\";s:13:\"administrator\";s:8:\"Bulk SMS\";s:13:\"administrator\";s:6:\"Vistor\";s:13:\"administrator\";s:8:\"Calendar\";s:13:\"administrator\";s:10:\"Attendance\";s:13:\"administrator\";s:7:\"Service\";s:13:\"administrator\";}','yes'),(214,'ca_podcast_file_template','

[FILE_TITLE]

[FILE_DOWNLOAD][FILE_TITLE]
[FILE_DESCRIPTION]
[SERIES_NAME]: [SPEAKER_NAME]

','yes'),(215,'ca_podcast_series_template','

[SERIES_NAME]

[SERIES_DESCRIPTION]','yes'),(216,'ca_podcast_speaker_template','

[SPEAKER_NAME]

[SPEAKER_DESCRIPTION]','yes'),(217,'church_admin_version','0.557','yes'),(218,'church_admin_departments','a:2:{i:1;s:18:\"Small Group Leader\";i:2;s:5:\"Elder\";}','yes'),(220,'plugin_error','','yes'),(221,'widget_dailyverseswidget','a:3:{i:4;a:2:{s:5:\"title\";s:22:\"Bible verse of the day\";s:8:\"showlink\";s:1:\"0\";}i:7;a:2:{s:5:\"title\";s:22:\"Bible verse of the day\";s:8:\"showlink\";s:1:\"0\";}s:12:\"_multiwidget\";i:1;}','yes'),(222,'bibleVerseOfTheDay_LastAttempt','1553558508','yes'),(223,'bibleVerseOfTheDay_Date','2019-03-26','yes'),(224,'bibleVerseOfTheDay_Verse','
Let the message of Christ dwell among you richly as you teach and admonish one another with all wisdom through psalms, hymns, and songs from the Spirit, singing to God with gratitude in your hearts.
Colossians 3:16
','yes'),(1263,'cap_logo_image','http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/0001OR1.jpeg','yes'),(1065,'widget_photoswidget','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(230,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(236,'theme_mods_cazuela','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:4:\"main\";i:0;s:6:\"footer\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1371503055;s:4:\"data\";a:11:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:19:\"dailyverseswidget-2\";i:1;s:19:\"dailyverseswidget-3\";}s:15:\"primary-sidebar\";a:1:{i:0;s:7:\"pages-2\";}s:17:\"secondary-sidebar\";a:0:{}s:18:\"footer-widget-area\";N;s:20:\"homepage-widget-area\";N;s:21:\"before-header-sidebar\";N;s:20:\"after-header-sidebar\";N;s:22:\"before-content-sidebar\";N;s:21:\"after-content-sidebar\";N;s:21:\"before-footer-sidebar\";N;s:20:\"after-footer-sidebar\";N;}}}','yes'),(1270,'cap_google_analytics','','yes'),(235,'theme_mods_zeesynergie','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1371498120;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:19:\"dailyverseswidget-2\";i:1;s:19:\"dailyverseswidget-3\";}s:12:\"sidebar-blog\";a:1:{i:0;s:7:\"pages-2\";}s:13:\"sidebar-pages\";a:0:{}}}}','yes'),(1201,'_transient_plugins_delete_result_1','1','yes'),(271,'theme_mods_responsive','a:3:{i:0;b:0;s:12:\"header_image\";s:13:\"remove-header\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1371504203;s:4:\"data\";a:12:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:19:\"dailyverseswidget-2\";i:1;s:19:\"dailyverseswidget-3\";}s:12:\"main-sidebar\";a:1:{i:0;s:7:\"pages-2\";}s:13:\"right-sidebar\";a:0:{}s:12:\"left-sidebar\";N;s:17:\"left-sidebar-half\";N;s:18:\"right-sidebar-half\";N;s:13:\"home-widget-1\";N;s:13:\"home-widget-2\";N;s:13:\"home-widget-3\";N;s:14:\"gallery-widget\";N;s:15:\"colophon-widget\";N;s:10:\"top-widget\";N;}}}','yes'),(279,'optionsframework','a:2:{s:2:\"id\";s:5:\"quark\";s:12:\"knownoptions\";a:1:{i:0;s:5:\"quark\";}}','yes'),(280,'quark','a:14:{s:14:\"social_twitter\";s:33:\"https://twitter.com/belvoirparish\";s:15:\"social_facebook\";s:47:\"https://www.facebook.com/belvoirchurchofireland\";s:17:\"social_googleplus\";s:51:\"https://plus.google.com/110482981838801618064/posts\";s:15:\"social_linkedin\";s:0:\"\";s:13:\"social_github\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:13:\"social_flickr\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:17:\"banner_background\";a:5:{s:5:\"color\";s:7:\"#222222\";s:5:\"image\";s:76:\"http://www.belvoirparish.co.uk/wp-content/themes/quark/images/dark-noise.jpg\";s:6:\"repeat\";s:6:\"repeat\";s:8:\"position\";s:8:\"top left\";s:10:\"attachment\";s:6:\"scroll\";}s:12:\"footer_color\";s:7:\"#222222\";s:14:\"footer_content\";s:110:\"Proudly powered by WordPress\";s:15:\"footer_position\";s:6:\"center\";s:13:\"ga_trackingid\";s:0:\"\";}','yes'),(281,'widget_randombibleversewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(282,'randomBibleVerse_7','
The one whose walk is blameless, who does what is righteous, who speaks the truth from their heart; whose tongue utters no slander, who does no wrong to a neighbor, and casts no slur on others;
Psalms 15:2-3
','yes'),(286,'randomBibleVerse_87','
Dear friends, since God so loved us, we also ought to love one another.
1 John 4:11
','yes'),(293,'_transient_random_seed','ae773b752c53e69f0f9585f5d4135b32','yes'),(1264,'cap_featured_images','true','yes'),(1265,'cap_service_times_title','Service Times','yes'),(1266,'cap_directions_title','Directions','yes'),(348,'sl_db_version','1.9','yes'),(349,'sl_start','2013-06-18 23:25:37','yes'),(350,'sl_map_character_encoding','','yes'),(351,'sl_instruction_message','Enter Your Address or Zip Code Above.','yes'),(352,'sl_admin_locations_per_page','100','yes'),(353,'sl_map_overview_control','0','yes'),(354,'sl_distance_unit','miles','yes'),(355,'sl_load_locations_default','1','yes'),(356,'sl_num_initial_displayed','25','yes'),(357,'sl_website_label','Website','yes'),(358,'sl_directions_label','Directions','yes'),(359,'sl_radius_label','Radius','yes'),(360,'sl_map_type','G_NORMAL_MAP','yes'),(361,'sl_remove_credits','0','yes'),(362,'sl_use_name_search','0','yes'),(363,'sl_use_city_search','1','yes'),(364,'sl_zoom_level','4','yes'),(365,'sl_search_label','Address','yes'),(366,'sl_location_table_view','Normal','yes'),(367,'sl_map_theme','','yes'),(368,'sl_google_map_country','United States','yes'),(369,'sl_google_map_domain','maps.google.com','yes'),(370,'sl_map_end_icon','http://www.belvoirparish.co.uk/wp-content/plugins/store-locator/icons/marker.png','yes'),(371,'sl_map_home_icon','http://www.belvoirparish.co.uk/wp-content/plugins/store-locator/icons/arrow.png','yes'),(372,'sl_map_height','350','yes'),(373,'sl_map_height_units','px','yes'),(374,'sl_map_width','100','yes'),(375,'sl_map_width_units','%','yes'),(376,'sl_map_radii','1,5,10,25,(50),100,200,500','yes'),(380,'ga_version','6.4.4.3','yes'),(1156,'ga_outbound','enabled','yes'),(1155,'ga_event','enabled','yes'),(1154,'ga_extra_after','','yes'),(1153,'ga_extra','','yes'),(1152,'ga_adsense','','yes'),(1151,'ga_dashboard_role','a:1:{i:0;s:13:\"administrator\";}','yes'),(1150,'ga_admin_role','a:1:{i:0;s:13:\"administrator\";}','yes'),(1149,'ga_admin_disable','remove','yes'),(1148,'ga_admin_status','enabled','yes'),(1147,'ga_uid','UA-43465254-1','yes'),(1146,'ga_status','enabled','yes'),(2863,'embed_bible_passages_use_calendar','1','yes'),(2869,'ga_enable_remarketing','1','yes'),(12690,'wpb2d-init-errors','','no'),(2875,'wpb2d-premium-extensions','a:0:{}','no'),(1034,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1035,'widget_adswidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(14791,'ga_disable_gasites','disabled','yes'),(689,'of_template','a:94:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:5:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:143:\"Upload a logo for your theme, or specify the image address of your online logo. (http://yoursite.com/logo.png). Recomended Size: 345px by 70px.\";s:2:\"id\";s:14:\"cap_logo_image\";s:3:\"std\";s:9:\"Image URL\";s:4:\"type\";s:6:\"upload\";}i:2;a:5:{s:4:\"name\";s:15:\"Featured Images\";s:4:\"desc\";s:64:\"Do you want to show the featured image every single post\'s page?\";s:2:\"id\";s:19:\"cap_featured_images\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:3;a:5:{s:4:\"name\";s:21:\"Service Times - Title\";s:4:\"desc\";s:78:\"Enter the Title you want to appear \"Service Times\" area (as seen on the demo).\";s:2:\"id\";s:23:\"cap_service_times_title\";s:3:\"std\";s:13:\"Service Times\";s:4:\"type\";s:4:\"text\";}i:4;a:5:{s:4:\"name\";s:18:\"Directions - Title\";s:4:\"desc\";s:75:\"Enter the Title you want to appear \"Directions\" area (as seen on the demo).\";s:2:\"id\";s:20:\"cap_directions_title\";s:3:\"std\";s:10:\"Directions\";s:4:\"type\";s:4:\"text\";}i:5;a:5:{s:4:\"name\";s:21:\"Welcome Message Title\";s:4:\"desc\";s:65:\"Write the Title for the Welcome Message section on the home page.\";s:2:\"id\";s:17:\"cap_welcome_title\";s:3:\"std\";s:22:\"Welcome to City Church\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:20:\"Welcome Message Text\";s:4:\"desc\";s:64:\"Write the text for the Welcome Message section on the home page.\";s:2:\"id\";s:11:\"cap_welcome\";s:3:\"std\";s:509:\"Welcome information here. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor imperdiet purus eget venenatis. Curabitur posuere facilisis tincidunt. Duis nec odio non nunc venenatis mollis. Nunc a elit justo. Sed porttitor libero vel tortor ullamcorper egestas. Fusce pellentesque quam vel dui scelerisque consequat. Curabitur id sem non sem sodales dignissim. Suspendisse eleifend suscipit pulvinar. Vestibulum accumsan elementum felis, ut elementum enim viverra ut. Aliquam erat volutpat. \";s:4:\"type\";s:8:\"textarea\";}i:7;a:5:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:78:\"Upload a 16px x 16px Png/Gif image that will represent your website\'s favicon.\";s:2:\"id\";s:18:\"cap_custom_favicon\";s:3:\"std\";s:7:\"Favicon\";s:4:\"type\";s:6:\"upload\";}i:8;a:5:{s:4:\"name\";s:13:\"Tracking Code\";s:4:\"desc\";s:117:\"Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme.\";s:2:\"id\";s:20:\"cap_google_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:9;a:2:{s:4:\"name\";s:11:\"Church Info\";s:4:\"type\";s:7:\"heading\";}i:10;a:4:{s:4:\"name\";s:12:\"First Campus\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:101:\"Enter the following information for the first church campus. If you have only 1 leave the rest blank.\";s:4:\"type\";s:4:\"info\";}i:11;a:5:{s:4:\"name\";s:22:\"Church Name - Campus 1\";s:4:\"desc\";s:28:\"Enter the name of the church\";s:2:\"id\";s:17:\"cap_church_name_1\";s:3:\"std\";s:11:\"Church Name\";s:4:\"type\";s:4:\"text\";}i:12;a:5:{s:4:\"name\";s:23:\"Phone Number - Campus 1\";s:4:\"desc\";s:23:\"Enter the phone number.\";s:2:\"id\";s:18:\"cap_phone_number_1\";s:3:\"std\";s:16:\"eg: 111-111-1111\";s:4:\"type\";s:4:\"text\";}i:13;a:5:{s:4:\"name\";s:21:\"Fax Number - Campus 1\";s:4:\"desc\";s:23:\"Enter the phone number.\";s:2:\"id\";s:16:\"cap_fax_number_1\";s:3:\"std\";s:16:\"eg: 111-111-1111\";s:4:\"type\";s:4:\"text\";}i:14;a:5:{s:4:\"name\";s:24:\"Email Address - Campus 1\";s:4:\"desc\";s:24:\"Enter the email address.\";s:2:\"id\";s:11:\"cap_email_1\";s:3:\"std\";s:13:\"Email Address\";s:4:\"type\";s:4:\"text\";}i:15;a:5:{s:4:\"name\";s:24:\"Worship Times - Campus 1\";s:4:\"desc\";s:25:\"Enter your worship times.\";s:2:\"id\";s:19:\"cap_worship_times_1\";s:3:\"std\";s:13:\"Worship Times\";s:4:\"type\";s:4:\"text\";}i:16;a:5:{s:4:\"name\";s:25:\"Street Address - Campus 1\";s:4:\"desc\";s:62:\"Enter your street address. Formatted like this: 51 Fake Street\";s:2:\"id\";s:20:\"cap_street_address_1\";s:3:\"std\";s:14:\"51 Fake Street\";s:4:\"type\";s:4:\"text\";}i:17;a:5:{s:4:\"name\";s:38:\"City, State and Postal Code - Campus 1\";s:4:\"desc\";s:101:\"Enter your City State or province and postal code. Formatted like this: Los Angeles, California 12345\";s:2:\"id\";s:18:\"cap_state_postal_1\";s:3:\"std\";s:29:\"Los Angeles, California 12345\";s:4:\"type\";s:4:\"text\";}i:18;a:4:{s:4:\"name\";s:13:\"Second Campus\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:114:\"Enter the following information for the second church campus. If you have only 1 leave all of the following blank.\";s:4:\"type\";s:4:\"info\";}i:19;a:5:{s:4:\"name\";s:22:\"Church Name - Campus 2\";s:4:\"desc\";s:28:\"Enter the name of the church\";s:2:\"id\";s:17:\"cap_church_name_2\";s:3:\"std\";s:11:\"Church Name\";s:4:\"type\";s:4:\"text\";}i:20;a:5:{s:4:\"name\";s:23:\"Phone Number - Campus 2\";s:4:\"desc\";s:23:\"Enter the phone number.\";s:2:\"id\";s:18:\"cap_phone_number_2\";s:3:\"std\";s:16:\"eg: 111-111-1111\";s:4:\"type\";s:4:\"text\";}i:21;a:5:{s:4:\"name\";s:24:\"Email Address - Campus 2\";s:4:\"desc\";s:24:\"Enter the email address.\";s:2:\"id\";s:11:\"cap_email_2\";s:3:\"std\";s:13:\"Email Address\";s:4:\"type\";s:4:\"text\";}i:22;a:5:{s:4:\"name\";s:24:\"Worship Times - Campus 2\";s:4:\"desc\";s:25:\"Enter your worship times.\";s:2:\"id\";s:19:\"cap_worship_times_2\";s:3:\"std\";s:13:\"Worship Times\";s:4:\"type\";s:4:\"text\";}i:23;a:5:{s:4:\"name\";s:25:\"Street Address - Campus 2\";s:4:\"desc\";s:26:\"Enter your street address.\";s:2:\"id\";s:20:\"cap_street_address_2\";s:3:\"std\";s:18:\"eg: 51 Fake Street\";s:4:\"type\";s:4:\"text\";}i:24;a:5:{s:4:\"name\";s:41:\"State/Province and Postal Code - Campus 2\";s:4:\"desc\";s:44:\"Enter your State or province and postal code\";s:2:\"id\";s:18:\"cap_state_postal_2\";s:3:\"std\";s:19:\"eg: New York, 12345\";s:4:\"type\";s:4:\"text\";}i:25;a:2:{s:4:\"name\";s:13:\"Online Giving\";s:4:\"type\";s:7:\"heading\";}i:26;a:4:{s:4:\"name\";s:18:\"Online Giving Area\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:355:\"These options control the \"Online Giving\" area on the Home Page. You can use this for linking to a page where you accept donations such as Paypal or using it as a \"First Time Here\" area. Fill out the options below accordingly.\";s:4:\"type\";s:4:\"info\";}i:27;a:5:{s:4:\"name\";s:13:\"Section Title\";s:4:\"desc\";s:80:\"Enter the Title you want to appear in the \"Online Giving\" area on the home page.\";s:2:\"id\";s:24:\"cap_donate_section_title\";s:3:\"std\";s:13:\"Online Giving\";s:4:\"type\";s:4:\"text\";}i:28;a:5:{s:4:\"name\";s:19:\"Section Description\";s:4:\"desc\";s:86:\"Enter the description you want to appear in the \"Online Giving\" area on the home page.\";s:2:\"id\";s:30:\"cap_donate_section_description\";s:3:\"std\";s:146:\"EG: Help your local Church meet the needs of the homeless in your local area by using our online giving tool. We will even send you a tax receipt.\";s:4:\"type\";s:8:\"textarea\";}i:29;a:5:{s:4:\"name\";s:12:\"Button Title\";s:4:\"desc\";s:58:\"Enter the Title you want to appear on the \"Donate\" button.\";s:2:\"id\";s:16:\"cap_donate_title\";s:3:\"std\";s:11:\"Give Online\";s:4:\"type\";s:4:\"text\";}i:30;a:5:{s:4:\"name\";s:15:\"Button Link URL\";s:4:\"desc\";s:71:\"Enter the URL where you want the \"Donate\" button to go to when clicked.\";s:2:\"id\";s:15:\"cap_donate_link\";s:3:\"std\";s:14:\"Your Link Here\";s:4:\"type\";s:4:\"text\";}i:31;a:2:{s:4:\"name\";s:16:\"Home Page Slider\";s:4:\"type\";s:7:\"heading\";}i:32;a:4:{s:4:\"name\";s:11:\"First Slide\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:68:\"Enter the following information for the first slide on the home page\";s:4:\"type\";s:4:\"info\";}i:33;a:5:{s:4:\"name\";s:17:\"First Image Slide\";s:4:\"desc\";s:60:\"Upload the 1st image for the home page fader. 940px by 392px\";s:2:\"id\";s:17:\"cap_slider_image1\";s:3:\"std\";s:7:\"1st URL\";s:4:\"type\";s:6:\"upload\";}i:34;a:5:{s:4:\"name\";s:15:\"First Image url\";s:4:\"desc\";s:52:\"Enter the url you want this image to go when clicked\";s:2:\"id\";s:16:\"cap_slider_link1\";s:3:\"std\";s:4:\"Link\";s:4:\"type\";s:4:\"text\";}i:35;a:4:{s:4:\"name\";s:12:\"Second Slide\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:69:\"Enter the following information for the second slide on the home page\";s:4:\"type\";s:4:\"info\";}i:36;a:5:{s:4:\"name\";s:18:\"Second Image Slide\";s:4:\"desc\";s:60:\"Upload the 2nd image for the home page fader. 940px by 392px\";s:2:\"id\";s:17:\"cap_slider_image2\";s:3:\"std\";s:7:\"2nd URL\";s:4:\"type\";s:6:\"upload\";}i:37;a:5:{s:4:\"name\";s:16:\"Second Image url\";s:4:\"desc\";s:52:\"Enter the url you want this image to go when clicked\";s:2:\"id\";s:16:\"cap_slider_link2\";s:3:\"std\";s:4:\"Link\";s:4:\"type\";s:4:\"text\";}i:38;a:4:{s:4:\"name\";s:11:\"Third Slide\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:68:\"Enter the following information for the third slide on the home page\";s:4:\"type\";s:4:\"info\";}i:39;a:5:{s:4:\"name\";s:17:\"Third Image Slide\";s:4:\"desc\";s:60:\"Upload the 3rd image for the home page fader. 940px by 392px\";s:2:\"id\";s:17:\"cap_slider_image3\";s:3:\"std\";s:7:\"3rd URL\";s:4:\"type\";s:6:\"upload\";}i:40;a:5:{s:4:\"name\";s:15:\"Third Image url\";s:4:\"desc\";s:52:\"Enter the url you want this image to go when clicked\";s:2:\"id\";s:16:\"cap_slider_link3\";s:3:\"std\";s:4:\"Link\";s:4:\"type\";s:4:\"text\";}i:41;a:4:{s:4:\"name\";s:12:\"Fourth Slide\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:69:\"Enter the following information for the fourth slide on the home page\";s:4:\"type\";s:4:\"info\";}i:42;a:5:{s:4:\"name\";s:18:\"Fourth Image Slide\";s:4:\"desc\";s:60:\"Upload the 4th image for the home page fader. 940px by 392px\";s:2:\"id\";s:17:\"cap_slider_image4\";s:3:\"std\";s:7:\"4th URL\";s:4:\"type\";s:6:\"upload\";}i:43;a:5:{s:4:\"name\";s:16:\"Fourth Image url\";s:4:\"desc\";s:52:\"Enter the url you want this image to go when clicked\";s:2:\"id\";s:16:\"cap_slider_link4\";s:3:\"std\";s:4:\"Link\";s:4:\"type\";s:4:\"text\";}i:44;a:4:{s:4:\"name\";s:11:\"Fifth Slide\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:68:\"Enter the following information for the fifth slide on the home page\";s:4:\"type\";s:4:\"info\";}i:45;a:5:{s:4:\"name\";s:17:\"Fifth Image Slide\";s:4:\"desc\";s:60:\"Upload the 5th image for the home page fader. 940px by 392px\";s:2:\"id\";s:17:\"cap_slider_image5\";s:3:\"std\";s:7:\"5th URL\";s:4:\"type\";s:6:\"upload\";}i:46;a:5:{s:4:\"name\";s:15:\"Fifth Image url\";s:4:\"desc\";s:52:\"Enter the url you want this image to go when clicked\";s:2:\"id\";s:16:\"cap_slider_link5\";s:3:\"std\";s:4:\"Link\";s:4:\"type\";s:4:\"text\";}i:47;a:4:{s:4:\"name\";s:11:\"Sixth Slide\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:64:\"Enter the following information for the F slide on the home page\";s:4:\"type\";s:4:\"info\";}i:48;a:5:{s:4:\"name\";s:17:\"Sixth Image Slide\";s:4:\"desc\";s:60:\"Upload the 6th image for the home page fader. 940px by 392px\";s:2:\"id\";s:17:\"cap_slider_image6\";s:3:\"std\";s:7:\"6th URL\";s:4:\"type\";s:6:\"upload\";}i:49;a:5:{s:4:\"name\";s:15:\"Sixth Image url\";s:4:\"desc\";s:52:\"Enter the url you want this image to go when clicked\";s:2:\"id\";s:16:\"cap_slider_link6\";s:3:\"std\";s:4:\"Link\";s:4:\"type\";s:4:\"text\";}i:50;a:2:{s:4:\"name\";s:18:\"4 Home Page Images\";s:4:\"type\";s:7:\"heading\";}i:51;a:4:{s:4:\"name\";s:9:\"1st Image\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:78:\"Enter the following information for the first of the 4 images on the home page\";s:4:\"type\";s:4:\"info\";}i:52;a:5:{s:4:\"name\";s:11:\"First Image\";s:4:\"desc\";s:54:\"Upload the 1st image for the home page. 208px by 126px\";s:2:\"id\";s:15:\"cap_home_image1\";s:3:\"std\";s:11:\"First Image\";s:4:\"type\";s:6:\"upload\";}i:53;a:5:{s:4:\"name\";s:16:\"First Image Link\";s:4:\"desc\";s:55:\"Enter the url you want this image to go to when clicked\";s:2:\"id\";s:20:\"cap_home_image1_link\";s:3:\"std\";s:10:\"Image Link\";s:4:\"type\";s:4:\"text\";}i:54;a:4:{s:4:\"name\";s:9:\"2nd Image\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:79:\"Enter the following information for the second of the 4 images on the home page\";s:4:\"type\";s:4:\"info\";}i:55;a:5:{s:4:\"name\";s:12:\"Second Image\";s:4:\"desc\";s:54:\"Upload the 2nd image for the home page. 208px by 126px\";s:2:\"id\";s:15:\"cap_home_image2\";s:3:\"std\";s:12:\"Second Image\";s:4:\"type\";s:6:\"upload\";}i:56;a:5:{s:4:\"name\";s:17:\"Second Image Link\";s:4:\"desc\";s:55:\"Enter the url you want this image to go to when clicked\";s:2:\"id\";s:20:\"cap_home_image2_link\";s:3:\"std\";s:10:\"Image Link\";s:4:\"type\";s:4:\"text\";}i:57;a:4:{s:4:\"name\";s:9:\"3rd Image\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:78:\"Enter the following information for the third of the 4 images on the home page\";s:4:\"type\";s:4:\"info\";}i:58;a:5:{s:4:\"name\";s:11:\"Third Image\";s:4:\"desc\";s:54:\"Upload the 3rd image for the home page. 208px by 126px\";s:2:\"id\";s:15:\"cap_home_image3\";s:3:\"std\";s:11:\"Third Image\";s:4:\"type\";s:6:\"upload\";}i:59;a:5:{s:4:\"name\";s:16:\"Third Image Link\";s:4:\"desc\";s:55:\"Enter the url you want this image to go to when clicked\";s:2:\"id\";s:20:\"cap_home_image3_link\";s:3:\"std\";s:10:\"Image Link\";s:4:\"type\";s:4:\"text\";}i:60;a:4:{s:4:\"name\";s:9:\"4th Image\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:79:\"Enter the following information for the fourth of the 4 images on the home page\";s:4:\"type\";s:4:\"info\";}i:61;a:5:{s:4:\"name\";s:12:\"Fourth Image\";s:4:\"desc\";s:54:\"Upload the 4rd image for the home page. 208px by 126px\";s:2:\"id\";s:15:\"cap_home_image4\";s:3:\"std\";s:11:\"Third Image\";s:4:\"type\";s:6:\"upload\";}i:62;a:5:{s:4:\"name\";s:17:\"Fourth Image Link\";s:4:\"desc\";s:55:\"Enter the url you want this image to go to when clicked\";s:2:\"id\";s:20:\"cap_home_image4_link\";s:3:\"std\";s:10:\"Image Link\";s:4:\"type\";s:4:\"text\";}i:63;a:2:{s:4:\"name\";s:12:\"Social Links\";s:4:\"type\";s:7:\"heading\";}i:64;a:5:{s:4:\"name\";s:16:\"Twitter Username\";s:4:\"desc\";s:27:\"Enter your Twitter Username\";s:2:\"id\";s:20:\"cap_twitter_username\";s:3:\"std\";s:21:\"Your Twitter Username\";s:4:\"type\";s:4:\"text\";}i:65;a:5:{s:4:\"name\";s:14:\"Feedburner URL\";s:4:\"desc\";s:26:\"Enter your Feedburner URL.\";s:2:\"id\";s:14:\"cap_feedburner\";s:3:\"std\";s:20:\"Your Feedburner URL.\";s:4:\"type\";s:4:\"text\";}i:66;a:5:{s:4:\"name\";s:13:\"Feedburner ID\";s:4:\"desc\";s:169:\"Enter your Feedburner ID. Don\'t know your feedburner ID? Click here for instructions\";s:2:\"id\";s:17:\"cap_feedburner_id\";s:3:\"std\";s:19:\"Your Feedburner ID.\";s:4:\"type\";s:4:\"text\";}i:67;a:5:{s:4:\"name\";s:12:\"Facebook URL\";s:4:\"desc\";s:24:\"Enter your Facebook URL.\";s:2:\"id\";s:16:\"cap_facebook_url\";s:3:\"std\";s:18:\"Your Facebook URl.\";s:4:\"type\";s:4:\"text\";}i:68;a:5:{s:4:\"name\";s:11:\"Youtube URL\";s:4:\"desc\";s:23:\"Enter your Youtube URL.\";s:2:\"id\";s:11:\"cap_youtube\";s:3:\"std\";s:17:\"Your Youtube URL.\";s:4:\"type\";s:4:\"text\";}i:69;a:2:{s:4:\"name\";s:27:\"Advertising Widget Settings\";s:4:\"type\";s:7:\"heading\";}i:70;a:4:{s:4:\"name\";s:9:\"1st Image\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:12:\"1st Ad Image\";s:4:\"type\";s:4:\"info\";}i:71;a:5:{s:4:\"name\";s:13:\"Adbox Image 1\";s:4:\"desc\";s:36:\"Upload Adbox Image 1 (119px X 119px)\";s:2:\"id\";s:11:\"cap_adbox_1\";s:3:\"std\";s:15:\"1st Adbox Image\";s:4:\"type\";s:6:\"upload\";}i:72;a:5:{s:4:\"name\";s:18:\"Adbox Image 1 Link\";s:4:\"desc\";s:18:\"Adbox Image 1 Link\";s:2:\"id\";s:16:\"cap_adbox_link_1\";s:3:\"std\";s:14:\"1st Adbox Link\";s:4:\"type\";s:4:\"text\";}i:73;a:4:{s:4:\"name\";s:9:\"2nd Image\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:12:\"2nd Ad Image\";s:4:\"type\";s:4:\"info\";}i:74;a:5:{s:4:\"name\";s:13:\"Adbox Image 2\";s:4:\"desc\";s:36:\"Upload Adbox Image 2 (119px X 119px)\";s:2:\"id\";s:11:\"cap_adbox_2\";s:3:\"std\";s:15:\"2nd Adbox Image\";s:4:\"type\";s:6:\"upload\";}i:75;a:5:{s:4:\"name\";s:18:\"Adbox Image 2 Link\";s:4:\"desc\";s:18:\"Adbox Image 2 Link\";s:2:\"id\";s:16:\"cap_adbox_link_2\";s:3:\"std\";s:14:\"2nd Adbox Link\";s:4:\"type\";s:4:\"text\";}i:76;a:4:{s:4:\"name\";s:9:\"3rd Image\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:12:\"3rd Ad Image\";s:4:\"type\";s:4:\"info\";}i:77;a:5:{s:4:\"name\";s:13:\"Adbox Image 3\";s:4:\"desc\";s:36:\"Upload Adbox Image 3 (119px X 119px)\";s:2:\"id\";s:11:\"cap_adbox_3\";s:3:\"std\";s:15:\"3rd Adbox Image\";s:4:\"type\";s:6:\"upload\";}i:78;a:5:{s:4:\"name\";s:18:\"Adbox Image 3 Link\";s:4:\"desc\";s:18:\"Adbox Image 3 Link\";s:2:\"id\";s:16:\"cap_adbox_link_3\";s:3:\"std\";s:14:\"3rd Adbox Link\";s:4:\"type\";s:4:\"text\";}i:79;a:4:{s:4:\"name\";s:9:\"4th Image\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:12:\"4th Ad Image\";s:4:\"type\";s:4:\"info\";}i:80;a:5:{s:4:\"name\";s:13:\"Adbox Image 4\";s:4:\"desc\";s:36:\"Upload Adbox Image 4 (119px X 119px)\";s:2:\"id\";s:11:\"cap_adbox_4\";s:3:\"std\";s:15:\"4th Adbox Image\";s:4:\"type\";s:6:\"upload\";}i:81;a:5:{s:4:\"name\";s:18:\"Adbox Image 4 Link\";s:4:\"desc\";s:18:\"Adbox Image 4 Link\";s:2:\"id\";s:16:\"cap_adbox_link_4\";s:3:\"std\";s:14:\"4th Adbox Link\";s:4:\"type\";s:4:\"text\";}i:82;a:2:{s:4:\"name\";s:23:\"Sermon Podcast Settings\";s:4:\"type\";s:7:\"heading\";}i:83;a:4:{s:4:\"name\";s:4:\"Info\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:119:\"The Podcast is automatically generated by the sermons you post. Fill out the basic information below to get it started.\";s:4:\"type\";s:4:\"info\";}i:84;a:5:{s:4:\"name\";s:13:\"Podcast Title\";s:4:\"desc\";s:32:\"Enter the title of your podcast.\";s:2:\"id\";s:17:\"cap_podcast_title\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:85;a:5:{s:4:\"name\";s:16:\"Podcast Subtitle\";s:4:\"desc\";s:39:\"Enter a short subtitle for the podcast.\";s:2:\"id\";s:20:\"cap_podcast_subtitle\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:86;a:5:{s:4:\"name\";s:13:\"Podcast Email\";s:4:\"desc\";s:39:\"Enter an email address for the podcast.\";s:2:\"id\";s:9:\"cap_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:87;a:5:{s:4:\"name\";s:14:\"Podcast Author\";s:4:\"desc\";s:32:\"Enter the author of the podcast.\";s:2:\"id\";s:18:\"cap_podcast_author\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:88;a:5:{s:4:\"name\";s:19:\"Podcast Description\";s:4:\"desc\";s:37:\"Enter the description of the podcast.\";s:2:\"id\";s:23:\"cap_podcast_description\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:89;a:5:{s:4:\"name\";s:13:\"Podcast Image\";s:4:\"desc\";s:75:\"Upload an image to represent the podcast. Recommended size 600 x 600 Pixels\";s:2:\"id\";s:17:\"cap_podcast_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:90;a:7:{s:4:\"name\";s:8:\"Category\";s:4:\"desc\";s:34:\"Select a category for your podcast\";s:2:\"id\";s:17:\"cap_podcast_cat_1\";s:3:\"std\";s:5:\"Other\";s:4:\"type\";s:6:\"select\";s:5:\"class\";s:4:\"mini\";s:7:\"options\";a:16:{i:0;s:4:\"Arts\";i:1;s:8:\"Business\";i:2;s:6:\"Comedy\";i:3;s:9:\"Education\";i:4;s:19:\"Games & Hobbies\";i:5;s:30:\"Government & Organizations\";i:6;s:6:\"Health\";i:7;s:17:\"Kids & Family\";i:8;s:5:\"Music\";i:9;s:19:\"News & Politics\";i:10;s:27:\"Religion & Spirituality\";i:11;s:22:\"Science & Medicine\";i:12;s:21:\"Society & Culture\";i:13;s:23:\"Sports & Recreation\";i:14;s:10:\"Technology\";i:15;s:13:\"TV & Film\";}}i:91;a:7:{s:4:\"name\";s:12:\"Sub-Category\";s:4:\"desc\";s:38:\"Select a sub-category for your podcast\";s:2:\"id\";s:17:\"cap_podcast_cat_2\";s:3:\"std\";s:5:\"Other\";s:4:\"type\";s:6:\"select\";s:5:\"class\";s:4:\"mini\";s:7:\"options\";a:52:{i:0;s:6:\"Design\";i:1;s:20:\"Fashion & Beauty\";i:2;s:4:\"Food\";i:3;s:10:\"Literature\";i:4;s:15:\"Performing Arts\";i:5;s:11:\"Visual Arts\";i:6;s:13:\"Business News\";i:7;s:7:\"Careers\";i:8;s:9:\"Investing\";i:9;s:26:\"Management & Marketing\";i:10;s:8:\"Shopping\";i:11;s:9:\"Education\";i:12;s:20:\"Education Technology\";i:13;s:16:\"Higher Education\";i:14;s:4:\"K-12\";i:15;s:16:\"Language Courses\";i:16;s:8:\"Training\";i:17;s:10:\"Automotive\";i:18;s:8:\"Aviation\";i:19;s:7:\"Hobbies\";i:20;s:11:\"Other Games\";i:21;s:11:\"Video Games\";i:22;s:5:\"Local\";i:23;s:8:\"National\";i:24;s:10:\"Non-Profit\";i:25;s:8:\"Regional\";i:26;s:18:\"Alternative Health\";i:27;s:23:\"Fitness & Nutrition\";i:28;s:9:\"Self-Help\";i:29;s:9:\"Sexuality\";i:30;s:8:\"Buddhism\";i:31;s:12:\"Christianity\";i:32;s:8:\"Hinduism\";i:33;s:5:\"Islam\";i:34;s:7:\"Judaism\";i:35;s:5:\"Other\";i:36;s:12:\"Spirituality\";i:37;s:8:\"Medicine\";i:38;s:16:\"Natural Sciences\";i:39;s:15:\"Social Sciences\";i:40;s:7:\"History\";i:41;s:17:\"Personal Journals\";i:42;s:10:\"Philosophy\";i:43;s:19:\"Places & Travel\";i:44;s:7:\"Amateur\";i:45;s:25:\"College & High School\";i:46;s:7:\"Outdoor\";i:47;s:12:\"Professional\";i:48;s:7:\"Gadgets\";i:49;s:9:\"Tech News\";i:50;s:10:\"Podcasting\";i:51;s:15:\"Software How-To\";}}i:92;a:2:{s:4:\"name\";s:15:\"Styling Options\";s:4:\"type\";s:7:\"heading\";}i:93;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:62:\"Quickly add some CSS to your theme by adding it to this block.\";s:2:\"id\";s:14:\"cap_custom_css\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}}','yes'),(690,'of_themename','Micah','yes'),(691,'of_shortname','cap','yes'),(692,'notifier-cache','\r\n301 Moved Permanently\r\n\r\n

301 Moved Permanently

\r\n
nginx
\r\n\r\n\r\n','yes'),(693,'notifier-cache-last-updated','1555164110','yes'),(694,'theme_mods_Micah','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(1327,'cap_podcast_cat_1','Arts','yes'),(1328,'cap_podcast_cat_2','Other','yes'),(1329,'cap_custom_css','','yes'),(1271,'cap_church_name_1','Belvoir Parish Church ','yes'),(1272,'cap_phone_number_1','(028) 9049 1436','yes'),(1273,'cap_fax_number_1','eg: 111-111-1111','yes'),(1274,'cap_email_1','office@belvoirparish.co.uk','yes'),(1275,'cap_worship_times_1','// Sundays 8am - Church open for Prayer // Sundays 9am - Holy Communion // Sundays 11am - Family Service // Thursdays 10.30am - Holy Communion //','yes'),(1276,'cap_street_address_1','21 Dunseverick Avenue','yes'),(1277,'cap_state_postal_1','Belfast BT8 7EB','yes'),(1278,'cap_church_name_2','Church Name','yes'),(1279,'cap_phone_number_2','eg: 111-111-1111','yes'),(1280,'cap_email_2','Email Address','yes'),(1281,'cap_worship_times_2','Worship Times','yes'),(1282,'cap_street_address_2','eg: 51 Fake Street','yes'),(1283,'cap_state_postal_2','eg: New York, 12345','yes'),(1284,'cap_donate_section_title','Visitors','yes'),(1285,'cap_donate_section_description',' ','yes'),(1286,'cap_donate_title','I\'m New','yes'),(1287,'cap_donate_link','http://www.belvoirparish.co.uk/?page_id=51','yes'),(1288,'cap_slider_image1','http://www.belvoirparish.co.uk/wp-content/uploads/2017/10/BPCNewSignWebbanner940x392.png','yes'),(1289,'cap_slider_link1','Link','yes'),(1290,'cap_slider_image2','http://www.belvoirparish.co.uk/wp-content/uploads/2016/09/9lerzZ.jpg','yes'),(1291,'cap_slider_link2','Link','yes'),(33283,'cap_slider_image3','http://www.belvoirparish.co.uk/wp-content/uploads/2018/05/SummerFairwebbanner2940x392-1.png','yes'),(1293,'cap_slider_link3','Link','yes'),(1295,'cap_slider_link4','http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1293','yes'),(1297,'cap_slider_link5','http://www.belvoirparish.co.uk/calendar','yes'),(1299,'cap_slider_link6','Link','yes'),(1300,'cap_home_image1','http://www.belvoirparish.co.uk/wp-content/uploads/2017/12/blog-9.jpg','yes'),(1301,'cap_home_image1_link','http://www.belvoirparish.co.uk/sermonblog','yes'),(1302,'cap_home_image2','http://www.belvoirparish.co.uk/wp-content/uploads/2014/01/00010W.jpeg','yes'),(1303,'cap_home_image2_link','http://www.belvoirparish.co.uk/?page_id=313','yes'),(1304,'cap_home_image3','http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/0001Pr2.jpeg','yes'),(1305,'cap_home_image3_link','http://www.belvoirparish.co.uk/?page_id=104','yes'),(1306,'cap_home_image4','http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/0001Vh1.jpeg','yes'),(1307,'cap_home_image4_link','http://www.belvoirparish.co.uk/?page_id=76','yes'),(1308,'cap_twitter_username','belvoirparish','yes'),(1309,'cap_feedburner','Your Feedburner URL.','yes'),(1310,'cap_feedburner_id','Your Feedburner ID.','yes'),(1311,'cap_facebook_url','https://www.facebook.com/belvoirchurchofireland?fref=ts','yes'),(1312,'cap_youtube','Your Youtube URL.','yes'),(1313,'cap_adbox_1','1st Adbox Image','yes'),(1314,'cap_adbox_link_1','1st Adbox Link','yes'),(1315,'cap_adbox_2','2nd Adbox Image','yes'),(1316,'cap_adbox_link_2','2nd Adbox Link','yes'),(1317,'cap_adbox_3','3rd Adbox Image','yes'),(1318,'cap_adbox_link_3','3rd Adbox Link','yes'),(1319,'cap_adbox_4','4th Adbox Image','yes'),(1320,'cap_adbox_link_4','4th Adbox Link','yes'),(1321,'cap_podcast_title','','yes'),(1322,'cap_podcast_subtitle','','yes'),(1323,'cap_email','','yes'),(1324,'cap_podcast_author','','yes'),(1325,'cap_podcast_description','','yes'),(762,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(763,'randomBibleVerse_42','
What shall we say, then? Shall we go on sinning so that grace may increase? By no means! We are those who have died to sin; how can we live in it any longer?
Romans 6:1-2
','yes'),(764,'randomBibleVerse_37','
Ill-gotten treasures have no lasting value, but righteousness delivers from death.
Proverbs 10:2
','yes'),(791,'randomBibleVerse_40','
But Scripture has locked up everything under the control of sin, so that what was promised, being given through faith in Jesus Christ, might be given to those who believe.
Galatians 3:22
','yes'),(766,'randomBibleVerse_12','
No one lights a lamp and hides it in a clay jar or puts it under a bed. Instead, they put it on a stand, so that those who come in can see the light.
Luke 8:16
','yes'),(767,'randomBibleVerse_31','
Good will come to those who are generous and lend freely, who conduct their affairs with justice.
Psalms 112:5
','yes'),(768,'randomBibleVerse_66','
The Lord is with me; I will not be afraid. What can mere mortals do to me?
Psalms 118:6
','yes'),(769,'randomBibleVerse_69','
For the Spirit God gave us does not make us timid, but gives us power, love and self-discipline.
2 Timothy 1:7
','yes'),(770,'randomBibleVerse_16','
He said to them, “Go into all the world and preach the gospel to all creation.
Mark 16:15
','yes'),(771,'randomBibleVerse_89','
Therefore encourage one another and build each other up, just as in fact you are doing.
1 Thessalonians 5:11
','yes'),(772,'randomBibleVerse_27','
A gossip betrays a confidence, but a trustworthy person keeps a secret.
Proverbs 11:13
','yes'),(773,'randomBibleVerse_86','
But many who are first will be last, and many who are last will be first.
Matthew 19:30
','yes'),(774,'randomBibleVerse_58','
Do not work for food that spoils, but for food that endures to eternal life, which the Son of Man will give you. For on him God the Father has placed his seal of approval.
John 6:27
','yes'),(775,'randomBibleVerse_6','
No one should seek their own good, but the good of others.
1 Corinthians 10:24
','yes'),(776,'randomBibleVerse_100','
The crowds that went ahead of him and those that followed shouted, “Hosanna to the Son of David! Blessed is he who comes in the name of the Lord! Hosanna in the highest heaven!”
Matthew 21:9
','yes'),(777,'randomBibleVerse_47','
For if you forgive other people when they sin against you, your heavenly Father will also forgive you.
Matthew 6:14
','yes'),(778,'randomBibleVerse_48','
“Go,” said Jesus, “your faith has healed you.” Immediately he received his sight and followed Jesus along the road.
Mark 10:52
','yes'),(779,'randomBibleVerse_59','
Can a man walk on hot coals without his feet being scorched?
Proverbs 6:28
','yes'),(780,'randomBibleVerse_11','
There is no one holy like the Lord; there is no one besides you; there is no Rock like our God.
1 Samuel 2:2
','yes'),(783,'randomBibleVerse_76','
For there is one God and one mediator between God and mankind, the man Christ Jesus,
1 Timothy 2:5
','yes'),(781,'randomBibleVerse_70','
We love because He first loved us.
1 John 4:19
','yes'),(782,'randomBibleVerse_74','
Surely he took up our pain and bore our suffering, yet we considered him punished by God, stricken by him, and afflicted.
Isaiah 53:4
','yes'),(784,'randomBibleVerse_75','
God made him who had no sin to be sin for us, so that in him we might become the righteousness of God.
2 Corinthians 5:21
','yes'),(785,'randomBibleVerse_65','
Seek good, not evil, that you may live. Then the Lord God Almighty will be with you, just as you say he is.
Amos 5:14
','yes'),(786,'randomBibleVerse_62','
For the grace of God has appeared that offers salvation to all people. It teaches us to say “No” to ungodliness and worldly passions, and to live self-controlled, upright and godly lives in this present age.
Titus 2:11-12
','yes'),(787,'randomBibleVerse_23','
Surely the righteous will never be shaken; they will be remembered forever.
Psalms 112:6
','yes'),(788,'randomBibleVerse_17','
Walk in obedience to all that the Lord your God has commanded you, so that you may live and prosper and prolong your days in the land that you will possess.
Deuteronomy 5:33
','yes'),(790,'randomBibleVerse_90','
However, as it is written: What no eye has seen, what no ear has heard, and what no human mind has conceived — the things God has prepared for those who love him.
1 Corinthians 2:9
','yes'),(792,'randomBibleVerse_78','
All the believers were one in heart and mind. No one claimed that any of their possessions was their own, but they shared everything they had.
Acts 4:32
','yes'),(793,'randomBibleVerse_5','
Do not wear yourself out to get rich; do not trust your own cleverness.
Proverbs 23:4
','yes'),(794,'randomBibleVerse_36','
He who testifies to these things says, “Yes, I am coming soon.” Amen. Come, Lord Jesus.
Revelation 22:20
','yes'),(795,'randomBibleVerse_88','
No one has ever seen God; but if we love one another, God lives in us and his love is made complete in us.
1 John 4:12
','yes'),(796,'randomBibleVerse_53','
Do nothing out of selfish ambition or vain conceit. Rather, in humility value others above yourselves,
Philippians 2:3
','yes'),(797,'randomBibleVerse_41','
One thing I ask from the Lord, this only do I seek: that I may dwell in the house of the Lord all the days of my life, to gaze on the beauty of the Lord and to seek him in his temple.
Psalms 27:4
','yes'),(798,'randomBibleVerse_2','
Look at the birds of the air; they do not sow or reap or store away in barns, and yet your heavenly Father feeds them. Are you not much more valuable than they?
Matthew 6:26
','yes'),(799,'randomBibleVerse_0','
In the beginning God created the heavens and the earth. Now the earth was formless and empty, darkness was over the surface of the deep, and the Spirit of God was hovering over the waters.
Genesis 1:1-2
','yes'),(800,'randomBibleVerse_79','
Like newborn babies, crave pure spiritual milk, so that by it you may grow up in your salvation.
1 Peter 2:2
','yes'),(801,'randomBibleVerse_34','
and every tongue acknowledge that Jesus Christ is Lord, to the glory of God the Father.
Philippians 2:11
','yes'),(802,'randomBibleVerse_46','
I have set my rainbow in the clouds, and it will be the sign of the covenant between me and the earth.
Genesis 9:13
','yes'),(803,'randomBibleVerse_21','
Brothers and sisters, if someone is caught in a sin, you who live by the Spirit should restore that person gently. But watch yourselves, or you also may be tempted.
Galatians 6:1
','yes'),(804,'randomBibleVerse_99','
You, Lord, are forgiving and good, abounding in love to all who call to you.
Psalms 86:5
','yes'),(805,'randomBibleVerse_54','
he builds his lofty palace in the heavens and sets its foundation on the earth; he calls for the waters of the sea and pours them out over the face of the land— the Lord is his name.
Amos 9:6
','yes'),(806,'randomBibleVerse_85','
But he knows the way that I take; when he has tested me, I will come forth as gold. My feet have closely followed his steps; I have kept to his way without turning aside.
Job 23:10-11
','yes'),(807,'randomBibleVerse_96','
Therefore keep watch, because you do not know on what day your Lord will come.
Matthew 24:42
','yes'),(808,'randomBibleVerse_50','
What shall we say, then? Is the law sinful? Certainly not! Nevertheless, I would not have known what sin was had it not been for the law. For I would not have known what coveting really was if the law had not said, “You shall not covet.”
Romans 7:7
','yes'),(809,'randomBibleVerse_43','
It is a trap to dedicate something rashly and only later to consider one’s vows.
Proverbs 20:25
','yes'),(1269,'cap_custom_favicon','http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/Belvoirfacebooklogo.jpg','yes'),(1267,'cap_welcome_title','Welcome to Belvoir Parish','yes'),(1268,'cap_welcome','Thanks for visiting our website. Feel free to take a few moments to browse our site to discover more about Belvoir Parish. \r\nIf you are looking for a church or have questions about how to know Jesus, we would love to help you in any way that we can. We are a relaxed church where everyone is welcome.','yes'),(2862,'embed_bible_passages_show_poweredby','1','yes'),(1396,'ewmi_settings','a:2:{s:17:\"mailchimp_api_key\";s:36:\"ead44687a746acc33dc1115f77b92f79-us7\";s:27:\"mailchimp_subscribe_message\";s:0:\"\";}','yes'),(1177,'key_ga_show_ad','1','yes'),(1178,'sl_db_prefix','wp_','yes'),(1132,'CookieLawInfo-0.9','a:74:{s:18:\"animate_speed_hide\";s:3:\"500\";s:18:\"animate_speed_show\";s:3:\"500\";s:10:\"background\";s:4:\"#fff\";s:14:\"background_url\";s:0:\"\";s:6:\"border\";s:4:\"#444\";s:9:\"border_on\";b:1;s:13:\"button_1_text\";s:6:\"Accept\";s:12:\"button_1_url\";s:1:\"#\";s:15:\"button_1_action\";s:27:\"#cookie_action_close_header\";s:20:\"button_1_link_colour\";s:4:\"#fff\";s:16:\"button_1_new_win\";b:0;s:18:\"button_1_as_button\";b:1;s:22:\"button_1_button_colour\";s:4:\"#000\";s:20:\"button_1_button_size\";s:6:\"medium\";s:13:\"button_2_text\";s:9:\"Read More\";s:12:\"button_2_url\";s:30:\"http://www.belvoirparish.co.uk\";s:15:\"button_2_action\";s:17:\"CONSTANT_OPEN_URL\";s:20:\"button_2_link_colour\";s:4:\"#444\";s:16:\"button_2_new_win\";b:1;s:18:\"button_2_as_button\";b:0;s:22:\"button_2_button_colour\";s:4:\"#333\";s:20:\"button_2_button_size\";s:6:\"medium\";s:17:\"button_2_url_type\";s:3:\"url\";s:13:\"button_2_page\";s:1:\"0\";s:16:\"button_2_hidebar\";b:1;s:13:\"button_3_text\";s:6:\"Reject\";s:12:\"button_3_url\";s:1:\"#\";s:15:\"button_3_action\";s:34:\"#cookie_action_close_header_reject\";s:20:\"button_3_link_colour\";s:4:\"#fff\";s:16:\"button_3_new_win\";b:0;s:18:\"button_3_as_button\";b:1;s:22:\"button_3_button_colour\";s:4:\"#000\";s:20:\"button_3_button_size\";s:6:\"medium\";s:13:\"button_4_text\";s:8:\"Settings\";s:12:\"button_4_url\";s:1:\"#\";s:15:\"button_4_action\";s:23:\"#cookie_action_settings\";s:20:\"button_4_link_colour\";s:4:\"#fff\";s:16:\"button_4_new_win\";b:0;s:18:\"button_4_as_button\";b:1;s:22:\"button_4_button_colour\";s:4:\"#000\";s:20:\"button_4_button_size\";s:6:\"medium\";s:11:\"font_family\";s:7:\"inherit\";s:10:\"header_fix\";b:0;s:5:\"is_on\";b:1;s:8:\"is_eu_on\";b:0;s:10:\"logging_on\";b:0;s:19:\"notify_animate_hide\";b:1;s:19:\"notify_animate_show\";b:0;s:13:\"notify_div_id\";s:20:\"#cookie-law-info-bar\";s:26:\"notify_position_horizontal\";s:5:\"right\";s:24:\"notify_position_vertical\";s:6:\"bottom\";s:14:\"notify_message\";s:151:\"This website uses cookies to improve your experience. We\\\'ll assume you\\\'re ok with this, but you can opt-out if you wish.[cookie_button] [cookie_link]\";s:12:\"scroll_close\";b:0;s:19:\"scroll_close_reload\";b:0;s:19:\"accept_close_reload\";b:0;s:19:\"reject_close_reload\";b:0;s:20:\"showagain_background\";s:4:\"#fff\";s:16:\"showagain_border\";s:4:\"#000\";s:14:\"showagain_text\";s:24:\"Privacy & Cookies Policy\";s:16:\"showagain_div_id\";s:22:\"#cookie-law-info-again\";s:13:\"showagain_tab\";b:1;s:20:\"showagain_x_position\";s:5:\"100px\";s:4:\"text\";s:4:\"#000\";s:17:\"use_colour_picker\";b:1;s:12:\"show_once_yn\";b:0;s:9:\"show_once\";s:5:\"10000\";s:9:\"is_GMT_on\";b:1;s:8:\"as_popup\";b:0;s:13:\"popup_overlay\";b:1;s:16:\"bar_heading_text\";s:0:\"\";s:13:\"cookie_bar_as\";s:6:\"banner\";s:24:\"popup_showagain_position\";s:12:\"bottom-right\";s:15:\"widget_position\";s:4:\"left\";s:12:\"is_reject_on\";b:0;}','yes'),(1207,'embed_bible_passages_access_key','71274056201ef276','yes'),(1157,'ga_outbound_prefix','outgoing','yes'),(1158,'ga_downloads','','yes'),(1159,'ga_downloads_prefix','download','yes'),(1160,'ga_widgets','enabled','yes'),(1161,'ga_annon','0','yes'),(1162,'ga_defaults','no','yes'),(1163,'ga_google_token','4/nJ0QkXbmu6q7iRykuhHwcb5-XqmQ.MlCXo7Iq3SYROl05ti8ZT3Z5Tk5jgQI','yes'),(1164,'ga_google_authtoken','{\"access_token\":\"ya29.AHES6ZSBFUobNqStHQ2KAH_dAaT77fZ8ZCDzRpibdqNpNfg\",\"token_type\":\"Bearer\",\"expires_in\":3600,\"refresh_token\":\"1\\/fs8yZZzgjO266hrM_L3ZiUKMxeqnM6D9Pi1h6RiluJg\",\"created\":1377369946}','yes'),(541048,'simple-calendar_version','3.1.20','yes'),(1167,'gce_general','a:6:{s:10:\"stylesheet\";s:42:\"http://www.belvoirparish.co.uk/?page_id=77\";s:10:\"javascript\";b:0;s:7:\"loading\";s:10:\"Loading...\";s:5:\"error\";s:69:\"Events cannot currently be displayed, sorry! Please check back later.\";s:6:\"fields\";b:1;s:14:\"old_stylesheet\";b:0;}','yes'),(2870,'key_ga_track_login','1','yes'),(12687,'ga_analytic_snippet','enabled','yes'),(12688,'ga_admin_disable_DimentionIndex','','yes'),(12689,'ga_enhanced_link_attr','disabled','yes'),(15119,'cap_slider_image5','http://www.belvoirparish.co.uk/wp-content/uploads/2018/01/ce5b1d7cc1b8067e171b7d0e3260ecf2-scripture-quotes-faith-quotes.jpg','yes'),(52365,'gce_cpt_setup','1','yes'),(52378,'WPLANG','','yes'),(52362,'gce_settings_general','a:2:{s:13:\"save_settings\";i:1;s:14:\"always_enqueue\";i:1;}','yes'),(258682,'of_options','a:68:{s:14:\"cap_logo_image\";s:70:\"http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/0001OR1.jpeg\";s:19:\"cap_featured_images\";s:4:\"true\";s:23:\"cap_service_times_title\";s:13:\"Service Times\";s:20:\"cap_directions_title\";s:10:\"Directions\";s:17:\"cap_welcome_title\";s:25:\"Welcome to Belvoir Parish\";s:11:\"cap_welcome\";s:301:\"Thanks for visiting our website. Feel free to take a few moments to browse our site to discover more about Belvoir Parish. \r\nIf you are looking for a church or have questions about how to know Jesus, we would love to help you in any way that we can. We are a relaxed church where everyone is welcome.\";s:18:\"cap_custom_favicon\";s:81:\"http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/Belvoirfacebooklogo.jpg\";s:20:\"cap_google_analytics\";s:432:\"\";s:0:\"\";s:119:\"The Podcast is automatically generated by the sermons you post. Fill out the basic information below to get it started.\";s:17:\"cap_church_name_1\";s:22:\"Belvoir Parish Church \";s:18:\"cap_phone_number_1\";s:15:\"(028) 9049 1436\";s:16:\"cap_fax_number_1\";s:16:\"eg: 111-111-1111\";s:11:\"cap_email_1\";s:26:\"office@belvoirparish.co.uk\";s:19:\"cap_worship_times_1\";s:119:\"Sunday 9am - Holy Communion Sunday 11am - Morning Worship Sunday 4.30pm Evening Prayer Thurs 10.30am - Holy Communion\";s:20:\"cap_street_address_1\";s:21:\"21 Dunseverick Avenue\";s:18:\"cap_state_postal_1\";s:15:\"Belfast BT8 7EB\";s:17:\"cap_church_name_2\";s:11:\"Church Name\";s:18:\"cap_phone_number_2\";s:16:\"eg: 111-111-1111\";s:11:\"cap_email_2\";s:13:\"Email Address\";s:19:\"cap_worship_times_2\";s:13:\"Worship Times\";s:20:\"cap_street_address_2\";s:18:\"eg: 51 Fake Street\";s:18:\"cap_state_postal_2\";s:19:\"eg: New York, 12345\";s:24:\"cap_donate_section_title\";s:8:\"Visitors\";s:30:\"cap_donate_section_description\";s:3:\" \";s:16:\"cap_donate_title\";s:7:\"I\'m New\";s:15:\"cap_donate_link\";s:42:\"http://www.belvoirparish.co.uk/?page_id=51\";s:17:\"cap_slider_image1\";s:70:\"http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/unnamed3.jpg\";s:16:\"cap_slider_link1\";s:4:\"Link\";s:17:\"cap_slider_image2\";s:69:\"http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/0001jZ.jpeg\";s:16:\"cap_slider_link2\";s:4:\"Link\";s:17:\"cap_slider_image3\";s:106:\"http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/4te7OSWoN2DeYpbdFUVlgQoZEGxaSU0kTK1Ub7OTcQY1.jpg\";s:16:\"cap_slider_link3\";s:4:\"Link\";s:17:\"cap_slider_image4\";s:85:\"http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/5BlessingsWebSiteBanner.jpg\";s:16:\"cap_slider_link4\";s:4:\"Link\";s:17:\"cap_slider_image5\";s:79:\"http://www.belvoirparish.co.uk/wp-content/uploads/2015/03/get_connected_052.jpg\";s:16:\"cap_slider_link5\";s:39:\"http://www.belvoirparish.co.uk/calendar\";s:17:\"cap_slider_image6\";s:69:\"http://www.belvoirparish.co.uk/wp-content/uploads/2015/05/0001WS.jpeg\";s:16:\"cap_slider_link6\";s:4:\"Link\";s:15:\"cap_home_image1\";s:70:\"http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/0001f73.jpeg\";s:20:\"cap_home_image1_link\";s:42:\"http://www.belvoirparish.co.uk/?page_id=87\";s:15:\"cap_home_image2\";s:69:\"http://www.belvoirparish.co.uk/wp-content/uploads/2014/01/00010W.jpeg\";s:20:\"cap_home_image2_link\";s:43:\"http://www.belvoirparish.co.uk/?page_id=313\";s:15:\"cap_home_image3\";s:70:\"http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/0001Pr2.jpeg\";s:20:\"cap_home_image3_link\";s:43:\"http://www.belvoirparish.co.uk/?page_id=104\";s:15:\"cap_home_image4\";s:70:\"http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/0001Vh1.jpeg\";s:20:\"cap_home_image4_link\";s:42:\"http://www.belvoirparish.co.uk/?page_id=76\";s:20:\"cap_twitter_username\";s:13:\"belvoirparish\";s:14:\"cap_feedburner\";s:20:\"Your Feedburner URL.\";s:17:\"cap_feedburner_id\";s:19:\"Your Feedburner ID.\";s:16:\"cap_facebook_url\";s:55:\"https://www.facebook.com/belvoirchurchofireland?fref=ts\";s:11:\"cap_youtube\";s:17:\"Your Youtube URL.\";s:11:\"cap_adbox_1\";s:15:\"1st Adbox Image\";s:16:\"cap_adbox_link_1\";s:14:\"1st Adbox Link\";s:11:\"cap_adbox_2\";s:15:\"2nd Adbox Image\";s:16:\"cap_adbox_link_2\";s:14:\"2nd Adbox Link\";s:11:\"cap_adbox_3\";s:15:\"3rd Adbox Image\";s:16:\"cap_adbox_link_3\";s:14:\"3rd Adbox Link\";s:11:\"cap_adbox_4\";s:15:\"4th Adbox Image\";s:16:\"cap_adbox_link_4\";s:14:\"4th Adbox Link\";s:17:\"cap_podcast_title\";s:0:\"\";s:20:\"cap_podcast_subtitle\";s:0:\"\";s:9:\"cap_email\";s:0:\"\";s:18:\"cap_podcast_author\";s:0:\"\";s:23:\"cap_podcast_description\";s:0:\"\";s:17:\"cap_podcast_image\";s:0:\"\";s:17:\"cap_podcast_cat_1\";s:4:\"Arts\";s:17:\"cap_podcast_cat_2\";s:5:\"Other\";s:14:\"cap_custom_css\";s:0:\"\";}','yes'),(208899,'cap_slider_image6','http://www.belvoirparish.co.uk/wp-content/uploads/2018/01/155827-Corrie-ten-Boom-Quote-There-is-no-pit-so-deep-that-God-s-love-is.jpg','yes'),(269132,'embed_bible_passages_audio_format','flash','yes'),(269263,'widget_googlestats','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(269264,'widget_gce_widget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(269265,'widget_linkswidget','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(269266,'widget_tag_cloud','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(541029,'calendar_feed_children','a:0:{}','yes'),(541030,'calendar_type_children','a:0:{}','yes'),(541031,'simple-calendar_settings_feeds','a:1:{s:6:\"google\";a:1:{s:7:\"api_key\";s:0:\"\";}}','yes'),(541032,'simple-calendar_settings_advanced','a:1:{s:6:\"assets\";a:1:{s:11:\"disable_css\";s:0:\"\";}}','yes'),(571877,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(565284,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(565285,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(565286,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(541053,'rewrite_rules','a:141:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:53:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:48:\"category/(.+?)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:50:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:45:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:51:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:46:\"type/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:36:\"cpt_news/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"cpt_news/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"cpt_news/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"cpt_news/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"cpt_news/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"cpt_news/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"cpt_news/([^/]+)/embed/?$\";s:41:\"index.php?cpt_news=$matches[1]&embed=true\";s:29:\"cpt_news/([^/]+)/trackback/?$\";s:35:\"index.php?cpt_news=$matches[1]&tb=1\";s:37:\"cpt_news/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?cpt_news=$matches[1]&paged=$matches[2]\";s:44:\"cpt_news/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?cpt_news=$matches[1]&cpage=$matches[2]\";s:33:\"cpt_news/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?cpt_news=$matches[1]&page=$matches[2]\";s:25:\"cpt_news/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"cpt_news/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"cpt_news/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"cpt_news/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"cpt_news/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"cpt_news/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"cpt_events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"cpt_events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"cpt_events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"cpt_events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"cpt_events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"cpt_events/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"cpt_events/([^/]+)/embed/?$\";s:43:\"index.php?cpt_events=$matches[1]&embed=true\";s:31:\"cpt_events/([^/]+)/trackback/?$\";s:37:\"index.php?cpt_events=$matches[1]&tb=1\";s:39:\"cpt_events/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?cpt_events=$matches[1]&paged=$matches[2]\";s:46:\"cpt_events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?cpt_events=$matches[1]&cpage=$matches[2]\";s:35:\"cpt_events/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?cpt_events=$matches[1]&page=$matches[2]\";s:27:\"cpt_events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"cpt_events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"cpt_events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cpt_events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"cpt_events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"cpt_events/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"cpt_sermons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"cpt_sermons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"cpt_sermons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cpt_sermons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"cpt_sermons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"cpt_sermons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"cpt_sermons/([^/]+)/embed/?$\";s:44:\"index.php?cpt_sermons=$matches[1]&embed=true\";s:32:\"cpt_sermons/([^/]+)/trackback/?$\";s:38:\"index.php?cpt_sermons=$matches[1]&tb=1\";s:40:\"cpt_sermons/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?cpt_sermons=$matches[1]&paged=$matches[2]\";s:47:\"cpt_sermons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?cpt_sermons=$matches[1]&cpage=$matches[2]\";s:36:\"cpt_sermons/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?cpt_sermons=$matches[1]&page=$matches[2]\";s:28:\"cpt_sermons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"cpt_sermons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"cpt_sermons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cpt_sermons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"cpt_sermons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"cpt_sermons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"cpt_photoalbums/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"cpt_photoalbums/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:79:\"cpt_photoalbums/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:74:\"cpt_photoalbums/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"cpt_photoalbums/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"cpt_photoalbums/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"cpt_photoalbums/([^/]+)/embed/?$\";s:48:\"index.php?cpt_photoalbums=$matches[1]&embed=true\";s:36:\"cpt_photoalbums/([^/]+)/trackback/?$\";s:42:\"index.php?cpt_photoalbums=$matches[1]&tb=1\";s:44:\"cpt_photoalbums/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?cpt_photoalbums=$matches[1]&paged=$matches[2]\";s:51:\"cpt_photoalbums/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?cpt_photoalbums=$matches[1]&cpage=$matches[2]\";s:40:\"cpt_photoalbums/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?cpt_photoalbums=$matches[1]&page=$matches[2]\";s:32:\"cpt_photoalbums/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"cpt_photoalbums/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"cpt_photoalbums/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"cpt_photoalbums/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"cpt_photoalbums/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"cpt_photoalbums/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:38:\"feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:33:\"(feed|rdf|rss|rss2|atom|audio)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:47:\"comments/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:42:\"comments/(feed|rdf|rss|rss2|atom|audio)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:50:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:45:\"search/(.+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:53:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:48:\"author/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:75:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:70:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|audio)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:62:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:57:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom|audio)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:49:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:44:\"([0-9]{4})/(feed|rdf|rss|rss2|atom|audio)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:44:\"alpha/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:39:\"alpha/(feed|rdf|rss|rss2|atom|audio)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:14:\"alpha/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"alpha/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:33:\"alpha/comment-page-([0-9]{1,})/?$\";s:28:\"index.php?&cpage=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:46:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom|audio)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:41:\"(.?.+?)/(feed|rdf|rss|rss2|atom|audio)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(759816,'widget_gadwp-frontwidget-report','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(767626,'_site_transient_php_check_a5907c2ea4d6fbd7e531b3aa7734f0e4','a:5:{s:19:\"recommended_version\";s:3:\"7.3\";s:15:\"minimum_version\";s:5:\"5.2.4\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:0;s:13:\"is_acceptable\";b:1;}','no'),(767627,'_site_transient_timeout_browser_3b0fe03a0787b222b195ef9054f4cf63','1555751360','no'),(767628,'_site_transient_browser_3b0fe03a0787b222b195ef9054f4cf63','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"72.0.3626.121\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(759818,'_amn_exact-metrics_last_checked','1553126400','yes'),(759821,'exactmetrics_tracking_notice','1','yes'),(767639,'_site_transient_timeout_browser_7633b6fff3875069843b1efa82426ca5','1555768902','no'),(767640,'_site_transient_browser_7633b6fff3875069843b1efa82426ca5','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"66.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(767625,'_site_transient_timeout_php_check_a5907c2ea4d6fbd7e531b3aa7734f0e4','1555751331','no'),(767624,'_site_transient_browser_c83a53d6cd1d4a8f74a2a6d429db3db6','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"66.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(594129,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(258772,'finished_splitting_shared_terms','1','yes'),(307955,'site_icon','0','yes'),(307956,'medium_large_size_w','768','yes'),(307957,'medium_large_size_h','0','yes'),(541979,'fresh_site','0','yes'),(541408,'cap_slider_image4','http://www.belvoirparish.co.uk/wp-content/uploads/2017/01/thumb.jpg','yes'),(759765,'wp_page_for_privacy_policy','0','yes'),(759766,'show_comments_cookies_opt_in','1','yes'),(759815,'gadwp_options','{\"client_id\":\"\",\"client_secret\":\"\",\"access_front\":[\"administrator\"],\"access_back\":[\"administrator\"],\"tableid_jail\":\"\",\"theme_color\":\"#1e73be\",\"switch_profile\":0,\"tracking_type\":\"universal\",\"ga_anonymize_ip\":0,\"user_api\":0,\"ga_event_tracking\":0,\"ga_event_downloads\":\"zip|mp3*|mpe*g|pdf|docx*|pptx*|xlsx*|rar*\",\"track_exclude\":[],\"ga_target_geomap\":\"\",\"ga_realtime_pages\":10,\"token\":\"\",\"ga_profiles_list\":[],\"ga_enhanced_links\":0,\"ga_remarketing\":0,\"network_mode\":0,\"ga_speed_samplerate\":1,\"ga_user_samplerate\":100,\"ga_event_bouncerate\":0,\"ga_crossdomain_tracking\":0,\"ga_crossdomain_list\":\"\",\"ga_author_dimindex\":0,\"ga_category_dimindex\":0,\"ga_tag_dimindex\":0,\"ga_user_dimindex\":0,\"ga_pubyear_dimindex\":0,\"ga_pubyearmonth_dimindex\":0,\"ga_aff_tracking\":0,\"ga_event_affiliates\":\"\\/out\\/\",\"automatic_updates_minorversion\":1,\"backend_item_reports\":1,\"backend_realtime_report\":0,\"frontend_item_reports\":0,\"dashboard_widget\":1,\"api_backoff\":0,\"ga_cookiedomain\":\"\",\"ga_cookiename\":\"\",\"ga_cookieexpires\":\"\",\"pagetitle_404\":\"Page Not Found\",\"maps_api_key\":\"\",\"tm_author_var\":0,\"tm_category_var\":0,\"tm_tag_var\":0,\"tm_user_var\":0,\"tm_pubyear_var\":0,\"tm_pubyearmonth_var\":0,\"web_containerid\":\"\",\"amp_containerid\":\"\",\"amp_tracking_tagmanager\":0,\"amp_tracking_analytics\":0,\"amp_tracking_clientidapi\":0,\"trackingcode_infooter\":0,\"trackingevents_infooter\":0,\"ecommerce_mode\":\"disabled\",\"ga_formsubmit_tracking\":0,\"optimize_tracking\":0,\"optimize_containerid\":\"\",\"optimize_pagehiding\":0,\"superadmin_tracking\":0,\"ga_pagescrolldepth_tracking\":0,\"tm_pagescrolldepth_tracking\":0,\"ga_event_precision\":0,\"ga_force_ssl\":0,\"with_endpoint\":1,\"ga_optout\":0,\"ga_dnt_optout\":0,\"tm_optout\":0,\"tm_dnt_optout\":0,\"ga_with_gtag\":0,\"usage_tracking\":0,\"hide_am_notices\":0,\"network_hide_am_notices\":0,\"ga_enhanced_excludesa\":0,\"ga_hash_tracking\":0}','yes'),(764055,'widget_benevolent_featured_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(764056,'widget_benevolent_recent_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(764057,'widget_benevolent_popular_post','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(764058,'widget_benevolent_social_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(764059,'theme_mods_charity-care','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(759937,'widget_kale_aboutme_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(759938,'widget_kale_mailchimp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(759939,'theme_mods_kale-pro-child','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(759923,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1555235902;s:7:\"checked\";a:8:{s:5:\"Micah\";s:7:\"1.0.3.3\";s:10:\"benevolent\";s:5:\"1.1.9\";s:9:\"blackbird\";s:5:\"1.2.9\";s:12:\"charity-care\";s:5:\"1.0.2\";s:14:\"kale-pro-child\";s:5:\"1.0.0\";s:8:\"kale-pro\";s:3:\"2.4\";s:10:\"ts-charity\";s:5:\"0.2.4\";s:14:\"twentynineteen\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(759773,'can_compress_scripts','1','no'),(759942,'theme_mods_twentynineteen','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(760873,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.1.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.1.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.1.1\";s:7:\"version\";s:5:\"5.1.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.0\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1555235902;s:15:\"version_checked\";s:5:\"5.1.1\";s:12:\"translations\";a:0:{}}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pb_banned_ips` -- DROP TABLE IF EXISTS `wp_pb_banned_ips`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pb_banned_ips` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `ip_address` varchar(15) NOT NULL, `banned_date` bigint(11) NOT NULL DEFAULT 0, `reason` varchar(64) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pb_banned_ips` -- LOCK TABLES `wp_pb_banned_ips` WRITE; /*!40000 ALTER TABLE `wp_pb_banned_ips` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_pb_banned_ips` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pb_flags` -- DROP TABLE IF EXISTS `wp_pb_flags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pb_flags` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `request_id` mediumint(9) NOT NULL, `ip_address` varchar(15) NOT NULL, `flagged_date` bigint(11) NOT NULL DEFAULT 0, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pb_flags` -- LOCK TABLES `wp_pb_flags` WRITE; /*!40000 ALTER TABLE `wp_pb_flags` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_pb_flags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pb_prayedfor` -- DROP TABLE IF EXISTS `wp_pb_prayedfor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pb_prayedfor` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `request_id` mediumint(9) NOT NULL DEFAULT 0, `prayedfor_date` bigint(11) NOT NULL DEFAULT 0, `ip_address` varchar(15) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pb_prayedfor` -- LOCK TABLES `wp_pb_prayedfor` WRITE; /*!40000 ALTER TABLE `wp_pb_prayedfor` DISABLE KEYS */; INSERT INTO `wp_pb_prayedfor` VALUES (1,1,1371496569,'0.0.0.0'); /*!40000 ALTER TABLE `wp_pb_prayedfor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_pb_requests` -- DROP TABLE IF EXISTS `wp_pb_requests`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_pb_requests` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `first_name` varchar(64) NOT NULL, `last_name` varchar(64) NOT NULL, `anon` tinyint(1) NOT NULL, `email` varchar(64) NOT NULL, `authcode` varchar(12) NOT NULL, `submitted` bigint(11) NOT NULL DEFAULT 0, `closed` bigint(11) NOT NULL DEFAULT 0, `closed_comment` text NOT NULL, `title` varchar(64) NOT NULL, `body` text NOT NULL, `notify` tinyint(1) NOT NULL DEFAULT 1, `ip_address` varchar(15) NOT NULL, `active` tinyint(1) NOT NULL DEFAULT 1, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_pb_requests` -- LOCK TABLES `wp_pb_requests` WRITE; /*!40000 ALTER TABLE `wp_pb_requests` DISABLE KEYS */; INSERT INTO `wp_pb_requests` VALUES (1,'John','Doe',1,'test@test.com','000000',1371496569,1,'','Please Pray For Me','Please pray for me.',0,'0.0.0.0',1); /*!40000 ALTER TABLE `wp_pb_requests` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=2235 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (468,155,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:73;s:4:\"file\";s:46:\"2013/06/912f44213423b75ff451e18e5071abc5_t.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"912f44213423b75ff451e18e5071abc5_t-150x73.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"912f44213423b75ff451e18e5071abc5_t-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:44:\"912f44213423b75ff451e18e5071abc5_t-75x17.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:17;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:45:\"912f44213423b75ff451e18e5071abc5_t-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:45:\"912f44213423b75ff451e18e5071abc5_t-120x27.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:27;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:45:\"912f44213423b75ff451e18e5071abc5_t-240x54.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:54;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:44:\"912f44213423b75ff451e18e5071abc5_t-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:45:\"912f44213423b75ff451e18e5071abc5_t-210x73.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(121,58,'_menu_item_object_id','48'),(120,58,'_menu_item_menu_item_parent','80'),(119,58,'_menu_item_type','post_type'),(459,142,'_menu_item_object','page'),(460,142,'_menu_item_target',''),(461,142,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(462,142,'_menu_item_xfn',''),(21,15,'_edit_last','1'),(22,15,'_edit_lock','1511202838:1'),(23,15,'_wp_page_template','default'),(458,142,'_menu_item_object_id','139'),(26,20,'_menu_item_type','post_type'),(27,20,'_menu_item_menu_item_parent','0'),(28,20,'_menu_item_object_id','15'),(29,20,'_menu_item_object','page'),(30,20,'_menu_item_target',''),(31,20,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(32,20,'_menu_item_xfn',''),(33,20,'_menu_item_url',''),(117,57,'_menu_item_url',''),(116,57,'_menu_item_xfn',''),(987,734,'_wp_attached_file','2013/09/Belvoir2.jpg'),(126,58,'_menu_item_url',''),(125,58,'_menu_item_xfn',''),(124,58,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(123,58,'_menu_item_target',''),(122,58,'_menu_item_object','page'),(466,143,'_wp_page_template','default'),(465,143,'_edit_lock','1516460233:1'),(115,57,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(114,57,'_menu_item_target',''),(113,57,'_menu_item_object','page'),(112,57,'_menu_item_object_id','46'),(111,57,'_menu_item_menu_item_parent','80'),(110,57,'_menu_item_type','post_type'),(78,37,'_wp_attached_file','2013/06/cropped-belvoir-logo.gif'),(79,37,'_wp_attachment_context','custom-header'),(80,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1035;s:6:\"height\";i:537;s:4:\"file\";s:32:\"2013/06/cropped-belvoir-logo.gif\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"cropped-belvoir-logo-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cropped-belvoir-logo-300x155.gif\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"cropped-belvoir-logo-1024x531.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:30:\"cropped-belvoir-logo-75x38.gif\";s:5:\"width\";i:75;s:6:\"height\";i:38;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:32:\"cropped-belvoir-logo-300x155.gif\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:31:\"cropped-belvoir-logo-120x62.gif\";s:5:\"width\";i:120;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:32:\"cropped-belvoir-logo-240x124.gif\";s:5:\"width\";i:240;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(81,37,'_wp_attachment_is_custom_header','responsive'),(82,38,'_wp_attached_file','2013/06/belvoir-logo.gif'),(83,38,'_wp_attachment_context','custom-header'),(84,38,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1088;s:6:\"height\";i:544;s:4:\"file\";s:24:\"2013/06/belvoir-logo.gif\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"belvoir-logo-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"belvoir-logo-300x150.gif\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"belvoir-logo-1024x512.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/gif\";}s:23:\"post_feature_full_width\";a:4:{s:4:\"file\";s:24:\"belvoir-logo-792x300.gif\";s:5:\"width\";i:792;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:22:\"belvoir-logo-75x37.gif\";s:5:\"width\";i:75;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:24:\"belvoir-logo-300x150.gif\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:23:\"belvoir-logo-120x60.gif\";s:5:\"width\";i:120;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:24:\"belvoir-logo-240x120.gif\";s:5:\"width\";i:240;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(85,38,'_wp_attachment_is_custom_header','quark'),(467,155,'_wp_attached_file','2013/06/912f44213423b75ff451e18e5071abc5_t.jpg'),(464,143,'_edit_last','1'),(463,142,'_menu_item_url',''),(90,41,'_wp_attached_file','2013/06/0001Vs.jpeg'),(91,41,'_wp_attachment_context','custom-header'),(92,41,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1011;s:6:\"height\";i:194;s:4:\"file\";s:19:\"2013/06/0001Vs.jpeg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"0001Vs-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"0001Vs-300x57.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:23:\"post_feature_full_width\";a:4:{s:4:\"file\";s:19:\"0001Vs-792x194.jpeg\";s:5:\"width\";i:792;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:17:\"0001Vs-75x14.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:14;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:18:\"0001Vs-300x57.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:57;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:18:\"0001Vs-120x23.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:23;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:18:\"0001Vs-240x46.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:46;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(93,41,'_wp_attachment_is_custom_header','quark'),(94,42,'_wp_attached_file','2013/06/cropped-0001df.jpeg'),(95,42,'_wp_attachment_context','custom-header'),(96,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:501;s:6:\"height\";i:64;s:4:\"file\";s:27:\"2013/06/cropped-0001df.jpeg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"cropped-0001df-150x64.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"cropped-0001df-300x38.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:24:\"cropped-0001df-75x9.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:9;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:26:\"cropped-0001df-300x38.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:38;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:26:\"cropped-0001df-120x15.jpeg\";s:5:\"width\";i:120;s:6:\"height\";i:15;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:26:\"cropped-0001df-240x30.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:30;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(97,42,'_wp_attachment_is_custom_header','quark'),(456,142,'_menu_item_type','post_type'),(423,132,'_wp_page_template','mintthemes_podcast_page_template.php'),(101,46,'_edit_last','1'),(102,46,'_edit_lock','1508755651:1'),(103,46,'_wp_page_template','default'),(104,48,'_edit_last','1'),(105,48,'_edit_lock','1377459736:1'),(106,48,'_wp_page_template','default'),(107,51,'_edit_last','1'),(108,51,'_edit_lock','1516577273:1'),(109,51,'_wp_page_template','default'),(128,59,'_menu_item_type','post_type'),(129,59,'_menu_item_menu_item_parent','300'),(130,59,'_menu_item_object_id','51'),(131,59,'_menu_item_object','page'),(132,59,'_menu_item_target',''),(133,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(134,59,'_menu_item_xfn',''),(135,59,'_menu_item_url',''),(152,64,'_edit_last','1'),(171,76,'_edit_lock','1431414587:1'),(170,76,'_wp_page_template','default'),(169,76,'_edit_last','1'),(168,74,'_wp_page_template','default'),(167,74,'_edit_lock','1377554435:1'),(166,74,'_edit_last','1'),(148,62,'_edit_last','1'),(150,62,'_edit_lock','1377364669:1'),(153,64,'_edit_lock','1508853137:1'),(154,64,'_wp_page_template','default'),(989,735,'_wp_attached_file','2013/09/Belvoir3.jpg'),(877,588,'_wp_attached_file','2013/08/Baptism-Form.pdf'),(457,142,'_menu_item_menu_item_parent','367'),(184,79,'_menu_item_type','post_type'),(185,79,'_menu_item_menu_item_parent','240'),(186,79,'_menu_item_object_id','76'),(187,79,'_menu_item_object','page'),(188,79,'_menu_item_target',''),(189,79,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(190,79,'_menu_item_xfn',''),(191,79,'_menu_item_url',''),(193,80,'_menu_item_type','post_type'),(194,80,'_menu_item_menu_item_parent','0'),(195,80,'_menu_item_object_id','74'),(196,80,'_menu_item_object','page'),(197,80,'_menu_item_target',''),(198,80,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(199,80,'_menu_item_xfn',''),(200,80,'_menu_item_url',''),(916,641,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:620;s:4:\"file\";s:35:\"2013/08/intro-invitation-autumn.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"intro-invitation-autumn-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"intro-invitation-autumn-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(915,641,'_wp_attached_file','2013/08/intro-invitation-autumn.jpg'),(211,82,'_edit_last','1'),(212,82,'_wp_page_template','default'),(213,82,'_edit_lock','1377357783:1'),(214,83,'_edit_last','1'),(215,83,'_wp_page_template','default'),(216,83,'_edit_lock','1511203214:1'),(857,576,'_menu_item_menu_item_parent','20'),(858,576,'_menu_item_object_id','574'),(856,576,'_menu_item_type','post_type'),(550,266,'_edit_lock','1377679851:1'),(236,87,'_wp_page_template','default'),(226,85,'_menu_item_type','post_type'),(227,85,'_menu_item_menu_item_parent','300'),(228,85,'_menu_item_object_id','82'),(229,85,'_menu_item_object','page'),(230,85,'_menu_item_target',''),(231,85,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(232,85,'_menu_item_xfn',''),(233,85,'_menu_item_url',''),(235,87,'_edit_last','1'),(237,87,'_edit_lock','1511912672:1'),(238,88,'_menu_item_type','post_type'),(239,88,'_menu_item_menu_item_parent','300'),(240,88,'_menu_item_object_id','87'),(241,88,'_menu_item_object','page'),(242,88,'_menu_item_target',''),(243,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(244,88,'_menu_item_xfn',''),(245,88,'_menu_item_url',''),(247,89,'_edit_last','1'),(248,89,'_wp_page_template','default'),(249,89,'_edit_lock','1377554524:1'),(1620,1150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:225;s:4:\"file\";s:27:\"2013/06/Serving-300x225.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Serving-300x225-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Serving-300x225-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(924,675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:446;s:6:\"height\";i:451;s:4:\"file\";s:49:\"2013/06/1175571_10151831066673617_784056219_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"1175571_10151831066673617_784056219_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"1175571_10151831066673617_784056219_n-296x300.jpg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(923,675,'_wp_attached_file','2013/06/1175571_10151831066673617_784056219_n.jpg'),(283,97,'_edit_lock','1481640506:1'),(687,316,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:4:\"file\";s:19:\"2013/06/welcome.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"welcome-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"welcome-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"welcome-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(686,316,'_wp_attached_file','2013/06/welcome.jpg'),(282,97,'_edit_last','1'),(284,97,'_wp_page_template','default'),(285,100,'_edit_last','1'),(286,100,'_wp_page_template','default'),(287,100,'_edit_lock','1510176505:1'),(288,102,'_menu_item_type','post_type'),(289,102,'_menu_item_menu_item_parent','378'),(290,102,'_menu_item_object_id','100'),(291,102,'_menu_item_object','page'),(292,102,'_menu_item_target',''),(293,102,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(294,102,'_menu_item_xfn',''),(295,102,'_menu_item_url',''),(307,104,'_wp_page_template','default'),(297,103,'_menu_item_type','post_type'),(298,103,'_menu_item_menu_item_parent','363'),(299,103,'_menu_item_object_id','97'),(300,103,'_menu_item_object','page'),(301,103,'_menu_item_target',''),(302,103,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(303,103,'_menu_item_xfn',''),(304,103,'_menu_item_url',''),(306,104,'_edit_last','1'),(308,104,'_edit_lock','1421794840:1'),(312,106,'_edit_last','1'),(313,106,'_wp_page_template','default'),(314,106,'_edit_lock','1492204056:1'),(315,107,'_menu_item_type','post_type'),(316,107,'_menu_item_menu_item_parent','367'),(317,107,'_menu_item_object_id','106'),(318,107,'_menu_item_object','page'),(319,107,'_menu_item_target',''),(320,107,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(321,107,'_menu_item_xfn',''),(322,107,'_menu_item_url',''),(334,109,'_edit_lock','1377618564:1'),(324,108,'_menu_item_type','post_type'),(325,108,'_menu_item_menu_item_parent','367'),(326,108,'_menu_item_object_id','104'),(327,108,'_menu_item_object','page'),(328,108,'_menu_item_target',''),(329,108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(330,108,'_menu_item_xfn',''),(331,108,'_menu_item_url',''),(333,109,'_edit_last','1'),(983,732,'_edit_lock','1380222191:1'),(982,731,'_edit_last','1'),(981,731,'_edit_lock','1380222771:1'),(522,243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:639;s:4:\"file\";s:47:\"2013/06/554792_442505455762556_1981265917_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"554792_442505455762556_1981265917_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"554792_442505455762556_1981265917_n-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:45:\"554792_442505455762556_1981265917_n-75x49.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:47:\"554792_442505455762556_1981265917_n-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:46:\"554792_442505455762556_1981265917_n-120x79.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:47:\"554792_442505455762556_1981265917_n-240x159.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:45:\"554792_442505455762556_1981265917_n-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:47:\"554792_442505455762556_1981265917_n-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(521,243,'_wp_attached_file','2013/06/554792_442505455762556_1981265917_n.jpg'),(365,115,'_edit_last','1'),(455,141,'_edit_lock','1378899421:1'),(454,141,'_edit_last','1'),(453,139,'_edit_lock','1377298332:1'),(452,139,'_wp_page_template','default'),(451,139,'_edit_last','1'),(549,266,'_wp_page_template','default'),(547,264,'_wp_page_template','default'),(548,266,'_edit_last','1'),(546,264,'_edit_lock','1378127243:1'),(545,264,'_edit_last','1'),(544,262,'_wp_page_template','default'),(543,262,'_edit_lock','1378127250:1'),(542,262,'_edit_last','1'),(366,115,'_edit_lock','1417259375:1'),(367,116,'_edit_last','1'),(368,116,'_edit_lock','1379457513:1'),(369,117,'_edit_last','1'),(370,117,'_edit_lock','1377547684:1'),(371,118,'_edit_last','1'),(372,118,'_wp_page_template','default'),(373,118,'_edit_lock','1379499945:1'),(374,109,'_wp_page_template','default'),(375,117,'_wp_page_template','default'),(376,116,'_wp_page_template','default'),(377,115,'_wp_page_template','default'),(378,126,'_menu_item_type','post_type'),(379,126,'_menu_item_menu_item_parent','130'),(380,126,'_menu_item_object_id','115'),(381,126,'_menu_item_object','page'),(382,126,'_menu_item_target',''),(383,126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(384,126,'_menu_item_xfn',''),(385,126,'_menu_item_url',''),(387,127,'_menu_item_type','post_type'),(388,127,'_menu_item_menu_item_parent','130'),(389,127,'_menu_item_object_id','116'),(390,127,'_menu_item_object','page'),(391,127,'_menu_item_target',''),(392,127,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(393,127,'_menu_item_xfn',''),(394,127,'_menu_item_url',''),(396,128,'_menu_item_type','post_type'),(397,128,'_menu_item_menu_item_parent','130'),(398,128,'_menu_item_object_id','117'),(399,128,'_menu_item_object','page'),(400,128,'_menu_item_target',''),(401,128,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(402,128,'_menu_item_xfn',''),(403,128,'_menu_item_url',''),(912,631,'_menu_item_xfn',''),(863,576,'_menu_item_url',''),(862,576,'_menu_item_xfn',''),(861,576,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(860,576,'_menu_item_target',''),(859,576,'_menu_item_object','page'),(414,130,'_menu_item_type','post_type'),(415,130,'_menu_item_menu_item_parent','80'),(416,130,'_menu_item_object_id','118'),(417,130,'_menu_item_object','page'),(418,130,'_menu_item_target',''),(419,130,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(420,130,'_menu_item_xfn',''),(421,130,'_menu_item_url',''),(469,162,'_wp_attached_file','2013/08/248747_227873473892423_6940347_n.jpg'),(470,162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:540;s:4:\"file\";s:44:\"2013/08/248747_227873473892423_6940347_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"248747_227873473892423_6940347_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"248747_227873473892423_6940347_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:42:\"248747_227873473892423_6940347_n-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:44:\"248747_227873473892423_6940347_n-266x200.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:43:\"248747_227873473892423_6940347_n-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:44:\"248747_227873473892423_6940347_n-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:42:\"248747_227873473892423_6940347_n-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:44:\"248747_227873473892423_6940347_n-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(471,163,'_wp_attached_file','2013/08/254095_227873510559086_1562823_n.jpg'),(472,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:540;s:4:\"file\";s:44:\"2013/08/254095_227873510559086_1562823_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"254095_227873510559086_1562823_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"254095_227873510559086_1562823_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:42:\"254095_227873510559086_1562823_n-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:44:\"254095_227873510559086_1562823_n-266x200.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:43:\"254095_227873510559086_1562823_n-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:44:\"254095_227873510559086_1562823_n-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:42:\"254095_227873510559086_1562823_n-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:44:\"254095_227873510559086_1562823_n-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(473,164,'_wp_attached_file','2013/08/247039_227873450559092_2931697_n.jpg'),(474,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:540;s:4:\"file\";s:44:\"2013/08/247039_227873450559092_2931697_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"247039_227873450559092_2931697_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"247039_227873450559092_2931697_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:42:\"247039_227873450559092_2931697_n-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:44:\"247039_227873450559092_2931697_n-266x200.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:43:\"247039_227873450559092_2931697_n-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:44:\"247039_227873450559092_2931697_n-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:42:\"247039_227873450559092_2931697_n-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:44:\"247039_227873450559092_2931697_n-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(475,165,'_wp_attached_file','2013/08/254519_227873533892417_3317607_n.jpg'),(476,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:540;s:4:\"file\";s:44:\"2013/08/254519_227873533892417_3317607_n.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"254519_227873533892417_3317607_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"254519_227873533892417_3317607_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:42:\"254519_227873533892417_3317607_n-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:44:\"254519_227873533892417_3317607_n-266x200.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:43:\"254519_227873533892417_3317607_n-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:44:\"254519_227873533892417_3317607_n-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:42:\"254519_227873533892417_3317607_n-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:44:\"254519_227873533892417_3317607_n-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(478,199,'_wp_attached_file','2013/06/556147_409022779110824_889327420_a.jpg'),(479,199,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:46:\"2013/06/556147_409022779110824_889327420_a.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"556147_409022779110824_889327420_a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:44:\"556147_409022779110824_889327420_a-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:44:\"556147_409022779110824_889327420_a-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:44:\"556147_409022779110824_889327420_a-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:46:\"556147_409022779110824_889327420_a-160x125.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(480,200,'_wp_attached_file','2013/06/black-and-white.jpg'),(481,200,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:27:\"2013/06/black-and-white.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"black-and-white-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:25:\"black-and-white-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:25:\"black-and-white-90x90.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:25:\"black-and-white-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:27:\"black-and-white-160x125.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(482,213,'_edit_last','1'),(483,213,'_edit_lock','1475592998:1'),(484,213,'_wp_page_template','default'),(487,221,'_edit_last','1'),(488,221,'_edit_lock','1390928158:1'),(489,221,'_wp_page_template','default'),(494,229,'_edit_last','1'),(495,229,'_edit_lock','1511204604:1'),(496,229,'_wp_page_template','default'),(503,240,'_menu_item_type','post_type'),(504,240,'_menu_item_menu_item_parent','0'),(505,240,'_menu_item_object_id','229'),(506,240,'_menu_item_object','page'),(507,240,'_menu_item_target',''),(508,240,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(509,240,'_menu_item_xfn',''),(510,240,'_menu_item_url',''),(780,378,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(779,378,'_menu_item_target',''),(778,378,'_menu_item_object','page'),(777,378,'_menu_item_object_id','358'),(776,378,'_menu_item_menu_item_parent','80'),(775,378,'_menu_item_type','post_type'),(523,248,'_wp_attached_file','2013/06/file0001465088015-1.jpg'),(524,248,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:465;s:6:\"height\";i:620;s:4:\"file\";s:31:\"2013/06/file0001465088015-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"file0001465088015-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"file0001465088015-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:29:\"file0001465088015-1-56x75.jpg\";s:5:\"width\";i:56;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:31:\"file0001465088015-1-150x200.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:29:\"file0001465088015-1-67x90.jpg\";s:5:\"width\";i:67;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:31:\"file0001465088015-1-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:29:\"file0001465088015-1-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:31:\"file0001465088015-1-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DSC-P200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1137179830;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.9\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";}}'),(525,249,'_wp_attached_file','2013/06/P3100429.jpg'),(526,249,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3648;s:6:\"height\";i:2736;s:4:\"file\";s:20:\"2013/06/P3100429.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"P3100429-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"P3100429-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"P3100429-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:18:\"P3100429-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:20:\"P3100429-266x200.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:19:\"P3100429-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:20:\"P3100429-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:18:\"P3100429-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:20:\"P3100429-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(527,252,'_wp_attached_file','2013/06/file0001433999817.jpg'),(528,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:4:\"file\";s:29:\"2013/06/file0001433999817.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file0001433999817-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file0001433999817-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"file0001433999817-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:27:\"file0001433999817-56x75.jpg\";s:5:\"width\";i:56;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:29:\"file0001433999817-150x200.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:27:\"file0001433999817-67x90.jpg\";s:5:\"width\";i:67;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:29:\"file0001433999817-135x180.jpg\";s:5:\"width\";i:135;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:27:\"file0001433999817-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:29:\"file0001433999817-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(529,255,'_wp_attached_file','2013/08/file0001031918094.jpg'),(530,255,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:29:\"2013/08/file0001031918094.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file0001031918094-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file0001031918094-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"file0001031918094-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:27:\"file0001031918094-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:29:\"file0001031918094-266x200.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:28:\"file0001031918094-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:29:\"file0001031918094-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:27:\"file0001031918094-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:29:\"file0001031918094-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"CYBERSHOT\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1096735016;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"15.5\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),(531,256,'_wp_attached_file','2013/08/file41112944936121.jpg'),(532,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:421;s:4:\"file\";s:30:\"2013/08/file41112944936121.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"file41112944936121-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"file41112944936121-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:28:\"file41112944936121-75x50.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:30:\"file41112944936121-294x200.jpg\";s:5:\"width\";i:294;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:29:\"file41112944936121-120x81.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:30:\"file41112944936121-240x162.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:28:\"file41112944936121-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:30:\"file41112944936121-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:18;s:6:\"credit\";s:13:\"Darren Hester\";s:6:\"camera\";s:13:\"Canon EOS 20D\";s:7:\"caption\";s:46:\"Closeup of message stones on white background.\";s:17:\"created_timestamp\";i:1281201414;s:9:\"copyright\";s:20:\"www.darrenhester.com\";s:12:\"focal_length\";s:3:\"100\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:3:\"0.2\";s:5:\"title\";s:14:\"Message Stones\";}}'),(533,257,'_wp_attached_file','2013/08/file2501267653737.jpg'),(534,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:465;s:4:\"file\";s:29:\"2013/08/file2501267653737.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file2501267653737-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file2501267653737-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:27:\"file2501267653737-75x56.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:56;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:29:\"file2501267653737-266x200.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:28:\"file2501267653737-120x90.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:29:\"file2501267653737-240x180.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:27:\"file2501267653737-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:29:\"file2501267653737-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"FinePix S1000fd\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1264111628;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.9\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:8:\"0.003125\";s:5:\"title\";s:0:\"\";}}'),(535,258,'_wp_attached_file','2013/08/file000952231452.jpg'),(536,258,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1312;s:6:\"height\";i:1984;s:4:\"file\";s:28:\"2013/08/file000952231452.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"file000952231452-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"file000952231452-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"file000952231452-677x1024.jpg\";s:5:\"width\";i:677;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:26:\"file000952231452-49x75.jpg\";s:5:\"width\";i:49;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:28:\"file000952231452-132x200.jpg\";s:5:\"width\";i:132;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:26:\"file000952231452-59x90.jpg\";s:5:\"width\";i:59;s:6:\"height\";i:90;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:28:\"file000952231452-119x180.jpg\";s:5:\"width\";i:119;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:26:\"file000952231452-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:28:\"file000952231452-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.899999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"C300Z,D550Z\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1117361402;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:2:\"60\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),(703,329,'_wp_page_template','default'),(688,324,'_edit_last','1'),(689,324,'_edit_lock','1377457004:1'),(690,324,'_wp_page_template','default'),(691,326,'_wp_attached_file','2013/08/file0001481635406.jpg'),(692,326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2013/08/file0001481635406.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file0001481635406-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file0001481635406-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"file0001481635406-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"C2100UZ\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1050829767;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"25.2\";s:3:\"iso\";s:3:\"163\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),(693,328,'_menu_item_type','post_type'),(694,328,'_menu_item_menu_item_parent','378'),(695,328,'_menu_item_object_id','324'),(696,328,'_menu_item_object','page'),(697,328,'_menu_item_target',''),(698,328,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(699,328,'_menu_item_xfn',''),(700,328,'_menu_item_url',''),(701,329,'_edit_last','1'),(702,329,'_edit_lock','1377454725:1'),(539,260,'_wp_attached_file','2013/08/file7831240007791.jpg'),(540,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:413;s:4:\"file\";s:29:\"2013/08/file7831240007791.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file7831240007791-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file7831240007791-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:27:\"file7831240007791-75x49.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:49;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:29:\"file7831240007791-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:28:\"file7831240007791-120x79.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:79;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:29:\"file7831240007791-240x159.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:27:\"file7831240007791-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:29:\"file7831240007791-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 50D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1239877340;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"17\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),(541,141,'_thumbnail_id','257'),(855,574,'_wp_page_template','default'),(854,574,'_edit_lock','1510132891:1'),(853,574,'_edit_last','1'),(895,620,'_menu_item_object_id','221'),(894,620,'_menu_item_menu_item_parent','240'),(893,620,'_menu_item_type','post_type'),(891,619,'_menu_item_url',''),(890,619,'_menu_item_xfn',''),(889,619,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(888,619,'_menu_item_target',''),(887,619,'_menu_item_object','page'),(886,619,'_menu_item_object_id','221'),(885,619,'_menu_item_menu_item_parent','20'),(884,619,'_menu_item_type','post_type'),(575,271,'_edit_lock','1390928042:1'),(576,271,'_edit_last','1'),(577,271,'_wp_page_template','default'),(578,274,'_menu_item_type','post_type'),(579,274,'_menu_item_menu_item_parent','240'),(580,274,'_menu_item_object_id','271'),(581,274,'_menu_item_object','page'),(582,274,'_menu_item_target',''),(583,274,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(584,274,'_menu_item_xfn',''),(585,274,'_menu_item_url',''),(1037,771,'_edit_last','1'),(1038,772,'_edit_last','1'),(1036,771,'_edit_lock','1387406227:1'),(1056,782,'_edit_last','1'),(1027,762,'_edit_lock','1384335147:1'),(1028,762,'_edit_last','1'),(1013,746,'_menu_item_url',''),(1012,746,'_menu_item_xfn',''),(1011,746,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1010,746,'_menu_item_target',''),(1009,746,'_menu_item_object','page'),(1008,746,'_menu_item_object_id','731'),(1007,746,'_menu_item_menu_item_parent','240'),(1006,746,'_menu_item_type','post_type'),(643,296,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:495;s:6:\"height\";i:207;s:4:\"file\";s:26:\"2013/08/Belvoir-Sketch.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Belvoir-Sketch-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Belvoir-Sketch-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"ca-people-thumb\";a:4:{s:4:\"file\";s:24:\"Belvoir-Sketch-75x31.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"ca-email-thumb\";a:4:{s:4:\"file\";s:26:\"Belvoir-Sketch-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-120-thumb\";a:4:{s:4:\"file\";s:25:\"Belvoir-Sketch-120x50.jpg\";s:5:\"width\";i:120;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"ca-240-thumb\";a:4:{s:4:\"file\";s:26:\"Belvoir-Sketch-240x100.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"churchpack_tiny\";a:4:{s:4:\"file\";s:24:\"Belvoir-Sketch-50x50.jpg\";s:5:\"width\";i:50;s:6:\"height\";i:50;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"churchpack_thumb\";a:4:{s:4:\"file\";s:26:\"Belvoir-Sketch-210x125.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(642,296,'_wp_attached_file','2013/08/Belvoir-Sketch.jpg'),(641,281,'_wp_page_template','default'),(640,281,'_edit_lock','1377457187:1'),(639,281,'_edit_last','1'),(612,278,'_menu_item_type','post_type'),(613,278,'_menu_item_menu_item_parent','367'),(614,278,'_menu_item_object_id','213'),(615,278,'_menu_item_object','page'),(616,278,'_menu_item_target',''),(617,278,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(618,278,'_menu_item_xfn',''),(619,278,'_menu_item_url',''),(621,279,'_menu_item_type','post_type'),(622,279,'_menu_item_menu_item_parent','240'),(623,279,'_menu_item_object_id','143'),(624,279,'_menu_item_object','page'),(625,279,'_menu_item_target',''),(626,279,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(627,279,'_menu_item_xfn',''),(628,279,'_menu_item_url',''),(913,631,'_menu_item_url',''),(904,623,'_wp_attached_file','2013/06/0001G1.jpeg'),(905,623,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:923;s:6:\"height\";i:692;s:4:\"file\";s:19:\"2013/06/0001G1.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"0001G1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"0001G1-300x224.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(644,297,'_menu_item_type','post_type'),(645,297,'_menu_item_menu_item_parent','240'),(646,297,'_menu_item_object_id','281'),(647,297,'_menu_item_object','page'),(648,297,'_menu_item_target',''),(649,297,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(650,297,'_menu_item_xfn',''),(651,297,'_menu_item_url',''),(652,298,'_edit_last','1'),(653,298,'_edit_lock','1377368465:1'),(654,300,'_menu_item_type','custom'),(655,300,'_menu_item_menu_item_parent','0'),(656,300,'_menu_item_object_id','300'),(657,300,'_menu_item_object','custom'),(658,300,'_menu_item_target',''),(659,300,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(660,300,'_menu_item_xfn',''),(661,300,'_menu_item_url','http://www.belvoirparish.co.uk/'),(988,734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:1824;s:4:\"file\";s:20:\"2013/09/Belvoir2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Belvoir2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Belvoir2-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Belvoir2-1024x540.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 350D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379852584;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";}}'),(1858,1322,'_edit_lock','1485347392:1'),(1859,1322,'_edit_last','1'),(1860,1323,'_wp_attached_file','2017/01/unnamed-1.jpg'),(675,313,'_edit_last','1'),(676,313,'_wp_page_template','default'),(677,313,'_edit_lock','1377462745:1'),(678,315,'_menu_item_type','post_type'),(679,315,'_menu_item_menu_item_parent','240'),(680,315,'_menu_item_object_id','313'),(681,315,'_menu_item_object','page'),(682,315,'_menu_item_target',''),(683,315,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(684,315,'_menu_item_xfn',''),(685,315,'_menu_item_url',''),(704,349,'_edit_last','1'),(705,349,'_wp_page_template','default'),(706,349,'_edit_lock','1377549071:1'),(707,351,'_menu_item_type','post_type'),(708,351,'_menu_item_menu_item_parent','378'),(709,351,'_menu_item_object_id','349'),(710,351,'_menu_item_object','page'),(711,351,'_menu_item_target',''),(712,351,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(713,351,'_menu_item_xfn',''),(714,351,'_menu_item_url',''),(715,358,'_edit_last','1'),(716,358,'_wp_page_template','default'),(717,358,'_edit_lock','1377554432:1'),(718,361,'_edit_last','1'),(719,361,'_wp_page_template','default'),(720,361,'_edit_lock','1473341903:1'),(721,363,'_menu_item_type','post_type'),(722,363,'_menu_item_menu_item_parent','80'),(723,363,'_menu_item_object_id','361'),(724,363,'_menu_item_object','page'),(725,363,'_menu_item_target',''),(726,363,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(727,363,'_menu_item_xfn',''),(728,363,'_menu_item_url',''),(985,733,'_wp_attached_file','2013/09/Belvoir1.jpg'),(986,733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2766;s:6:\"height\";i:2256;s:4:\"file\";s:20:\"2013/09/Belvoir1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Belvoir1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Belvoir1-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Belvoir1-1024x835.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:835;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:13;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 350D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379852653;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";}}'),(737,365,'_edit_last','1'),(738,365,'_wp_page_template','default'),(739,365,'_edit_lock','1381338532:1'),(740,367,'_menu_item_type','post_type'),(741,367,'_menu_item_menu_item_parent','80'),(742,367,'_menu_item_object_id','365'),(743,367,'_menu_item_object','page'),(744,367,'_menu_item_target',''),(745,367,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(746,367,'_menu_item_xfn',''),(747,367,'_menu_item_url',''),(748,369,'_menu_item_type','post_type'),(749,369,'_menu_item_menu_item_parent','378'),(750,369,'_menu_item_object_id','262'),(751,369,'_menu_item_object','page'),(752,369,'_menu_item_target',''),(753,369,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(754,369,'_menu_item_xfn',''),(755,369,'_menu_item_url',''),(782,378,'_menu_item_url',''),(757,370,'_menu_item_type','post_type'),(758,370,'_menu_item_menu_item_parent','363'),(759,370,'_menu_item_object_id','264'),(760,370,'_menu_item_object','page'),(761,370,'_menu_item_target',''),(762,370,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(763,370,'_menu_item_xfn',''),(764,370,'_menu_item_url',''),(781,378,'_menu_item_xfn',''),(909,631,'_menu_item_object','page'),(910,631,'_menu_item_target',''),(867,583,'_wp_page_template','default'),(866,583,'_edit_lock','1377726273:1'),(865,583,'_edit_last','1'),(984,732,'_edit_last','1'),(789,387,'_edit_last','1'),(790,387,'_edit_lock','1377472201:1'),(791,387,'_wp_page_template','photos.php'),(792,389,'_edit_last','1'),(793,389,'_wp_page_template','default'),(794,389,'_edit_lock','1511204007:1'),(1069,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:28:\"2014/02/question-300x300.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"question-300x300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1068,789,'_wp_attached_file','2014/02/question-300x300.jpg'),(849,557,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(848,557,'_menu_item_target',''),(847,557,'_menu_item_object','page'),(846,557,'_menu_item_object_id','109'),(845,557,'_menu_item_menu_item_parent','367'),(844,557,'_menu_item_type','post_type'),(811,393,'_wp_attached_file','2013/08/belvoir09_india2_crop.jpg'),(812,393,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:267;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2013/08/belvoir09_india2_crop.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"belvoir09_india2_crop-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(813,394,'_wp_attached_file','2013/08/belvoir_09_india_3.jpg'),(814,394,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2013/08/belvoir_09_india_3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"belvoir_09_india_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"belvoir_09_india_3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.100000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"SP350\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1249818933;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"11\";s:3:\"iso\";s:2:\"63\";s:13:\"shutter_speed\";s:4:\"0.02\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),(815,395,'_wp_attached_file','2013/08/BelvoirJubilee.jpg'),(816,395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:602;s:6:\"height\";i:401;s:4:\"file\";s:26:\"2013/08/BelvoirJubilee.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"BelvoirJubilee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"BelvoirJubilee-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:3.5;s:6:\"credit\";s:6:\"Picasa\";s:6:\"camera\";s:14:\"Canon EOS 500D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1349613198;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:0:\"\";}}'),(817,396,'_wp_attached_file','2013/08/Belvoir-teamsmall.jpg'),(818,396,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:235;s:4:\"file\";s:29:\"2013/08/Belvoir-teamsmall.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Belvoir-teamsmall-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Belvoir-teamsmall-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(819,401,'_wp_attached_file','2013/06/0001PU.jpeg'),(820,401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:566;s:6:\"height\";i:818;s:4:\"file\";s:19:\"2013/06/0001PU.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"0001PU-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"0001PU-207x300.jpeg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(821,402,'_wp_attached_file','2013/06/j0289494.jpg'),(822,402,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:368;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2013/06/j0289494.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"j0289494-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"j0289494-184x300.jpg\";s:5:\"width\";i:184;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(823,403,'_wp_attached_file','2013/06/939239b89a60835e17846f30689c3dd9.jpg'),(824,403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:44:\"2013/06/939239b89a60835e17846f30689c3dd9.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"939239b89a60835e17846f30689c3dd9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"939239b89a60835e17846f30689c3dd9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(825,407,'_edit_last','1'),(826,407,'_edit_lock','1380222168:1'),(827,424,'_edit_last','1'),(828,424,'_edit_lock','1377516326:1'),(829,435,'_wp_attached_file','2013/08/file0001518312498.jpg'),(830,435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:29:\"2013/08/file0001518312498.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file0001518312498-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file0001518312498-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"file0001518312498-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"X100,D540Z,C310Z\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1124032814;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"9.2\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:6:\"0.0005\";s:5:\"title\";s:22:\"OLYMPUS DIGITAL CAMERA\";}}'),(831,436,'_wp_attached_file','2013/08/praying_on_bible_red-1.jpg'),(832,436,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3000;s:6:\"height\";i:4500;s:4:\"file\";s:34:\"2013/08/praying_on_bible_red-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"praying_on_bible_red-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"praying_on_bible_red-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"praying_on_bible_red-1-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(833,459,'_wp_attached_file','2013/08/file9251278834539.jpg'),(834,459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2013/08/file9251278834539.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file9251278834539-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file9251278834539-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"file9251278834539-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:2.79999999999999982236431605997495353221893310546875;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:7:\"DMC-FZ7\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1278767780;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:13:\"Gazpacho Soup\";}}'),(914,635,'_wp_attached_file','2013/09/Gift-Aid-Form.pdf'),(836,475,'_edit_last','1'),(837,475,'_edit_lock','1417218149:1'),(838,475,'_wp_page_template','default'),(839,508,'_wp_attached_file','2013/06/file000640756889-1.jpg'),(840,508,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3378;s:6:\"height\";i:2252;s:4:\"file\";s:30:\"2013/06/file000640756889-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"file000640756889-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"file000640756889-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"file000640756889-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996447286321199499070644378662109375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 30D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1209229971;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"76\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";}}'),(841,508,'_edit_lock','1377545319:1'),(842,515,'_wp_attached_file','2013/06/single_candle.jpg'),(843,515,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3652;s:6:\"height\";i:2925;s:4:\"file\";s:25:\"2013/06/single_candle.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"single_candle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"single_candle-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"single_candle-1024x820.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:820;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(850,557,'_menu_item_xfn',''),(851,557,'_menu_item_url',''),(911,631,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(908,631,'_menu_item_object_id','574'),(907,631,'_menu_item_menu_item_parent','300'),(906,631,'_menu_item_type','post_type'),(878,589,'_wp_attached_file','2013/08/Form-for-Marriage-in-Belvoir.pdf'),(1079,804,'_edit_last','1'),(1080,804,'_edit_lock','1391426299:1'),(1081,805,'_edit_last','1'),(1082,805,'_edit_lock','1391427225:1'),(882,594,'_wp_attached_file','2013/08/Marriage-Form.pdf'),(896,620,'_menu_item_object','page'),(897,620,'_menu_item_target',''),(898,620,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(899,620,'_menu_item_xfn',''),(900,620,'_menu_item_url',''),(917,642,'_wp_attached_file','2013/08/alpha-logo.jpg'),(918,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:620;s:4:\"file\";s:22:\"2013/08/alpha-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"alpha-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"alpha-logo-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(919,643,'_wp_attached_file','2013/08/Is-there-more-to-life-than-this.png.jpg'),(920,643,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:471;s:6:\"height\";i:242;s:4:\"file\";s:47:\"2013/08/Is-there-more-to-life-than-this.png.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Is-there-more-to-life-than-this.png-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Is-there-more-to-life-than-this.png-300x154.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(921,645,'_wp_attached_file','2013/08/alpha-logo1.jpg'),(922,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:355;s:6:\"height\";i:216;s:4:\"file\";s:23:\"2013/08/alpha-logo1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"alpha-logo1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"alpha-logo1-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(925,679,'_wp_attached_file','2013/06/0001Nb.jpeg'),(926,679,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:595;s:6:\"height\";i:571;s:4:\"file\";s:19:\"2013/06/0001Nb.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"0001Nb-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"0001Nb-300x287.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(928,691,'_edit_lock','1417993392:1'),(929,691,'_edit_last','1'),(930,691,'_wp_page_template','default'),(931,694,'_menu_item_type','post_type'),(932,694,'_menu_item_menu_item_parent','240'),(933,694,'_menu_item_object_id','691'),(934,694,'_menu_item_object','page'),(935,694,'_menu_item_target',''),(936,694,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(937,694,'_menu_item_xfn',''),(938,694,'_menu_item_url',''),(964,722,'_menu_item_object_id','720'),(963,722,'_menu_item_menu_item_parent','240'),(962,722,'_menu_item_type','post_type'),(961,720,'_wp_page_template','default'),(960,720,'_edit_last','1'),(959,720,'_edit_lock','1379498718:1'),(947,698,'_edit_last','1'),(948,698,'_edit_lock','1379494214:1'),(949,698,'_wp_page_template','default'),(950,700,'_menu_item_type','post_type'),(951,700,'_menu_item_menu_item_parent','130'),(952,700,'_menu_item_object_id','698'),(953,700,'_menu_item_object','page'),(954,700,'_menu_item_target',''),(955,700,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(956,700,'_menu_item_xfn',''),(957,700,'_menu_item_url',''),(965,722,'_menu_item_object','page'),(966,722,'_menu_item_target',''),(967,722,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(968,722,'_menu_item_xfn',''),(969,722,'_menu_item_url',''),(971,724,'_menu_item_type','post_type'),(972,724,'_menu_item_menu_item_parent','300'),(973,724,'_menu_item_object_id','720'),(974,724,'_menu_item_object','page'),(975,724,'_menu_item_target',''),(976,724,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(977,724,'_menu_item_xfn',''),(978,724,'_menu_item_url',''),(1022,756,'_wp_attached_file','2013/06/file0002127568066.jpg'),(990,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3204;s:6:\"height\";i:2244;s:4:\"file\";s:20:\"2013/09/Belvoir3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Belvoir3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Belvoir3-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Belvoir3-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 350D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379852519;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";}}'),(991,736,'_wp_attached_file','2013/09/Belvoir4.jpg'),(992,736,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3120;s:6:\"height\";i:2088;s:4:\"file\";s:20:\"2013/09/Belvoir4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Belvoir4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Belvoir4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Belvoir4-1024x685.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:685;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:9;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 350D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379852516;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";}}'),(993,737,'_wp_attached_file','2013/09/Belvoir5.jpg'),(994,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3198;s:6:\"height\";i:1812;s:4:\"file\";s:20:\"2013/09/Belvoir5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Belvoir5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Belvoir5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Belvoir5-1024x580.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:11;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 350D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379852345;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";}}'),(995,738,'_wp_attached_file','2013/09/Belvoir6.jpg'),(996,738,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3276;s:6:\"height\";i:1944;s:4:\"file\";s:20:\"2013/09/Belvoir6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Belvoir6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Belvoir6-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Belvoir6-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 350D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379852524;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";}}'),(997,739,'_wp_attached_file','2013/09/Belvoir7.jpg'),(998,739,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:2304;s:4:\"file\";s:20:\"2013/09/Belvoir7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Belvoir7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Belvoir7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Belvoir7-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 350D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379852319;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";}}'),(999,740,'_wp_attached_file','2013/09/Belvoir8.jpg'),(1000,740,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3198;s:6:\"height\";i:2070;s:4:\"file\";s:20:\"2013/09/Belvoir8.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Belvoir8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Belvoir8-300x194.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Belvoir8-1024x662.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:22:\"Canon EOS 350D DIGITAL\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1379852324;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";}}'),(1001,731,'_wp_page_template','photos.php'),(1032,765,'_edit_lock','1385563918:1'),(1031,765,'_edit_last','1'),(1023,756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:620;s:6:\"height\";i:562;s:4:\"file\";s:29:\"2013/06/file0002127568066.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"file0002127568066-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"file0002127568066-300x271.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1024,759,'_edit_lock','1382655523:1'),(1025,759,'_edit_last','1'),(1026,759,'map','https://maps.google.co.uk/maps?q=belvoir+parish&ie=UTF-8&ei=_l5pUr3aIZCT0AW0uICIDQ&ved=0CAoQ_AUoAg'),(1039,772,'_edit_lock','1387405974:1'),(1055,782,'_edit_lock','1389879568:1'),(1041,774,'_edit_last','1'),(1042,774,'_edit_lock','1387406263:1'),(1043,775,'_edit_last','1'),(1044,775,'_edit_lock','1387406306:1'),(1045,776,'_edit_last','1'),(1046,776,'_edit_lock','1387406381:1'),(1047,777,'_edit_lock','1387406479:1'),(1048,777,'_edit_last','1'),(1072,793,'_edit_lock','1390333064:1'),(1073,793,'_edit_last','1'),(1074,794,'_edit_last','1'),(1075,794,'_edit_lock','1390416676:1'),(1091,818,'_wp_page_template','default'),(1070,790,'_wp_attached_file','2014/02/0001Ww.jpeg'),(1071,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1324;s:6:\"height\";i:555;s:4:\"file\";s:19:\"2014/02/0001Ww.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"0001Ww-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"0001Ww-300x125.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"0001Ww-1024x429.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1076,795,'_wp_attached_file','2013/08/Danske-Bank-No.1-Acc-Standing-Order.doc'),(1077,796,'_wp_attached_file','2013/08/Danske-Bank-No.3-Acc-Standing-Order.doc'),(1078,797,'_wp_attached_file','2013/08/Danske-Bank-B-F-Acc-Standing-Order.doc'),(1090,818,'_edit_lock','1409948572:1'),(1089,818,'_edit_last','1'),(1087,812,'_wp_attached_file','2013/06/Youth-Alpha-2014.pdf'),(1088,813,'_wp_attached_file','2013/06/Youth-Cell-Autumn-2014-schedule.pdf'),(1092,823,'_menu_item_type','post_type'),(1093,823,'_menu_item_menu_item_parent','363'),(1094,823,'_menu_item_object_id','818'),(1095,823,'_menu_item_object','page'),(1096,823,'_menu_item_target',''),(1097,823,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1098,823,'_menu_item_xfn',''),(1099,823,'_menu_item_url',''),(1101,835,'_edit_lock','1410909924:1'),(1102,835,'_edit_last','1'),(1103,836,'_edit_last','1'),(1104,836,'_edit_lock','1411050661:1'),(1845,839,'_default_calendar_event_bubble_trigger','hover'),(1838,839,'_default_calendar_list_range_type','daily'),(1108,838,'gce_retrieve_max','25'),(1836,838,'_calendar_version','3.0.0'),(1111,838,'gce_timezone_offset','Europe/London'),(1841,839,'_feed_earliest_event_date','months_before'),(1842,839,'_feed_earliest_event_date_range','1'),(1117,838,'old_gce_id','1'),(1837,839,'_calendar_view','a:1:{s:16:\"default-calendar\";s:4:\"grid\";}'),(1120,839,'gce_retrieve_max','25'),(1861,1323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1195;s:6:\"height\";i:505;s:4:\"file\";s:21:\"2017/01/unnamed-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-1-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"unnamed-1-768x325.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"unnamed-1-1024x433.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:13:\"Administrator\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1857,839,'_calendar_version','3.0.0'),(1126,839,'gce_timezone_offset','Europe/London'),(1132,839,'old_gce_id','1'),(1287,908,'_edit_lock','1421352978:1'),(1286,908,'gce_retrieve_max','25'),(1369,951,'_edit_lock','1417884064:1'),(1139,213,'gce_retrieve_max','25'),(1288,908,'_edit_last','1'),(1222,876,'gce_retrieve_max','25'),(1143,856,'gce_retrieve_max','25'),(1144,856,'_edit_lock','1411047402:1'),(1145,857,'_wp_attached_file','2014/09/10551065_616056208508060_1334249280944951826_n.jpg'),(1146,857,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:58:\"2014/09/10551065_616056208508060_1334249280944951826_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"10551065_616056208508060_1334249280944951826_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"10551065_616056208508060_1334249280944951826_n-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1147,856,'_edit_last','1'),(1148,835,'gce_retrieve_max','25'),(1149,858,'_wp_attached_file','2014/09/alpha_logo_detail_and_variations-300x121.png'),(1150,858,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:121;s:4:\"file\";s:52:\"2014/09/alpha_logo_detail_and_variations-300x121.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"alpha_logo_detail_and_variations-300x121-150x121.png\";s:5:\"width\";i:150;s:6:\"height\";i:121;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1151,859,'_wp_attached_file','2014/09/alphalogo.png'),(1152,859,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:633;s:6:\"height\";i:578;s:4:\"file\";s:21:\"2014/09/alphalogo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"alphalogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"alphalogo-300x273.png\";s:5:\"width\";i:300;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1153,836,'gce_retrieve_max','25'),(1154,861,'gce_retrieve_max','25'),(1155,861,'_edit_lock','1411052724:1'),(1156,861,'_edit_last','1'),(1157,862,'_wp_attached_file','2014/09/Youth-Alpha-Invitation-Sept-2014-e1411052787626.jpg'),(1158,862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:497;s:4:\"file\";s:59:\"2014/09/Youth-Alpha-Invitation-Sept-2014-e1411052787626.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"Youth-Alpha-Invitation-Sept-2014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"Youth-Alpha-Invitation-Sept-2014-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1159,862,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:874;s:6:\"height\";i:620;s:4:\"file\";s:36:\"Youth-Alpha-Invitation-Sept-2014.jpg\";}}'),(1289,909,'_wp_attached_file','2014/11/india-update-sept-2014-version-b-Copy.pdf'),(1161,864,'gce_retrieve_max','25'),(1162,864,'_edit_lock','1431412535:1'),(1163,864,'_edit_last','1'),(1164,865,'_wp_attached_file','2014/09/India-2015-FAQs.pdf'),(1165,866,'_wp_attached_file','2014/09/Draft-Itinerary-India-Feb-2015.pdf'),(1166,864,'_wp_page_template','default'),(1190,57,'gce_retrieve_max','25'),(1177,300,'gce_retrieve_max','25'),(1178,631,'gce_retrieve_max','25'),(1179,724,'gce_retrieve_max','25'),(1180,85,'gce_retrieve_max','25'),(1181,88,'gce_retrieve_max','25'),(1182,59,'gce_retrieve_max','25'),(1183,80,'gce_retrieve_max','25'),(1184,130,'gce_retrieve_max','25'),(1185,700,'gce_retrieve_max','25'),(1186,128,'gce_retrieve_max','25'),(1187,126,'gce_retrieve_max','25'),(1188,127,'gce_retrieve_max','25'),(1619,1150,'_wp_attached_file','2013/06/Serving-300x225.jpg'),(1191,58,'gce_retrieve_max','25'),(1192,367,'gce_retrieve_max','25'),(1193,278,'gce_retrieve_max','25'),(1194,557,'gce_retrieve_max','25'),(1195,108,'gce_retrieve_max','25'),(1196,107,'gce_retrieve_max','25'),(1197,142,'gce_retrieve_max','25'),(1198,378,'gce_retrieve_max','25'),(1199,102,'gce_retrieve_max','25'),(1200,369,'gce_retrieve_max','25'),(1201,328,'gce_retrieve_max','25'),(1202,351,'gce_retrieve_max','25'),(1203,363,'gce_retrieve_max','25'),(1204,370,'gce_retrieve_max','25'),(1205,823,'gce_retrieve_max','25'),(1206,103,'gce_retrieve_max','25'),(1207,240,'gce_retrieve_max','25'),(1208,620,'gce_retrieve_max','25'),(1209,746,'gce_retrieve_max','25'),(1210,297,'gce_retrieve_max','25'),(1211,274,'gce_retrieve_max','25'),(1212,722,'gce_retrieve_max','25'),(1213,79,'gce_retrieve_max','25'),(1214,694,'gce_retrieve_max','25'),(1215,279,'gce_retrieve_max','25'),(1216,315,'gce_retrieve_max','25'),(1217,20,'gce_retrieve_max','25'),(1218,576,'gce_retrieve_max','25'),(1219,619,'gce_retrieve_max','25'),(1220,46,'gce_retrieve_max','25'),(1223,876,'_edit_lock','1412266869:1'),(1224,876,'_edit_last','1'),(1225,877,'_wp_attached_file','2014/10/DSC04413.jpg'),(1226,877,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04413.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04413-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04413-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04413-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1227,878,'_wp_attached_file','2014/10/DSC04414.jpg'),(1228,878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04414.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04414-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04414-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04414-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1229,879,'_wp_attached_file','2014/10/DSC04415.jpg'),(1230,879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04415.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04415-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04415-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04415-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1231,880,'_wp_attached_file','2014/10/DSC04416.jpg'),(1232,880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04416.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04416-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04416-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04416-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1233,881,'_wp_attached_file','2014/10/DSC04417.jpg'),(1234,881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04417.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04417-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04417-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04417-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1235,882,'_wp_attached_file','2014/10/DSC04419.jpg'),(1236,882,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04419.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04419-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04419-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04419-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1237,883,'_wp_attached_file','2014/10/DSC04420.jpg'),(1238,883,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04420.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04420-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04420-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04420-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1239,884,'_wp_attached_file','2014/10/DSC04421.jpg'),(1240,884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04421.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04421-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04421-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04421-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1241,885,'_wp_attached_file','2014/10/DSC04422.jpg'),(1242,885,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04422.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04422-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04422-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04422-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1243,886,'_wp_attached_file','2014/10/DSC04423.jpg'),(1244,886,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04423.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04423-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04423-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04423-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1245,887,'_wp_attached_file','2014/10/DSC04424.jpg'),(1246,887,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04424.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04424-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04424-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04424-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1247,888,'_wp_attached_file','2014/10/DSC04425.jpg'),(1248,888,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04425.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04425-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04425-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04425-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1249,889,'_wp_attached_file','2014/10/DSC04426.jpg'),(1250,889,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04426.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04426-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04426-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04426-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1251,890,'_wp_attached_file','2014/10/DSC04427.jpg'),(1252,890,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04427.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04427-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04427-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04427-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1253,891,'_wp_attached_file','2014/10/DSC04428.jpg'),(1254,891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04428.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04428-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04428-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04428-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1255,892,'_wp_attached_file','2014/10/DSC04429.jpg'),(1256,892,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04429.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04429-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04429-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04429-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1257,893,'_wp_attached_file','2014/10/DSC04430.jpg'),(1258,893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04430.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04430-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04430-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04430-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1259,894,'_wp_attached_file','2014/10/DSC04431.jpg'),(1260,894,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04431.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04431-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04431-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04431-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1261,895,'_wp_attached_file','2014/10/DSC04432.jpg'),(1262,895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04432.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04432-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04432-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04432-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1263,896,'_wp_attached_file','2014/10/DSC04433.jpg'),(1264,896,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04433.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04433-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04433-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04433-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1265,897,'_wp_attached_file','2014/10/DSC04434.jpg'),(1266,897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04434.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04434-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04434-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04434-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1267,898,'_wp_attached_file','2014/10/DSC04435.jpg'),(1268,898,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04435.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04435-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04435-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04435-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1269,899,'_wp_attached_file','2014/10/DSC04436.jpg'),(1270,899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04436.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04436-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04436-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04436-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1271,900,'_wp_attached_file','2014/10/DSC04437.jpg'),(1272,900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04437.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04437-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04437-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04437-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1273,901,'_wp_attached_file','2014/10/DSC04438.jpg'),(1274,901,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04438.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04438-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04438-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04438-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1275,902,'_wp_attached_file','2014/10/DSC04439.jpg'),(1276,902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04439.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04439-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04439-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04439-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1277,903,'_wp_attached_file','2014/10/DSC04440.jpg'),(1278,903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04440.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04440-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04440-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04440-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1279,904,'_wp_attached_file','2014/10/DSC04441.jpg'),(1280,904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04441.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04441-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04441-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04441-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1281,905,'_wp_attached_file','2014/10/DSC04442.jpg'),(1282,905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04442.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04442-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04442-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04442-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1283,906,'_wp_attached_file','2014/10/DSC04444.jpg'),(1284,906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:20:\"2014/10/DSC04444.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DSC04444-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DSC04444-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"DSC04444-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1290,910,'_wp_attached_file','2014/11/India-Update-Sept-2014.pdf'),(1291,908,'_wp_page_template','default'),(1584,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:957;s:6:\"height\";i:673;s:4:\"file\";s:27:\"2015/02/yc-update-march.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"yc-update-march-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"yc-update-march-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1583,1125,'_wp_attached_file','2015/02/yc-update-march.jpg'),(1302,914,'gce_retrieve_max','25'),(1303,914,'_menu_item_type','post_type'),(1304,914,'_menu_item_menu_item_parent','57'),(1305,914,'_menu_item_object_id','908'),(1306,914,'_menu_item_object','page'),(1307,914,'_menu_item_target',''),(1308,914,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1309,914,'_menu_item_xfn',''),(1310,914,'_menu_item_url',''),(1840,839,'_calendar_begins','today'),(1314,838,'gce_list_max_num','7'),(1315,838,'gce_list_max_length','days'),(1843,839,'_feed_latest_event_date','years_after'),(1844,839,'_feed_latest_event_date_range','2'),(1319,839,'gce_list_max_num','7'),(1320,839,'gce_list_max_length','days'),(1324,838,'gce_feed_start_interval','months'),(1847,839,'_google_calendar_id','YmVsdm9pcnBhcmlzaEBnbWFpbC5jb20vcHJpdmF0ZS0zOTU1MTY2M2VlYzMxMzQ4MmJkN2RmMjA2YmU4MGJjZi9iYXNpYw=='),(1326,838,'gce_feed_end_interval','years'),(1328,839,'gce_feed_start_interval','months'),(1330,839,'gce_feed_end_interval','years'),(1331,923,'_edit_lock','1417531024:1'),(1332,924,'_wp_attached_file','2014/11/0001aPfbe9d9.png'),(1333,924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:281;s:4:\"file\";s:24:\"2014/11/0001aPfbe9d9.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"0001aPfbe9d9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"0001aPfbe9d9-300x140.png\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1334,925,'_wp_attached_file','2014/11/unnamed.jpg'),(1335,925,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:1240;s:4:\"file\";s:19:\"2014/11/unnamed.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unnamed-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"unnamed-721x1024.jpg\";s:5:\"width\";i:721;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1336,923,'_edit_last','1'),(1515,1072,'_wp_attached_file','2013/06/image.jpeg'),(1340,929,'_edit_lock','1416766401:1'),(1341,929,'_edit_last','1'),(1342,37,'_oembed_1c2d6ebbcdac07ced453251de5984b64','{{unknown}}'),(1343,38,'_oembed_a215afff9caf4d730a8f2cabd835b7eb','{{unknown}}'),(1344,41,'_oembed_5864125fc802f9996c992abb714c9522','{{unknown}}'),(1345,42,'_oembed_9db05ee749b63101ad9fcad66620a066','{{unknown}}'),(1346,935,'_edit_lock','1417259376:1'),(1347,935,'_edit_last','1'),(1348,935,'_wp_page_template','default'),(1349,942,'_wp_attached_file','2014/11/Untitled-3.jpg'),(1350,942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:286;s:6:\"height\";i:233;s:4:\"file\";s:22:\"2014/11/Untitled-3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1582,1124,'_edit_last','1'),(1581,1124,'_edit_lock','1424939210:1'),(1580,1120,'_edit_last','1'),(1579,1120,'_edit_lock','1425558344:1'),(1578,1118,'_edit_last','1'),(1577,1118,'_edit_lock','1424216790:1'),(1576,1117,'_edit_last','1'),(1575,1117,'_edit_lock','1424216737:1'),(1360,948,'_menu_item_type','post_type'),(1361,948,'_menu_item_menu_item_parent','20'),(1362,948,'_menu_item_object_id','115'),(1363,948,'_menu_item_object','page'),(1364,948,'_menu_item_target',''),(1365,948,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1366,948,'_menu_item_xfn',''),(1367,948,'_menu_item_url',''),(1370,951,'_edit_last','1'),(1371,952,'_edit_lock','1417884012:1'),(1372,952,'_edit_last','1'),(1511,1067,'_edit_lock','1421352643:1'),(1451,1007,'_edit_last','1'),(1376,957,'_edit_lock','1417884328:1'),(1377,957,'_edit_last','1'),(1378,958,'_edit_lock','1417884353:1'),(1379,958,'_edit_last','1'),(1513,1068,'_edit_lock','1426239963:1'),(1512,1067,'_edit_last','1'),(1450,1007,'_edit_lock','1418402003:1'),(1449,1002,'_wp_attached_file','2013/06/Belfast-Youth-Winter-Programme-2015.pdf'),(1385,965,'_edit_lock','1533122164:1'),(1386,965,'_edit_last','1'),(1387,965,'_wp_page_template','default'),(1388,967,'_edit_lock','1512560168:1'),(1389,967,'_edit_last','1'),(1390,967,'_wp_page_template','news.php'),(1462,1026,'_wp_attached_file','2014/12/THE-SHEEP-TO-THE-SHEPHERD.pdf'),(1461,1025,'_edit_lock','1418571255:1'),(1393,972,'_edit_lock','1417820769:1'),(1394,972,'_edit_last','1'),(1395,973,'_edit_lock','1417820952:1'),(1396,973,'_edit_last','1'),(1397,974,'_edit_lock','1417821102:1'),(1398,974,'_edit_last','1'),(1399,975,'_edit_lock','1417821277:1'),(1400,975,'_edit_last','1'),(1401,976,'_edit_lock','1417821535:1'),(1402,976,'_edit_last','1'),(1510,1066,'_edit_last','1'),(1509,1066,'_edit_lock','1421352272:1'),(1405,977,'_edit_lock','1417869675:1'),(1406,977,'_edit_last','1'),(1407,978,'_edit_lock','1418571961:1'),(1408,978,'_edit_last','1'),(1409,979,'_edit_lock','1417877952:1'),(1410,979,'_edit_last','1'),(1411,980,'_edit_lock','1417878255:1'),(1412,980,'_edit_last','1'),(1413,981,'_wp_attached_file','2014/12/Christmas-Services-2014.jpg'),(1414,981,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1749;s:6:\"height\";i:2466;s:4:\"file\";s:35:\"2014/12/Christmas-Services-2014.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Christmas-Services-2014-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Christmas-Services-2014-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Christmas-Services-2014-726x1024.jpg\";s:5:\"width\";i:726;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1415,982,'_edit_lock','1417884423:1'),(1416,982,'_edit_last','1'),(1417,984,'_menu_item_type','post_type'),(1418,984,'_menu_item_menu_item_parent','240'),(1419,984,'_menu_item_object_id','965'),(1420,984,'_menu_item_object','page'),(1421,984,'_menu_item_target',''),(1422,984,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1423,984,'_menu_item_xfn',''),(1424,984,'_menu_item_url',''),(1445,987,'_edit_last','1'),(1574,1116,'_edit_last','1'),(1573,1116,'_edit_lock','1424216692:1'),(1572,1115,'_edit_last','1'),(1571,1115,'_edit_lock','1424216568:1'),(1570,1113,'_edit_last','1'),(1569,1113,'_edit_lock','1424216535:1'),(1500,1058,'_edit_lock','1419739463:1'),(1435,986,'_menu_item_type','post_type'),(1436,986,'_menu_item_menu_item_parent','20'),(1437,986,'_menu_item_object_id','691'),(1438,986,'_menu_item_object','page'),(1439,986,'_menu_item_target',''),(1440,986,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1441,986,'_menu_item_xfn',''),(1442,986,'_menu_item_url',''),(1444,987,'_edit_lock','1417910118:1'),(1447,991,'_wp_attached_file','2013/06/Belvoir-facebook-logo.jpg'),(1448,991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:243;s:6:\"height\";i:230;s:4:\"file\";s:33:\"2013/06/Belvoir-facebook-logo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Belvoir-facebook-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1452,1018,'_edit_lock','1418402160:1'),(1453,1018,'_edit_last','1'),(1454,1019,'_wp_attached_file','2014/12/ICMC-Christmas-newsletter.pdf'),(1455,1020,'_wp_attached_file','2014/12/Taylor-court-1.jpeg'),(1456,1020,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:478;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2014/12/Taylor-court-1.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Taylor-court-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Taylor-court-1-224x300.jpeg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPad mini\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1418326551;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:15:\"0.0416666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1457,1021,'_wp_attached_file','2014/12/Taylor-court-2.jpeg'),(1458,1021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:478;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2014/12/Taylor-court-2.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Taylor-court-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Taylor-court-2-224x300.jpeg\";s:5:\"width\";i:224;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPad mini\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1418326557;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.3\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:15:\"0.0416666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1459,1023,'_edit_lock','1418570587:1'),(1460,1023,'_edit_last','1'),(1463,1027,'_wp_attached_file','2014/12/For-a-Christian-with-terminal-cancer.pdf'),(1464,1028,'_wp_attached_file','2014/12/Its-getting-dark-in-Bethlehem.pdf'),(1465,1029,'_wp_attached_file','2014/12/Sharon-Remembered.pdf'),(1466,1030,'_wp_attached_file','2014/12/DRESDEN.pdf'),(1467,1031,'_wp_attached_file','2014/12/EVE-ON-CHRISTMAS-EVE.pdf'),(1468,1032,'_wp_attached_file','2014/12/NATIVITY-POEM-FOR-TODDLERS.pdf'),(1469,1025,'_edit_last','1'),(1470,1035,'_wp_attached_file','2014/12/nativity.jpg'),(1471,1035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:812;s:6:\"height\";i:352;s:4:\"file\";s:20:\"2014/12/nativity.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"nativity-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"nativity-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1472,1038,'_wp_attached_file','2014/12/10367807_906989965980767_1081141120666594238_n.jpg'),(1473,1038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:242;s:4:\"file\";s:58:\"2014/12/10367807_906989965980767_1081141120666594238_n.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"10367807_906989965980767_1081141120666594238_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1474,1040,'_edit_lock','1418590994:1'),(1475,1040,'_edit_last','1'),(1476,1041,'_wp_attached_file','2014/12/DSC_01202.jpg'),(1477,1041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1647;s:6:\"height\";i:1279;s:4:\"file\";s:21:\"2014/12/DSC_01202.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_01202-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DSC_01202-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC_01202-1024x795.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"D2005\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1039348800;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1478,1042,'_wp_attached_file','2014/12/IMAG03912-1.jpg'),(1479,1042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1112;s:6:\"height\";i:1490;s:4:\"file\";s:23:\"2014/12/IMAG03912-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"IMAG03912-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"IMAG03912-1-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"IMAG03912-1-764x1024.jpg\";s:5:\"width\";i:764;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"HTC Desire C\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1387309315;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.53\";s:3:\"iso\";s:3:\"364\";s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1480,1043,'_wp_attached_file','2014/12/DSC_01182-1.jpg'),(1481,1043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1573;s:6:\"height\";i:1137;s:4:\"file\";s:23:\"2014/12/DSC_01182-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DSC_01182-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DSC_01182-1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"DSC_01182-1-1024x740.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"D2005\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1039348800;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1482,1044,'_wp_attached_file','2014/12/DSC_01172.jpg'),(1483,1044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2014/12/DSC_01172.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_01172-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DSC_01172-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC_01172-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"D2005\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1039348800;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1484,1045,'_wp_attached_file','2014/12/DSC_01212.jpg'),(1485,1045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1094;s:6:\"height\";i:931;s:4:\"file\";s:21:\"2014/12/DSC_01212.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"DSC_01212-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"DSC_01212-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"DSC_01212-1024x871.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:871;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"D2005\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1039348800;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1486,1046,'_wp_attached_file','2014/12/10649637_898878106791953_8559596685552799700_n.jpg'),(1487,1046,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:58:\"2014/12/10649637_898878106791953_8559596685552799700_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"10649637_898878106791953_8559596685552799700_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"10649637_898878106791953_8559596685552799700_n-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1488,1047,'_wp_attached_file','2014/12/DSC_012021.jpg'),(1489,1047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1647;s:6:\"height\";i:1279;s:4:\"file\";s:22:\"2014/12/DSC_012021.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_012021-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_012021-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_012021-1024x795.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:795;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"D2005\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1039348800;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1490,1048,'_wp_attached_file','2014/12/IMAG03912-11.jpg'),(1491,1048,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1112;s:6:\"height\";i:1490;s:4:\"file\";s:24:\"2014/12/IMAG03912-11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"IMAG03912-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"IMAG03912-11-223x300.jpg\";s:5:\"width\";i:223;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"IMAG03912-11-764x1024.jpg\";s:5:\"width\";i:764;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"HTC Desire C\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1387309315;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"3.53\";s:3:\"iso\";s:3:\"364\";s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1492,1049,'_wp_attached_file','2014/12/DSC_01182-11.jpg'),(1493,1049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1573;s:6:\"height\";i:1137;s:4:\"file\";s:24:\"2014/12/DSC_01182-11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"DSC_01182-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"DSC_01182-11-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"DSC_01182-11-1024x740.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:740;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"D2005\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1039348800;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1494,1050,'_wp_attached_file','2014/12/DSC_012121.jpg'),(1495,1050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1094;s:6:\"height\";i:931;s:4:\"file\";s:22:\"2014/12/DSC_012121.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"DSC_012121-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"DSC_012121-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"DSC_012121-1024x871.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:871;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"D2005\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1039348800;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.6\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1496,1054,'_edit_lock','1418593224:1'),(1497,1054,'_edit_last','1'),(1498,1055,'_wp_attached_file','2014/12/20141209_211212.jpg'),(1499,1055,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:1836;s:4:\"file\";s:27:\"2014/12/20141209_211212.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"20141209_211212-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"20141209_211212-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"20141209_211212-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.600000000000000088817841970012523233890533447265625;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"GT-I9195\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1418159532;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"3.7\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:14:\"0.030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1501,1058,'_edit_last','1'),(1502,1062,'_wp_attached_file','2014/12/image001.png'),(1503,1062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:20:\"2014/12/image001.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image001-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image001-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1504,1061,'_edit_lock','1419612500:1'),(1505,1063,'_wp_attached_file','2014/12/New-Years-Eve-Slide.jpg'),(1506,1063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:31:\"2014/12/New-Years-Eve-Slide.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"New-Years-Eve-Slide-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"New-Years-Eve-Slide-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1507,1061,'_edit_last','1'),(1514,1068,'_edit_last','1'),(1516,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:18:\"2013/06/image.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1417437607;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1517,1073,'_wp_attached_file','2013/06/image_1.jpeg'),(1518,1073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2013/06/image_1.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image_1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image_1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1417437050;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1519,1074,'_wp_attached_file','2013/06/image_2.jpeg'),(1520,1074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2013/06/image_2.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image_2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"image_2-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1417436980;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1521,1075,'_wp_attached_file','2013/06/photo.jpg'),(1522,1075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:17:\"2013/06/photo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"photo-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1417436969;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1523,1079,'_edit_lock','1421795275:1'),(1524,1079,'_edit_last','1'),(1525,1080,'_wp_attached_file','2015/01/photo-2.jpg'),(1526,1080,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:19:\"2015/01/photo-2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"photo-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"photo-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";d:2.399999999999999911182158029987476766109466552734375;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1417437044;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:15:\"0.0333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;}}'),(1527,1081,'_edit_lock','1421797400:1'),(1528,1081,'_edit_last','1'),(1529,1083,'_edit_lock','1421796325:1'),(1530,1083,'_edit_last','1'),(1531,1084,'_wp_attached_file','2015/01/unnamed-6.jpg'),(1532,1084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:21:\"2015/01/unnamed-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"unnamed-6-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1533,1085,'_wp_attached_file','2015/01/unnamed-7.jpg'),(1534,1085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:21:\"2015/01/unnamed-7.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-7-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"unnamed-7-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1535,1086,'_wp_attached_file','2015/01/unnamed.jpg'),(1536,1086,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:19:\"2015/01/unnamed.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unnamed-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"unnamed-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1537,1087,'_wp_attached_file','2015/01/unnamed-1.jpg'),(1538,1087,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:21:\"2015/01/unnamed-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"unnamed-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1539,1088,'_wp_attached_file','2015/01/unnamed-2.jpg'),(1540,1088,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:21:\"2015/01/unnamed-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"unnamed-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1541,1089,'_wp_attached_file','2015/01/unnamed-3.jpg'),(1542,1089,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:21:\"2015/01/unnamed-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-3-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"unnamed-3-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1543,1090,'_wp_attached_file','2015/01/unnamed-4.jpg'),(1544,1090,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:21:\"2015/01/unnamed-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"unnamed-4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1545,1091,'_wp_attached_file','2015/01/unnamed-5.jpg'),(1546,1091,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:21:\"2015/01/unnamed-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-5-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"unnamed-5-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1547,1094,'_wp_attached_file','2015/01/Grill-and-Plastering-work-is-going-on-2.jpg'),(1548,1094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:51:\"2015/01/Grill-and-Plastering-work-is-going-on-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Grill-and-Plastering-work-is-going-on-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Grill-and-Plastering-work-is-going-on-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Grill-and-Plastering-work-is-going-on-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1549,1095,'_wp_attached_file','2015/01/Ceiling-Plastering-work-is-going-on.jpg'),(1550,1095,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:47:\"2015/01/Ceiling-Plastering-work-is-going-on.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"Ceiling-Plastering-work-is-going-on-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"Ceiling-Plastering-work-is-going-on-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:48:\"Ceiling-Plastering-work-is-going-on-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1551,1096,'_wp_attached_file','2015/01/Ceiling-Plastering-work-is-going-on-2.jpg'),(1552,1096,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:49:\"2015/01/Ceiling-Plastering-work-is-going-on-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Ceiling-Plastering-work-is-going-on-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Ceiling-Plastering-work-is-going-on-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Ceiling-Plastering-work-is-going-on-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1553,1097,'_wp_attached_file','2015/01/Portico-of-First-Floor.jpg'),(1554,1097,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:34:\"2015/01/Portico-of-First-Floor.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Portico-of-First-Floor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Portico-of-First-Floor-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Portico-of-First-Floor-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1555,1098,'_wp_attached_file','2015/01/Side-View-of-the-Hospital-Building.jpg'),(1556,1098,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:46:\"2015/01/Side-View-of-the-Hospital-Building.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"Side-View-of-the-Hospital-Building-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"Side-View-of-the-Hospital-Building-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"Side-View-of-the-Hospital-Building-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1557,1099,'_wp_attached_file','2015/01/Front-View-of-the-Hospital.jpg'),(1558,1099,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:38:\"2015/01/Front-View-of-the-Hospital.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Front-View-of-the-Hospital-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Front-View-of-the-Hospital-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Front-View-of-the-Hospital-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1559,1100,'_wp_attached_file','2015/01/Front-View-of-the-Hospital-2.jpg'),(1560,1100,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:40:\"2015/01/Front-View-of-the-Hospital-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Front-View-of-the-Hospital-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Front-View-of-the-Hospital-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"Front-View-of-the-Hospital-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1561,1101,'_wp_attached_file','2015/01/Grill-and-Plastering-work-is-going-on.jpg'),(1562,1101,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:894;s:4:\"file\";s:49:\"2015/01/Grill-and-Plastering-work-is-going-on.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"Grill-and-Plastering-work-is-going-on-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"Grill-and-Plastering-work-is-going-on-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"Grill-and-Plastering-work-is-going-on-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1563,1104,'_edit_lock','1421796423:1'),(1564,1104,'_edit_last','1'),(1565,1110,'_edit_lock','1423073401:1'),(1566,1110,'_edit_last','1'),(1567,1111,'_wp_attached_file','2015/02/India_Mission_Trip_Prayer_Points_web1.jpg'),(1568,1111,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:392;s:4:\"file\";s:49:\"2015/02/India_Mission_Trip_Prayer_Points_web1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"India_Mission_Trip_Prayer_Points_web1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"India_Mission_Trip_Prayer_Points_web1-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1839,839,'_default_calendar_list_range_span','7'),(1846,839,'_default_calendar_expand_multi_day_events','yes'),(1595,1129,'_edit_lock','1425558491:1'),(1596,1129,'_edit_last','1'),(1597,1130,'_edit_lock','1426118407:1'),(1598,1130,'_edit_last','1'),(1599,1133,'_wp_attached_file','2015/03/get_connected_05.jpg'),(1600,1133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:927;s:6:\"height\";i:378;s:4:\"file\";s:28:\"2015/03/get_connected_05.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"get_connected_05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"get_connected_05-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1601,1134,'_edit_lock','1426118343:1'),(1602,1134,'_edit_last','1'),(1603,1135,'_wp_attached_file','2015/03/get_connected_051.jpg'),(1604,1135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:927;s:6:\"height\";i:378;s:4:\"file\";s:29:\"2015/03/get_connected_051.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"get_connected_051-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"get_connected_051-300x122.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1605,1137,'_edit_lock','1426239997:1'),(1606,1137,'_edit_last','1'),(1607,1138,'_wp_attached_file','2015/02/India-Night-modified-ML3.jpg'),(1608,1138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1748;s:6:\"height\";i:2480;s:4:\"file\";s:36:\"2015/02/India-Night-modified-ML3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"India-Night-modified-ML3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"India-Night-modified-ML3-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"India-Night-modified-ML3-722x1024.jpg\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1609,1140,'_edit_lock','1427570697:1'),(1610,1140,'_edit_last','1'),(1611,1141,'_wp_attached_file','2015/03/Picture11.jpg'),(1612,1141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:807;s:6:\"height\";i:1176;s:4:\"file\";s:21:\"2015/03/Picture11.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Picture11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Picture11-206x300.jpg\";s:5:\"width\";i:206;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Picture11-703x1024.jpg\";s:5:\"width\";i:703;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1613,1142,'_edit_lock','1427571078:1'),(1614,1142,'_edit_last','1'),(1615,1143,'_edit_last','1'),(1616,1143,'_edit_lock','1427662984:1'),(1617,1149,'_edit_lock','1431411772:1'),(1618,1149,'_edit_last','1'),(1621,1155,'_edit_lock','1434023962:1'),(1622,1155,'_edit_last','1'),(1623,1156,'_wp_attached_file','2015/06/India-Ladies-night-June-2015.jpg'),(1624,1156,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:1754;s:4:\"file\";s:40:\"2015/06/India-Ladies-night-June-2015.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"India-Ladies-night-June-2015-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"India-Ladies-night-June-2015-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"India-Ladies-night-June-2015-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1625,1157,'_wp_attached_file','2015/06/India-Ladies-night-June-20151.jpg'),(1626,1157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1240;s:6:\"height\";i:1754;s:4:\"file\";s:41:\"2015/06/India-Ladies-night-June-20151.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"India-Ladies-night-June-20151-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"India-Ladies-night-June-20151-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"India-Ladies-night-June-20151-724x1024.jpg\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1627,1161,'_edit_lock','1434476715:1'),(1628,1161,'_edit_last','1'),(1629,1164,'_edit_lock','1434476803:1'),(1630,1164,'_edit_last','1'),(1631,1165,'_edit_lock','1434477736:1'),(1632,1165,'_edit_last','1'),(1633,1166,'_edit_lock','1434477596:1'),(1634,1166,'_edit_last','1'),(1635,1167,'_edit_lock','1434477848:1'),(1636,1167,'_edit_last','1'),(1637,1171,'_edit_lock','1438201995:1'),(1638,1171,'_edit_last','1'),(1639,1177,'_edit_lock','1438201966:1'),(1640,1177,'_edit_last','1'),(1641,1178,'_edit_lock','1438202041:1'),(1642,1178,'_edit_last','1'),(1643,1179,'_edit_lock','1438202070:1'),(1644,1179,'_edit_last','1'),(1645,1180,'_edit_lock','1438202131:1'),(1646,1180,'_edit_last','1'),(1647,1181,'_edit_lock','1441751933:1'),(1648,1181,'_edit_last','1'),(1649,1182,'_wp_attached_file','2015/09/Mission-Event-Banner-.jpg'),(1650,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4203;s:6:\"height\";i:1756;s:4:\"file\";s:33:\"2015/09/Mission-Event-Banner-.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Mission-Event-Banner--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Mission-Event-Banner--300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Mission-Event-Banner--1024x428.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:428;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:13:\"Administrator\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1441726683;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1651,1183,'_wp_attached_file','2015/09/Mission-Event-Leaflet-.jpg'),(1652,1183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1771;s:6:\"height\";i:2529;s:4:\"file\";s:34:\"2015/09/Mission-Event-Leaflet-.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Mission-Event-Leaflet--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Mission-Event-Leaflet--210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Mission-Event-Leaflet--717x1024.jpg\";s:5:\"width\";i:717;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1653,1184,'_edit_lock','1442481799:1'),(1654,1184,'_edit_last','1'),(1655,1185,'_edit_lock','1441752312:1'),(1656,1185,'_edit_last','1'),(1672,1200,'_edit_lock','1443864310:1'),(1658,1188,'_edit_lock','1481640392:1'),(1659,1188,'_edit_last','1'),(1660,1188,'_wp_page_template','default'),(1661,1190,'_menu_item_type','post_type'),(1662,1190,'_menu_item_menu_item_parent','363'),(1663,1190,'_menu_item_object_id','1188'),(1664,1190,'_menu_item_object','page'),(1665,1190,'_menu_item_target',''),(1666,1190,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1667,1190,'_menu_item_xfn',''),(1668,1190,'_menu_item_url',''),(1670,1195,'_wp_attached_file','2015/09/autumn_20151.pdf'),(1671,1196,'_wp_attached_file','2015/09/YC_Autumn_2015.pdf'),(1673,1200,'_edit_last','1'),(1674,1201,'_edit_lock','1443864866:1'),(1675,1201,'_edit_last','1'),(1676,1202,'_edit_lock','1443865011:1'),(1677,1202,'_edit_last','1'),(1678,1203,'_edit_lock','1443865083:1'),(1679,1203,'_edit_last','1'),(1680,1204,'_edit_lock','1443865133:1'),(1681,1204,'_edit_last','1'),(1682,1207,'_edit_lock','1447619300:1'),(1683,1207,'_edit_last','1'),(1684,1208,'_wp_attached_file','2015/11/12193860_1073242079355554_8839506627802377141_n.jpg'),(1685,1208,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:676;s:6:\"height\";i:960;s:4:\"file\";s:59:\"2015/11/12193860_1073242079355554_8839506627802377141_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"12193860_1073242079355554_8839506627802377141_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"12193860_1073242079355554_8839506627802377141_n-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1686,1209,'_edit_lock','1448216970:1'),(1687,1209,'_edit_last','1'),(1688,1210,'_wp_attached_file','2015/11/BPC-Celebration-Day-FINAL2.jpg'),(1689,1210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1016;s:6:\"height\";i:1449;s:4:\"file\";s:38:\"2015/11/BPC-Celebration-Day-FINAL2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"BPC-Celebration-Day-FINAL2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"BPC-Celebration-Day-FINAL2-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"BPC-Celebration-Day-FINAL2-718x1024.jpg\";s:5:\"width\";i:718;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;}}'),(1690,1212,'_edit_lock','1449698068:1'),(1691,1212,'_edit_last','1'),(1692,1213,'_edit_lock','1449698117:1'),(1693,1213,'_edit_last','1'),(1694,1214,'_edit_lock','1449698169:1'),(1695,1214,'_edit_last','1'),(1696,1215,'_edit_lock','1449698221:1'),(1697,1215,'_edit_last','1'),(1698,1218,'_edit_lock','1449698376:1'),(1699,1218,'_edit_last','1'),(1700,1219,'_edit_lock','1449698512:1'),(1701,1219,'_edit_last','1'),(1702,1221,'_edit_lock','1449698909:1'),(1703,1221,'_edit_last','1'),(1704,1222,'_edit_lock','1449699545:1'),(1705,1222,'_edit_last','1'),(1706,1223,'_edit_lock','1449704846:1'),(1707,1223,'_edit_last','1'),(1709,1227,'_wp_attached_file','2015/12/christmas_back.jpg'),(1710,1227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:523;s:4:\"file\";s:26:\"2015/12/christmas_back.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"christmas_back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"christmas_back-300x196.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:196;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"christmas_back-768x502.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:502;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1711,1230,'_edit_lock','1449753666:1'),(1712,1230,'_edit_last','1'),(1713,1231,'_edit_lock','1449753639:1'),(1714,1231,'_edit_last','1'),(1715,1232,'_wp_attached_file','2015/12/Picture1.jpg'),(1716,1232,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:479;s:6:\"height\";i:359;s:4:\"file\";s:20:\"2015/12/Picture1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Picture1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Picture1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(1717,1233,'_edit_lock','1457620917:1'),(1718,1233,'_edit_last','1'),(1719,1234,'_wp_attached_file','2016/03/Palm-Sunday-2016-Web2.jpg'),(1720,1234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2453;s:6:\"height\";i:1490;s:4:\"file\";s:33:\"2016/03/Palm-Sunday-2016-Web2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Palm-Sunday-2016-Web2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Palm-Sunday-2016-Web2-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Palm-Sunday-2016-Web2-768x466.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:466;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Palm-Sunday-2016-Web2-1024x622.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:622;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1721,1235,'_wp_attached_file','2016/03/New-Banner-2016-Web4.jpg'),(1722,1235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1748;s:6:\"height\";i:736;s:4:\"file\";s:32:\"2016/03/New-Banner-2016-Web4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"New-Banner-2016-Web4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"New-Banner-2016-Web4-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"New-Banner-2016-Web4-768x323.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"New-Banner-2016-Web4-1024x431.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1723,1237,'_edit_lock','1458745476:1'),(1724,1237,'_edit_last','1'),(1725,1238,'_edit_lock','1458745506:1'),(1726,1238,'_edit_last','1'),(1727,1239,'_edit_lock','1458745536:1'),(1728,1239,'_edit_last','1'),(1729,1240,'_edit_lock','1458745564:1'),(1730,1240,'_edit_last','1'),(1731,1241,'_edit_lock','1458749596:1'),(1732,1241,'_edit_last','1'),(1733,1243,'_wp_attached_file','2013/06/Shutter-Stock-Icons-Welcome-Image-300x200.jpg'),(1734,1243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:200;s:4:\"file\";s:53:\"2013/06/Shutter-Stock-Icons-Welcome-Image-300x200.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Shutter-Stock-Icons-Welcome-Image-300x200-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Shutter-Stock-Icons-Welcome-Image-300x200-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1735,1246,'_edit_lock','1462310980:1'),(1736,1246,'_edit_last','1'),(1737,1247,'_wp_attached_file','2016/05/Got-talent_logo_red.jpg'),(1738,1247,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2424;s:6:\"height\";i:1092;s:4:\"file\";s:31:\"2016/05/Got-talent_logo_red.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Got-talent_logo_red-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Got-talent_logo_red-300x135.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Got-talent_logo_red-768x346.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Got-talent_logo_red-1024x461.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1739,1249,'_edit_lock','1465220814:1'),(1742,1251,'_wp_attached_file','2016/06/Patrick-Mission-Hospital-Building-Update-27.5.16.docx'),(1741,1249,'_edit_last','1'),(1743,1253,'_edit_lock','1471856555:1'),(1744,1253,'_edit_last','1'),(1745,1253,'_oembed_49f3fe916a553c6db580fb3d9c8c102a','{{unknown}}'),(1746,1254,'_wp_attached_file','2016/08/BW16-Flyer-FrontSml.jpg'),(1747,1254,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:314;s:6:\"height\";i:222;s:4:\"file\";s:31:\"2016/08/BW16-Flyer-FrontSml.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"BW16-Flyer-FrontSml-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"BW16-Flyer-FrontSml-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1463952305\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1748,1255,'_edit_lock','1471856607:1'),(1749,1255,'_edit_last','1'),(1750,1256,'_wp_attached_file','2016/08/BPC-2016-Autumn-Leaflet-FRONT.jpg'),(1751,1256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:857;s:6:\"height\";i:1225;s:4:\"file\";s:41:\"2016/08/BPC-2016-Autumn-Leaflet-FRONT.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"BPC-2016-Autumn-Leaflet-FRONT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"BPC-2016-Autumn-Leaflet-FRONT-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"BPC-2016-Autumn-Leaflet-FRONT-768x1098.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1098;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"BPC-2016-Autumn-Leaflet-FRONT-716x1024.jpg\";s:5:\"width\";i:716;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1753,1259,'_edit_lock','1471856682:1'),(1754,1259,'_edit_last','1'),(1755,1260,'_wp_attached_file','2016/08/BPC-2016-Autumn-Leaflet-FRONT-1.jpg'),(1756,1260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:857;s:6:\"height\";i:1225;s:4:\"file\";s:43:\"2016/08/BPC-2016-Autumn-Leaflet-FRONT-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"BPC-2016-Autumn-Leaflet-FRONT-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"BPC-2016-Autumn-Leaflet-FRONT-1-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"BPC-2016-Autumn-Leaflet-FRONT-1-768x1098.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1098;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"BPC-2016-Autumn-Leaflet-FRONT-1-716x1024.jpg\";s:5:\"width\";i:716;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1757,1261,'_edit_lock','1471856771:1'),(1758,1261,'_edit_last','1'),(1759,1262,'_wp_attached_file','2016/08/BPC-2016-Autumn-Leaflet-FRONT-2.jpg'),(1760,1262,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:857;s:6:\"height\";i:1225;s:4:\"file\";s:43:\"2016/08/BPC-2016-Autumn-Leaflet-FRONT-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"BPC-2016-Autumn-Leaflet-FRONT-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"BPC-2016-Autumn-Leaflet-FRONT-2-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:44:\"BPC-2016-Autumn-Leaflet-FRONT-2-768x1098.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1098;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:44:\"BPC-2016-Autumn-Leaflet-FRONT-2-716x1024.jpg\";s:5:\"width\";i:716;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1761,1263,'_edit_lock','1471856897:1'),(1762,1263,'_edit_last','1'),(1763,1264,'_wp_attached_file','2016/08/unnamed.jpg'),(1764,1264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:444;s:6:\"height\";i:630;s:4:\"file\";s:19:\"2016/08/unnamed.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unnamed-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1765,1265,'_edit_lock','1475592971:1'),(1766,1265,'_edit_last','1'),(1767,1266,'_wp_attached_file','2016/08/unnamed-1.jpg'),(1768,1266,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:444;s:6:\"height\";i:630;s:4:\"file\";s:21:\"2016/08/unnamed-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-1-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1769,1267,'_wp_attached_file','2016/08/unnamed-2.jpg'),(1770,1267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:355;s:4:\"file\";s:21:\"2016/08/unnamed-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-2-300x125.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"unnamed-2-768x320.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1771,1268,'_edit_lock','1473346363:1'),(1772,1268,'_edit_last','1'),(1773,1274,'_wp_attached_file','2013/06/autumn-2016.pdf'),(1774,1277,'_edit_lock','1473341937:1'),(1775,1277,'_edit_last','1'),(1777,1281,'_edit_lock','1473345364:1'),(1778,1281,'_edit_last','1'),(1779,1288,'_edit_lock','1475492318:1'),(1780,1288,'_edit_last','1'),(1781,1290,'_wp_attached_file','2016/08/Autumn-Banner-2016-Web6.jpg'),(1782,1290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:396;s:4:\"file\";s:35:\"2016/08/Autumn-Banner-2016-Web6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Autumn-Banner-2016-Web6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Autumn-Banner-2016-Web6-300x126.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Autumn-Banner-2016-Web6-768x324.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1783,1293,'_edit_lock','1478559518:1'),(1784,1293,'_edit_last','1'),(1785,1294,'_wp_attached_file','2016/11/Copy-of-ThankYou-4.png'),(1786,1294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:30:\"2016/11/Copy-of-ThankYou-4.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Copy-of-ThankYou-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Copy-of-ThankYou-4-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Copy-of-ThankYou-4-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1787,1295,'_edit_lock','1478867403:1'),(1788,1295,'_edit_last','1'),(1789,1296,'_edit_lock','1478863802:1'),(1790,1296,'_edit_last','1'),(1791,1298,'_edit_lock','1479370345:1'),(1792,1298,'_edit_last','1'),(1793,1299,'_wp_attached_file','2016/11/Refugees-Day-Invitation-1.jpg'),(1794,1299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:883;s:6:\"height\";i:591;s:4:\"file\";s:37:\"2016/11/Refugees-Day-Invitation-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Refugees-Day-Invitation-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"Refugees-Day-Invitation-1-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"Refugees-Day-Invitation-1-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1795,1301,'_edit_lock','1481126071:1'),(1796,1301,'_edit_last','1'),(1797,1302,'_wp_attached_file','2016/12/15390716_1358928480786911_5026479138402398603_n.jpg'),(1798,1302,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:59:\"2016/12/15390716_1358928480786911_5026479138402398603_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"15390716_1358928480786911_5026479138402398603_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"15390716_1358928480786911_5026479138402398603_n-300x251.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"15390716_1358928480786911_5026479138402398603_n-768x644.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1799,1303,'_edit_lock','1481126176:1'),(1800,1303,'_edit_last','1'),(1801,1304,'_edit_lock','1481126471:1'),(1802,1304,'_edit_last','1'),(1803,1306,'_edit_lock','1481126430:1'),(1804,1306,'_edit_last','1'),(1805,1307,'_edit_lock','1481126357:1'),(1806,1307,'_edit_last','1'),(1807,1308,'_edit_lock','1481196064:1'),(1808,1308,'_edit_last','1'),(1809,1310,'_wp_attached_file','2013/06/Youth-Cell-Winter-2017.pdf'),(1810,1316,'_edit_lock','1481640641:1'),(1811,1316,'_edit_last','1'),(1812,1318,'_edit_lock','1485347544:1'),(1813,1318,'_edit_last','1'),(1814,1320,'_edit_lock','1485170081:1'),(1815,1320,'_edit_last','1'),(1816,838,'_calendar_view','a:1:{s:16:\"default-calendar\";s:4:\"grid\";}'),(1817,838,'_default_calendar_list_range_type','daily'),(1818,838,'_default_calendar_list_range_span','7'),(1819,838,'_calendar_begins','today'),(1820,838,'_feed_earliest_event_date','months_before'),(1821,838,'_feed_earliest_event_date_range','1'),(1822,838,'_feed_latest_event_date','years_after'),(1823,838,'_feed_latest_event_date_range','2'),(1824,838,'_default_calendar_event_bubble_trigger','hover'),(1825,838,'_default_calendar_expand_multi_day_events','yes'),(1826,838,'_google_calendar_id','YmVsdm9pcnBhcmlzaEBnbWFpbC5jb20vcHJpdmF0ZS0zOTU1MTY2M2VlYzMxMzQ4MmJkN2RmMjA2YmU4MGJjZi9iYXNpYw=='),(1827,838,'_google_events_max_results','2500'),(1828,838,'_google_events_recurring','show'),(1829,838,'_calendar_date_format_setting','use_site'),(1830,838,'_calendar_time_format_setting','use_site'),(1831,838,'_calendar_datetime_separator','@'),(1832,838,'_calendar_week_starts_on_setting','use_site'),(1833,838,'_feed_cache_user_unit','3600'),(1834,838,'_feed_cache_user_amount','12'),(1835,838,'_feed_cache','43200'),(1848,839,'_google_events_max_results','2500'),(1849,839,'_google_events_recurring','show'),(1850,839,'_calendar_date_format_setting','use_site'),(1851,839,'_calendar_time_format_setting','use_site'),(1852,839,'_calendar_datetime_separator','@'),(1853,839,'_calendar_week_starts_on_setting','use_site'),(1854,839,'_feed_cache_user_unit','3600'),(1855,839,'_feed_cache_user_amount','12'),(1856,839,'_feed_cache','43200'),(1863,1325,'_edit_lock','1489347361:1'),(1864,1325,'_edit_last','1'),(1865,1326,'_wp_attached_file','2017/03/Belvoir-Parish-News-Feb-2017-Copy.pub_.pdf'),(1866,1327,'_edit_lock','1488787359:1'),(1867,1327,'_edit_last','1'),(1868,1328,'_edit_lock','1488787400:1'),(1869,1328,'_edit_last','1'),(1870,1330,'_edit_lock','1489753798:1'),(1871,1331,'_wp_attached_file','2017/03/Final-Service-29th-Jan-2017.mp3'),(1872,1331,'_wp_attachment_metadata','a:16:{s:10:\"dataformat\";s:3:\"mp3\";s:8:\"channels\";s:1:\"1\";s:11:\"sample_rate\";s:5:\"44100\";s:7:\"bitrate\";s:6:\"160000\";s:11:\"channelmode\";s:4:\"mono\";s:12:\"bitrate_mode\";s:3:\"cbr\";s:8:\"lossless\";s:0:\"\";s:15:\"encoder_options\";s:6:\"CBR160\";s:17:\"compression_ratio\";s:14:\"0.226757369615\";s:10:\"fileformat\";s:3:\"mp3\";s:8:\"filesize\";s:9:\"124742008\";s:9:\"mime_type\";s:10:\"audio/mpeg\";s:6:\"length\";s:4:\"6237\";s:16:\"length_formatted\";s:7:\"1:43:57\";s:6:\"artist\";s:0:\"\";s:5:\"album\";s:0:\"\";}'),(1873,1330,'_edit_last','1'),(1896,1352,'_edit_last','1'),(1897,1354,'_edit_lock','1495615687:1'),(1898,1354,'_edit_last','1'),(1895,1352,'_edit_lock','1495615606:1'),(1879,1334,'_edit_lock','1489753932:1'),(1880,1334,'_edit_last','1'),(1910,1362,'_edit_lock','1498472760:1'),(1882,1337,'_edit_lock','1492016177:1'),(1883,1337,'_edit_last','1'),(1884,1338,'_edit_lock','1492016199:1'),(1885,1338,'_edit_last','1'),(1886,1339,'_edit_lock','1492016229:1'),(1887,1339,'_edit_last','1'),(1888,1340,'_edit_lock','1492016417:1'),(1889,1340,'_edit_last','1'),(1890,1341,'_edit_lock','1492016307:1'),(1891,1341,'_edit_last','1'),(1892,1343,'_edit_lock','1492016552:1'),(1893,1343,'_edit_last','1'),(1899,1355,'_edit_lock','1495615799:1'),(1900,1355,'_edit_last','1'),(1901,1356,'_edit_lock','1495615888:1'),(1902,1356,'_edit_last','1'),(1903,1357,'_edit_lock','1495616065:1'),(1904,1357,'_edit_last','1'),(1905,1358,'_edit_lock','1495616346:1'),(1906,1358,'_edit_last','1'),(1907,1359,'_edit_lock','1495984936:1'),(1908,1359,'_edit_last','1'),(1909,1360,'_wp_attached_file','2017/05/newsletter-ascension2017.pdf'),(1911,1362,'_edit_last','1'),(1912,1363,'_wp_attached_file','2017/06/Adrian-shares.jpg'),(1913,1363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:25:\"2017/06/Adrian-shares.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Adrian-shares-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Adrian-shares-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Adrian-shares-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Adrian-shares-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 700D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1448977974\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1914,1364,'_edit_lock','1498471083:1'),(1915,1365,'_wp_attached_file','2017/06/Bible-week-2017-front.png'),(1916,1365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1124;s:6:\"height\";i:804;s:4:\"file\";s:33:\"2017/06/Bible-week-2017-front.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Bible-week-2017-front-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Bible-week-2017-front-300x215.png\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Bible-week-2017-front-768x549.png\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Bible-week-2017-front-1024x732.png\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1917,1366,'_wp_attached_file','2017/06/Bible-Week-2017-back.png'),(1918,1366,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1123;s:6:\"height\";i:809;s:4:\"file\";s:32:\"2017/06/Bible-Week-2017-back.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Bible-Week-2017-back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Bible-Week-2017-back-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Bible-Week-2017-back-768x553.png\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Bible-Week-2017-back-1024x738.png\";s:5:\"width\";i:1024;s:6:\"height\";i:738;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1919,1364,'_edit_last','1'),(1920,1368,'_edit_lock','1504479571:1'),(1921,1368,'_edit_last','1'),(1922,1369,'_edit_lock','1504479723:1'),(1923,1369,'_edit_last','1'),(1924,1370,'_edit_lock','1504479792:1'),(1925,1370,'_edit_last','1'),(1926,1372,'_edit_lock','1506351572:1'),(1927,1372,'_edit_last','1'),(1928,1373,'_wp_attached_file','2017/09/AM-2.jpg'),(1929,1373,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2443;s:6:\"height\";i:1711;s:4:\"file\";s:16:\"2017/09/AM-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"AM-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"AM-2-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:16:\"AM-2-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"AM-2-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1930,1374,'_edit_lock','1506351652:1'),(1931,1375,'_wp_attached_file','2017/09/AM-2-1.jpg'),(1932,1375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2443;s:6:\"height\";i:1711;s:4:\"file\";s:18:\"2017/09/AM-2-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AM-2-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"AM-2-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"AM-2-1-768x538.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"AM-2-1-1024x717.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1933,1374,'_edit_last','1'),(1934,1376,'_edit_lock','1506351753:1'),(1935,1376,'_edit_last','1'),(1936,1379,'_edit_lock','1508495359:1'),(1937,1380,'_wp_attached_file','2017/10/belvoir-harvest.jpg'),(1938,1380,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2017/10/belvoir-harvest.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"belvoir-harvest-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"belvoir-harvest-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"belvoir-harvest-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1939,1379,'_edit_last','1'),(1940,1388,'_edit_lock','1509098906:1'),(1941,1388,'_edit_last','1'),(1942,1390,'_edit_lock','1509055702:1'),(1943,1390,'_edit_last','1'),(1944,1391,'_wp_attached_file','2017/10/family.jpg'),(1945,1391,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2017/10/family.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"family-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"family-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"family-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1946,1399,'_edit_last','1'),(1947,1399,'_edit_lock','1510174833:1'),(1948,1401,'_edit_lock','1511200098:1'),(1949,1401,'_edit_last','1'),(1950,1401,'_wp_page_template','default'),(2118,1501,'_menu_item_url',''),(2117,1501,'_menu_item_xfn',''),(2116,1501,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2115,1501,'_menu_item_target',''),(2114,1501,'_menu_item_object','page'),(2113,1501,'_menu_item_object_id','1492'),(1960,1404,'_edit_lock','1510328244:1'),(1961,1404,'_edit_last','1'),(1962,1405,'_wp_attached_file','2017/11/unnamed-1.jpg'),(1963,1405,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:21:\"2017/11/unnamed-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"unnamed-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"unnamed-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1964,1406,'_wp_attached_file','2017/11/unnamed.jpg'),(1965,1406,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:720;s:6:\"height\";i:960;s:4:\"file\";s:19:\"2017/11/unnamed.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"unnamed-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1966,1410,'_edit_lock','1512489376:1'),(1967,1410,'_edit_last','1'),(1968,1413,'_edit_lock','1511200389:1'),(1969,1413,'_edit_last','1'),(1970,1413,'_wp_page_template','sermons.php'),(2112,1501,'_menu_item_menu_item_parent','0'),(2111,1501,'_menu_item_type','post_type'),(2110,1500,'_edit_last','1'),(2109,1500,'_edit_lock','1526982086:1'),(2108,1499,'_edit_last','1'),(2107,1499,'_edit_lock','1526981364:1'),(2106,1497,'_edit_last','1'),(2105,1497,'_edit_lock','1526980853:1'),(2104,1496,'_menu_item_orphaned','1526979902'),(2103,1496,'_menu_item_url',''),(2102,1496,'_menu_item_xfn',''),(2101,1496,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2100,1496,'_menu_item_target',''),(2099,1496,'_menu_item_object','page'),(2098,1496,'_menu_item_object_id','1492'),(2097,1496,'_menu_item_menu_item_parent','0'),(2096,1496,'_menu_item_type','post_type'),(2095,1495,'_menu_item_orphaned','1526979843'),(2094,1495,'_menu_item_url',''),(2093,1495,'_menu_item_xfn',''),(2092,1495,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2091,1495,'_menu_item_target',''),(2090,1495,'_menu_item_object','page'),(2089,1495,'_menu_item_object_id','1492'),(2088,1495,'_menu_item_menu_item_parent','0'),(2087,1495,'_menu_item_type','post_type'),(2007,965,'_oembed_36587b815fe6f1ed3b35c1c6f76c96fa','{{unknown}}'),(2008,1431,'_wp_attached_file','2017/11/23755144_1721264597886629_3646166030848579529_n.jpg'),(2009,1431,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:325;s:6:\"height\";i:325;s:4:\"file\";s:59:\"2017/11/23755144_1721264597886629_3646166030848579529_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"23755144_1721264597886629_3646166030848579529_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"23755144_1721264597886629_3646166030848579529_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2010,1433,'_wp_attached_file','2017/11/24059100_1727789840567438_6351710248521161619_n.jpg'),(2011,1433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:59:\"2017/11/24059100_1727789840567438_6351710248521161619_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"24059100_1727789840567438_6351710248521161619_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"24059100_1727789840567438_6351710248521161619_n-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"24059100_1727789840567438_6351710248521161619_n-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2012,1437,'_edit_lock','1511907671:1'),(2013,1437,'_edit_last','1'),(2014,1438,'_edit_lock','1511907720:1'),(2015,1438,'_edit_last','1'),(2016,1439,'_edit_lock','1512566019:1'),(2017,1439,'_edit_last','1'),(2018,1440,'_edit_lock','1511910802:1'),(2019,1440,'_edit_last','1'),(2020,1441,'_edit_lock','1511910839:1'),(2021,1441,'_edit_last','1'),(2022,1442,'_edit_lock','1511911141:1'),(2023,1442,'_edit_last','1'),(2024,1444,'_wp_attached_file','2017/12/24232008_1729032033776552_8515267776193602207_n.jpg'),(2025,1444,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:681;s:6:\"height\";i:280;s:4:\"file\";s:59:\"2017/12/24232008_1729032033776552_8515267776193602207_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"24232008_1729032033776552_8515267776193602207_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"24232008_1729032033776552_8515267776193602207_n-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2026,1449,'_edit_lock','1512560193:1'),(2027,1449,'_edit_last','1'),(2028,1449,'_wp_page_template','events.php'),(2029,1452,'_edit_lock','1516457625:1'),(2030,1452,'_edit_last','1'),(2031,1453,'_edit_lock','1516574644:1'),(2032,1453,'_edit_last','1'),(2033,1454,'_edit_lock','1516574236:1'),(2034,1454,'_edit_last','1'),(2035,1455,'_edit_lock','1516458060:1'),(2036,1455,'_edit_last','1'),(2037,1458,'_wp_attached_file','2018/02/lentaseasonofrenewal-960x350.jpg'),(2038,1458,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:350;s:4:\"file\";s:40:\"2018/02/lentaseasonofrenewal-960x350.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"lentaseasonofrenewal-960x350-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"lentaseasonofrenewal-960x350-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"lentaseasonofrenewal-960x350-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2039,1459,'_wp_attached_file','2018/02/alpha_course.jpg'),(2040,1459,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:24:\"2018/02/alpha_course.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"alpha_course-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"alpha_course-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2041,1462,'_edit_lock','1516574277:1'),(2042,1462,'_edit_last','1'),(2043,1463,'_edit_lock','1516574311:1'),(2044,1463,'_edit_last','1'),(2045,1464,'_edit_lock','1521566035:1'),(2046,1464,'_edit_last','1'),(2047,1465,'_edit_lock','1521567277:1'),(2048,1465,'_edit_last','1'),(2049,1467,'_wp_attached_file','2018/01/ancient-ash-wednesday-still.jpg'),(2050,1467,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:39:\"2018/01/ancient-ash-wednesday-still.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"ancient-ash-wednesday-still-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"ancient-ash-wednesday-still-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"ancient-ash-wednesday-still-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"ancient-ash-wednesday-still-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2051,1466,'_edit_lock','1516574519:1'),(2052,1466,'_edit_last','1'),(2053,1469,'_wp_attached_file','2018/01/going-deeper-with-god.jpg'),(2054,1469,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:360;s:4:\"file\";s:33:\"2018/01/going-deeper-with-god.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"going-deeper-with-god-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"going-deeper-with-god-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2055,1468,'_edit_lock','1516574724:1'),(2056,1468,'_edit_last','1'),(2057,1470,'_edit_lock','1516574759:1'),(2058,1470,'_edit_last','1'),(2059,1472,'_wp_attached_file','2018/01/17861901_1487700654576359_248573088860849201_n.jpg'),(2060,1472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:58:\"2018/01/17861901_1487700654576359_248573088860849201_n.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"17861901_1487700654576359_248573088860849201_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"17861901_1487700654576359_248573088860849201_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"17861901_1487700654576359_248573088860849201_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2061,1471,'_edit_lock','1516576264:1'),(2062,1471,'_edit_last','1'),(2063,1476,'_edit_lock','1521568044:1'),(2064,1476,'_edit_last','1'),(2065,1477,'_edit_lock','1521568513:1'),(2066,1477,'_edit_last','1'),(2067,1478,'_edit_lock','1521572528:1'),(2068,1478,'_edit_last','1'),(2069,1480,'_edit_lock','1521745098:1'),(2070,1480,'_edit_last','1'),(2071,1482,'_edit_lock','1523622397:1'),(2072,1482,'_edit_last','1'),(2073,1484,'_edit_lock','1526649131:1'),(2074,1484,'_edit_last','1'),(2075,1485,'_wp_attached_file','2018/04/Summer-Craft-Fair-BPC-1920x1080-perfect.jpg'),(2076,1485,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:51:\"2018/04/Summer-Craft-Fair-BPC-1920x1080-perfect.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"Summer-Craft-Fair-BPC-1920x1080-perfect-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"Summer-Craft-Fair-BPC-1920x1080-perfect-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:51:\"Summer-Craft-Fair-BPC-1920x1080-perfect-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:52:\"Summer-Craft-Fair-BPC-1920x1080-perfect-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2077,1487,'_wp_attached_file','2018/06/Summer-Fair-web-banner2-940x392.png'),(2078,1487,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:392;s:4:\"file\";s:43:\"2018/06/Summer-Fair-web-banner2-940x392.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Summer-Fair-web-banner2-940x392-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Summer-Fair-web-banner2-940x392-300x125.png\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:43:\"Summer-Fair-web-banner2-940x392-768x320.png\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2079,1489,'_edit_lock','1526979614:1'),(2080,1489,'_edit_last','1'),(2081,1490,'_wp_attached_file','2018/05/DATA-PRIVACY-NOTICE-Belvoir-website.docx'),(2082,1491,'_wp_attached_file','2018/05/DATA-PRIVACY-NOTICE-Belvoir-website.pdf'),(2083,1492,'_edit_lock','1526979827:1'),(2084,1492,'_edit_last','1'),(2085,1493,'_wp_attached_file','2018/05/DATA-PRIVACY-NOTICE.pdf'),(2086,1492,'_wp_page_template','default'),(2119,1501,'_menu_item_orphaned','1526981463'),(2120,1503,'_edit_lock','1527673499:1'),(2121,1503,'_edit_last','1'),(2122,1505,'_edit_lock','1529495201:1'),(2123,1505,'_edit_last','1'),(2124,1506,'_edit_lock','1529496067:1'),(2125,1506,'_edit_last','1'),(2126,1506,'_wp_page_template','default'),(2127,1508,'_menu_item_type','post_type'),(2128,1508,'_menu_item_menu_item_parent','0'),(2129,1508,'_menu_item_object_id','1492'),(2130,1508,'_menu_item_object','page'),(2131,1508,'_menu_item_target',''),(2132,1508,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2133,1508,'_menu_item_xfn',''),(2134,1508,'_menu_item_url',''),(2135,1508,'_menu_item_orphaned','1529496090'),(2136,1509,'_menu_item_type','post_type'),(2137,1509,'_menu_item_menu_item_parent','0'),(2138,1509,'_menu_item_object_id','1506'),(2139,1509,'_menu_item_object','page'),(2140,1509,'_menu_item_target',''),(2141,1509,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2142,1509,'_menu_item_xfn',''),(2143,1509,'_menu_item_url',''),(2144,1509,'_menu_item_orphaned','1529496127'),(2145,1511,'_wp_attached_file','2018/08/38085817_492600684513379_3083586931397754880_o.jpg'),(2146,1511,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1961;s:6:\"height\";i:1227;s:4:\"file\";s:58:\"2018/08/38085817_492600684513379_3083586931397754880_o.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"38085817_492600684513379_3083586931397754880_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"38085817_492600684513379_3083586931397754880_o-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"38085817_492600684513379_3083586931397754880_o-768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"38085817_492600684513379_3083586931397754880_o-1024x641.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2147,1512,'_wp_attached_file','2018/08/38122629_492600657846715_9086921256573337600_n.jpg'),(2148,1512,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:307;s:4:\"file\";s:58:\"2018/08/38122629_492600657846715_9086921256573337600_n.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"38122629_492600657846715_9086921256573337600_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"38122629_492600657846715_9086921256573337600_n-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"David.Spence@nihe.gov.uk\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:36:\"©Northern Ireland Housing Executive\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2149,1513,'_wp_attached_file','2018/08/38122629_492600657846715_9086921256573337600_n-1.jpg'),(2150,1513,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:427;s:6:\"height\";i:307;s:4:\"file\";s:60:\"2018/08/38122629_492600657846715_9086921256573337600_n-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"38122629_492600657846715_9086921256573337600_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"38122629_492600657846715_9086921256573337600_n-1-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:24:\"David.Spence@nihe.gov.uk\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:36:\"©Northern Ireland Housing Executive\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2151,1514,'_wp_attached_file','2018/08/38085817_492600684513379_3083586931397754880_o-1.jpg'),(2152,1514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1961;s:6:\"height\";i:1227;s:4:\"file\";s:60:\"2018/08/38085817_492600684513379_3083586931397754880_o-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"38085817_492600684513379_3083586931397754880_o-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"38085817_492600684513379_3083586931397754880_o-1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"38085817_492600684513379_3083586931397754880_o-1-768x481.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"38085817_492600684513379_3083586931397754880_o-1-1024x641.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:641;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2153,1517,'_edit_lock','1541547951:1'),(2154,1517,'_edit_last','1'),(2155,1518,'_wp_attached_file','2018/11/B37D72DF-4FFA-4234-90AA-106FA56912D8.jpeg'),(2156,1518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:512;s:4:\"file\";s:49:\"2018/11/B37D72DF-4FFA-4234-90AA-106FA56912D8.jpeg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"B37D72DF-4FFA-4234-90AA-106FA56912D8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"B37D72DF-4FFA-4234-90AA-106FA56912D8-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"B37D72DF-4FFA-4234-90AA-106FA56912D8-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2157,1520,'_edit_lock','1547499005:1'),(2158,1520,'_edit_last','1'),(2159,1521,'_wp_attached_file','2018/11/1-JOHN-LONG-MM.docx'),(2160,1522,'_wp_attached_file','2018/11/2-JOHN-MALONE.docx'),(2161,1523,'_wp_attached_file','2018/11/3-RPE-Greville.docx'),(2162,1524,'_wp_attached_file','2018/11/4-HE-Grenville.docx'),(2163,1525,'_wp_attached_file','2018/11/5-Robert-Mc-Kee.docx'),(2164,1526,'_wp_attached_file','2018/11/6-Thomas-John-Bell.docx'),(2165,1527,'_wp_attached_file','2018/11/7-Thomas-Martin.docx'),(2166,1528,'_wp_attached_file','2018/11/8-Alexander-Peoples.docx'),(2167,1529,'_wp_attached_file','2018/11/9-CSM-Joseph-Hamilton.docx'),(2168,1530,'_wp_attached_file','2018/11/10-Matthew-Mc-Kelvey.docx'),(2169,1531,'_wp_attached_file','2018/11/11-Ernest-Charles-Ormond.docx'),(2170,1532,'_wp_attached_file','2018/11/12-Archie-Chalmers-Hills.docx'),(2171,1533,'_wp_attached_file','2018/11/13-Frederick-Valentine-Russ.docx'),(2172,1534,'_wp_attached_file','2018/11/14-Reginald-Noel-Nicholson.docx'),(2173,1535,'_wp_attached_file','2018/11/15-William-M-Davis.docx'),(2174,1536,'_wp_attached_file','2018/11/16-WILLIAM-JOHN-LYTTLE.docx'),(2175,1537,'_wp_attached_file','2018/11/17-Frederick-Heading.docx'),(2176,1538,'_wp_attached_file','2018/11/18-Samuel-George-Heading.docx'),(2177,1539,'_wp_attached_file','2018/11/19-Harry-Peden.docx'),(2178,1540,'_wp_attached_file','2018/11/20-HERBERT-CAMPBELL.docx'),(2179,1541,'_wp_attached_file','2018/11/21-JamesGirvan.docx'),(2180,1542,'_wp_attached_file','2018/11/22-EdwardWEachus.docx'),(2181,1543,'_wp_attached_file','2018/11/23-James-Samuel-Emerson.docx'),(2182,1544,'_wp_attached_file','2018/11/24-JohnWoods.docx'),(2183,1545,'_wp_attached_file','2018/11/25-WilliamJamesWoods.docx'),(2184,1546,'_wp_attached_file','2018/11/26-Albert-Smith.docx'),(2185,1547,'_wp_attached_file','2018/11/27-ThomasWoods.docx'),(2186,1548,'_wp_attached_file','2018/11/28-John-Smith-.docx'),(2187,1549,'_wp_attached_file','2018/11/29-John-Savage.docx'),(2188,1550,'_wp_attached_file','2018/11/ArmisticeListBelvoir.xlsx'),(2189,1551,'_wp_attached_file','2018/11/Marador-WW1-Register.pptx'),(2190,1553,'_edit_lock','1542834270:1'),(2191,1553,'_edit_last','1'),(2192,1554,'_wp_attached_file','2018/11/1053.jpg'),(2193,1554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:372;s:4:\"file\";s:16:\"2018/11/1053.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1053-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1053-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2194,1555,'_wp_attached_file','2018/11/1243.jpg'),(2195,1555,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:350;s:4:\"file\";s:16:\"2018/11/1243.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1243-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1243-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2196,1556,'_wp_attached_file','2018/11/1366.jpg'),(2197,1556,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:535;s:4:\"file\";s:16:\"2018/11/1366.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1366-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"1366-140x300.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2198,1557,'_wp_attached_file','2018/11/imagesf.jpg'),(2199,1557,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:172;s:4:\"file\";s:19:\"2018/11/imagesf.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"imagesf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2200,1558,'_wp_attached_file','2018/11/1243-1.jpg'),(2201,1558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:350;s:4:\"file\";s:18:\"2018/11/1243-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"1243-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"1243-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2202,1559,'_wp_attached_file','2018/11/1366-1.jpg'),(2203,1559,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:535;s:4:\"file\";s:18:\"2018/11/1366-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"1366-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"1366-1-140x300.jpg\";s:5:\"width\";i:140;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2204,1560,'_wp_attached_file','2018/11/imagesf-1.jpg'),(2205,1560,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:293;s:6:\"height\";i:172;s:4:\"file\";s:21:\"2018/11/imagesf-1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"imagesf-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2206,1561,'_wp_attached_file','2018/11/1053-1.jpg'),(2207,1561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:372;s:4:\"file\";s:18:\"2018/11/1053-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"1053-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"1053-1-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2208,1562,'_edit_lock','1542834321:1'),(2209,1562,'_edit_last','1'),(2210,1563,'_edit_lock','1542834375:1'),(2211,1563,'_edit_last','1'),(2212,1564,'_edit_lock','1542974519:1'),(2213,1564,'_edit_last','1'),(2214,1565,'_edit_lock','1542834467:1'),(2215,1565,'_edit_last','1'),(2216,1566,'_edit_lock','1542834708:1'),(2217,1566,'_edit_last','1'),(2218,1567,'_edit_lock','1542834723:1'),(2219,1567,'_edit_last','1'),(2220,1568,'_edit_lock','1542834677:1'),(2221,1568,'_edit_last','1'),(2222,1570,'_edit_lock','1546450403:1'),(2223,1570,'_edit_last','1'),(2224,1571,'_wp_attached_file','2019/01/Youth-Cell-Winter-2019.pdf'),(2225,1572,'_edit_lock','1547499173:1'),(2226,1572,'_edit_last','1'),(2227,1573,'_wp_attached_file','2019/01/ICMC.pdf'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=1583 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (145,1,'2013-08-23 22:01:54','2013-08-23 21:01:54','MONDAY\r\n\r\n10.00am       Women’s Fellowship Group\r\n6.30-7.30pm Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n\r\n10.00am        Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n\r\n12noon – 1.30pm  Lunch Bunch\r\n 7pm–8.15pm Church Fellowship Meal\r\n\r\n2nd  & 4th Wednesdays of the month\r\n7.30 – 8.30pm          5-a-side Football Secondary aged young people\r\n\r\n1st, 3rd & 5th Wednesdays of term-time\r\n8.15pm          Choir Practice (weekly)\r\n\r\nTHURSDAY\r\n\r\n10.30am        Holy Communion\r\n3-5pm (4-11yrs) Irish Dancing Classes\r\n\r\n6pm- 8pm (teens) Irish Dancing Classes\r\n\r\n8.00pm          Mother’s Union Meeting\r\n\r\n8.00pm          Thursday Cell (2nd and 4th Thursdays )\r\n\r\nSATURDAY\r\n\r\n9.30 – 2.00pm  Irish Dancing Classes\r\n7.30-10.30pm   Badminton\r\n\r\nSUNDAY\r\n\r\n 9.00am        Holy Communion\r\n11.00am        Family Worship - Creche, Sunday Club & Youth group\r\n4.30pm         Evening Prayer\r\n\r\n7.00-8.30pm Youth Fellowship    (Year 8+)','Week at a Glance','','inherit','closed','closed','','143-revision-v1','','','2013-08-23 22:01:54','2013-08-23 21:01:54','',143,'http://www.belvoirparish.co.uk/?p=145',0,'revision','',0),(341,1,'2013-08-25 19:18:47','2013-08-25 18:18:47','MONDAY\r\n10.00am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n 7–8.15pm       Church Fellowship Meal (2nd  & 4th Wednesdays)\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6pm- 8pm        Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting\r\n8.00pm            Thursday Cell (2nd and 4th Thursdays)\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n7.30-10.30pm  Badminton\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n4.30pm              Evening Prayer\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2013-08-25 19:18:47','2013-08-25 18:18:47','',143,'http://www.belvoirparish.co.uk/?p=341',0,'revision','',0),(15,1,'2013-06-04 23:51:34','2013-06-04 22:51:34','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

Church Staff

\r\nThe Revd Adrian McCartney (Rector)\r\n07970 626 384\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact','','publish','closed','closed','','contact-us','','','2017-11-08 09:22:59','2017-11-08 09:22:59','',0,'http://www.belvoirparish.co.uk/?page_id=15',0,'page','',0),(16,1,'2013-06-04 23:50:59','2013-06-04 22:50:59','You can find us at\n\n21 Dunseverick Avenue\nBelfast\nBT8 7EA\n\nThe church building is easily accessible from all of south and east Belfast, and is visible from Belfast’s outer ring that runs between Forestside Shopping Centre and Milltown. Almost opposite Tescos\n

Church Staff

\nThe Revd Canon Tom Keightley (Rector)\n(028) 9064 3777\n\nThe Revd Jacqueline Mould (Curate)\n(028) 9264 7912\njacmould@gmail.com\n\nThe Revd Jeremy Mould (Curate)\n(028) 9264 7912\njermould@gmail.com\n\nMrs Jennifer Stewart (Parish Administrator)\n(028) 9049 1436\nbelvoir@summermadness.co.uk','Contact us','','inherit','closed','closed','','15-revision-v1','','','2013-06-04 23:50:59','2013-06-04 22:50:59','',15,'http://www.belvoirparish.co.uk/?p=16',0,'revision','',0),(17,1,'2013-06-04 23:51:05','2013-06-04 22:51:05','You can find us at\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EA\r\n\r\nThe church building is easily accessible from all of south and east Belfast, and is visible from Belfast’s outer ring that runs between Forestside Shopping Centre and Milltown. Almost opposite Tescos\r\n

Church Staff

\r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\nbelvoir@summermadness.co.uk','Contact us','','inherit','closed','closed','','15-revision-v1','','','2013-06-04 23:51:05','2013-06-04 22:51:05','',15,'http://www.belvoirparish.co.uk/?p=17',0,'revision','',0),(18,1,'2013-06-04 23:51:25','2013-06-04 22:51:25','You can find us at\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EA\r\n\r\nThe church building is easily accessible from all of south and east Belfast, and is visible from Belfast’s outer ring that runs between Forestside Shopping Centre and Milltown. Almost opposite Tescos\r\n

Church Staff

\r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\nbelvoir@summermadness.co.uk','Contact us','','inherit','closed','closed','','15-revision-v1','','','2013-06-04 23:51:25','2013-06-04 22:51:25','',15,'http://www.belvoirparish.co.uk/?p=18',0,'revision','',0),(242,1,'2013-08-24 16:16:26','2013-08-24 15:16:26','You can find us at\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EA\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

Church Staff

\r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\nbelvoir@summermadness.co.uk','Contact us','','inherit','closed','closed','','15-revision-v1','','','2013-08-24 16:16:26','2013-08-24 15:16:26','',15,'http://www.belvoirparish.co.uk/?p=242',0,'revision','',0),(20,1,'2013-06-05 00:01:14','2013-06-04 23:01:14',' ','','','publish','closed','closed','','20','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=20',43,'nav_menu_item','',0),(340,1,'2013-08-25 19:17:01','2013-08-25 18:17:01','MONDAY\r\n10.00am        Women’s Cell Group\r\n6.30-7.30pm Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am        Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n12-1.30pm      Lunch Bunch\r\n 7–8.15pm      Church Fellowship Meal (2nd  & 4th Wednesdays)\r\n7.30-8.30pm  5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm            Choir Practice (weekly)\r\n\r\nTHURSDAY\r\n10.30am         Holy Communion\r\n3-5pm             Irish Dancing Classes (4-11yrs)\r\n6pm- 8pm      Irish Dancing Classes (teens)\r\n8.00pm          Mother’s Union Meeting\r\n8.00pm          Thursday Cell (2nd and 4th Thursdays)\r\n\r\nSATURDAY\r\n9.30am–2pm  Irish Dancing Classes\r\n7.30-10.30pm Badminton\r\n\r\nSUNDAY\r\n 9.00am        Holy Communion\r\n11.00am        Family Worship - Creche, Sunday School & Youth group\r\n4.30pm         Evening Prayer\r\n7-8.30pm     Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2013-08-25 19:17:01','2013-08-25 18:17:01','',143,'http://www.belvoirparish.co.uk/?p=340',0,'revision','',0),(338,1,'2013-08-25 19:12:15','2013-08-25 18:12:15','MONDAY\r\n10.00am       Women’s Cell Group\r\n6.30-7.30pm Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am        Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n12noon – 1.30pm  Lunch Bunch\r\n 7pm–8.15pm Church Fellowship Meal\r\n2nd  & 4th Wednesdays of the month\r\n7.30 – 8.30pm          5-a-side Football Secondary aged young people\r\n1st, 3rd & 5th Wednesdays of term-time\r\n8.15pm          Choir Practice (weekly)\r\n\r\nTHURSDAY\r\n10.30am        Holy Communion\r\n3-5pm (4-11yrs) Irish Dancing Classes\r\n6pm- 8pm (teens) Irish Dancing Classes\r\n8.00pm          Mother’s Union Meeting\r\n8.00pm          Thursday Cell (2nd and 4th Thursdays )\r\n\r\nSATURDAY\r\n9.30 – 2.00pm  Irish Dancing Classes\r\n7.30-10.30pm   Badminton\r\n\r\nSUNDAY\r\n 9.00am        Holy Communion\r\n11.00am        Family Worship - Creche, Sunday Club & Youth group\r\n4.30pm         Evening Prayer\r\n\r\n7.00-8.30pm Youth Fellowship    (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2013-08-25 19:12:15','2013-08-25 18:12:15','',143,'http://www.belvoirparish.co.uk/?p=338',0,'revision','',0),(144,1,'2013-08-23 22:00:14','2013-08-23 21:00:14','MONDAY\r\n\r\n10.00am       Women’s Fellowship Group\r\n6.30-7.30pm Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n\r\n10.00am        Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n\r\n12noon – 1.30pm  Lunch Bunch\r\n 7pm–8.15pm Church Fellowship Meal\r\n\r\n2nd  & 4th Wednesdays of the month\r\n7.30 – 8.30pm          5-a-side Football Secondary aged young people\r\n\r\n1st, 3rd & 5th Wednesdays of term-time\r\n8.15pm          Choir Practice (weekly)\r\n\r\nTHURSDAY\r\n\r\n10.30am        Holy Communion\r\n3-5pm (4-11yrs) Irish Dancing Classes\r\n\r\n6pm- 8pm (teens) Irish Dancing Classes\r\n\r\n8.00pm          Mother’s Union Meeting\r\n\r\n8.00pm          Thursday Cell (2nd and 4th Thursdays )\r\n\r\nSATURDAY\r\n\r\n9.30 – 2.00pm  Irish Dancing Classes\r\n7.30-10.30pm   Badminton\r\n\r\nSUNDAY\r\n\r\n 9.00am        Holy Communion\r\n11.00am        Family Worship - Creche, Sunday Club & Youth group\r\n4.30pm         Evening Prayer\r\n\r\n7.00-8.30pm Youth Fellowship    (Year 8+)','Week at a Glanance','','inherit','closed','closed','','143-revision-v1','','','2013-08-23 22:00:14','2013-08-23 21:00:14','',143,'http://www.belvoirparish.co.uk/?p=144',0,'revision','',0),(37,1,'2013-06-17 22:05:17','2013-06-17 21:05:17','http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/cropped-belvoir-logo.gif','cropped-belvoir-logo.gif','','inherit','closed','closed','','cropped-belvoir-logo-gif','','','2013-06-17 22:05:17','2013-06-17 21:05:17','',0,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/cropped-belvoir-logo.gif',0,'attachment','image/gif',0),(38,1,'2013-06-17 22:30:28','2013-06-17 21:30:28','http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/belvoir-logo.gif','belvoir-logo.gif','','inherit','closed','closed','','belvoir-logo-gif','','','2013-06-17 22:30:28','2013-06-17 21:30:28','',0,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/belvoir-logo.gif',0,'attachment','image/gif',0),(41,1,'2013-06-17 22:48:59','2013-06-17 21:48:59','http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/0001Vs.jpeg','0001Vs.jpeg','','inherit','closed','closed','','0001vs-jpeg','','','2013-06-17 22:48:59','2013-06-17 21:48:59','',0,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/0001Vs.jpeg',0,'attachment','image/jpeg',0),(42,1,'2013-06-17 22:49:51','2013-06-17 21:49:51','http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/cropped-0001df.jpeg','cropped-0001df.jpeg','','inherit','closed','closed','','cropped-0001df-jpeg','','','2013-06-17 22:49:51','2013-06-17 21:49:51','',0,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/cropped-0001df.jpeg',0,'attachment','image/jpeg',0),(139,1,'2013-08-23 21:02:03','2013-08-23 20:02:03','Wednesdays 12-1.30pm. Enjoy a selection of freshly made sandwiches and home baked cakes. All profits go towards our India Fund. Suggested min donation is £2. Everyone welcomed!\r\n\r\n \r\n\r\n\"254095_227873510559086_1562823_n\" \"247039_227873450559092_2931697_n\" \"254519_227873533892417_3317607_n\"','Lunch Bunch','','publish','closed','closed','','lunch-bunch','','','2013-08-23 23:52:11','2013-08-23 22:52:11','',0,'http://www.belvoirparish.co.uk/?page_id=139',0,'page','',0),(132,1,'2013-08-04 15:22:06','2013-08-04 14:22:06','Podcast Feed Page.','Podcast Page - Mint Themes','','publish','closed','closed','','podcast-page-mint-themes','','','2013-08-04 15:22:06','2013-08-04 14:22:06','',0,'http://www.belvoirparish.co.uk/?page_id=132',0,'page','',0),(138,1,'2013-08-23 21:01:23','2013-08-23 20:01:23','SERVICE TIMES\r\n\r\nSundays\r\n\r\n9am: Holy Communion\r\n\r\n11am: Morning Worship\r\n\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n\r\n10.30am: Holy Communion','Service times','','inherit','closed','closed','','87-revision-v1','','','2013-08-23 21:01:23','2013-08-23 20:01:23','',87,'http://www.belvoirparish.co.uk/?p=138',0,'revision','',0),(46,1,'2013-06-17 23:34:32','2013-06-17 22:34:32','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian\r\n\"Belvoir-teamsmall\"Mission Centre to encourage their ministry in Salem, India.\r\n\r\nThe ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of \"OLYMPUSour primary goals of Belvoir was to provide funds to build an onsite hospital - St.Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this website and watch the video below.\r\n\r\n\r\n\r\nPlease follow this link to download the Standing Order Form - India Fund.','India Project','','publish','closed','closed','','missions','','','2017-10-23 11:47:30','2017-10-23 10:47:30','',0,'http://www.belvoirparish.co.uk/?page_id=46',0,'page','',0),(1385,1,'2017-10-23 11:47:30','2017-10-23 10:47:30','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian\r\n\"Belvoir-teamsmall\"Mission Centre to encourage their ministry in Salem, India.\r\n\r\nThe ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of \"OLYMPUSour primary goals of Belvoir was to provide funds to build an onsite hospital - St.Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this website and watch the video below.\r\n\r\n\r\n\r\nPlease follow this link to download the Standing Order Form - India Fund.','India Project','','inherit','closed','closed','','46-revision-v1','','','2017-10-23 11:47:30','2017-10-23 10:47:30','',46,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(47,1,'2013-06-17 23:04:16','2013-06-17 22:04:16','','Missions','','inherit','closed','closed','','46-revision-v1','','','2013-06-17 23:04:16','2013-06-17 22:04:16','',46,'http://www.belvoirparish.co.uk/?p=47',0,'revision','',0),(48,1,'2013-06-17 23:34:19','2013-06-17 22:34:19','\"file0001465088015-1\"Belvoir Parish has been involved with various outreach projects over the years. More recently we have moved more local with an aim to become more involved with the needs of people closer to the Belvoir area.\r\n\r\nWe offer food support to people and families who find themselves in need of crisis support, where a simple food hamper can relieve the pressure and stress for a short time. This project has grown to include supporting the wider community through the STOREHOUSE group food support programme. If you need assistance or know some who does, please contact Carson Bell or Wendy Lewis. There are collection boxes located at both church doors, if you would like to donate food items.\r\n\r\n\"P3100429\"\r\n\r\nAnother of our recent outreach projects has been the most enjoyable and fulfilling reading evenings that we hold on a regular basis at the Taylor Court residents housing. The project has been running for the past year and has proved very popular to both readers and residents, especially now that we have included some musical time to the evenings.\r\n\r\nNew volunteers are always welcomed. With more volunteers, it would be possible to offer more time to review and serve the needs of local community. In God’s time and with His blessing we strive to listen to His guiding word for doors open and opportunities to arise. Please contact Carson Bell if you would like to become involved in our local outreach projects.','Local Outreach','','publish','closed','closed','','local-outreach','','','2013-08-25 20:42:00','2013-08-25 19:42:00','',0,'http://www.belvoirparish.co.uk/?page_id=48',0,'page','',0),(49,1,'2013-06-17 23:04:45','2013-06-17 22:04:45','','Local Outreach','','inherit','closed','closed','','48-revision-v1','','','2013-06-17 23:04:45','2013-06-17 22:04:45','',48,'http://www.belvoirparish.co.uk/?p=49',0,'revision','',0),(50,1,'2013-06-17 23:04:49','2013-06-17 22:04:49','LOCAL OUTREACH\r\n\r\nBelvoir has been involved with various outreach projects over the years. One of our most successful involvements being the Summer Madness festival for local young people. More recently we have moved even more local with an aim to become more involved with the needs of people closer to Belvoir itself.\r\n\r\nOur first project was to offer food support to people and families who find themselves in need of crisis support were a simple food hamper can relieve the pressure and stress for a short time and allow respite time. This project has grown to include supporting the wider community through the STOREHOUSE group food support programme.\r\n\r\nAnother of our recent outreach projects has been the most enjoyable and fulfilling reading evenings that we hold on a regular basis at the Taylor Court residents housing. The project has been running for just over a year now and has proved very popular to both readers and residents, especially now that we have included some musical time to the evenings.\r\n\r\nLonger term it would be great to involve larger numbers of the congregation we these local outreach projects. With larger numbers of volunteers it would be possible to offer more time to review and serve the needs of local community. In God’s time and with His blessing we strive to listen to His guiding word and as doors open and opportunities arrise, move to fulfil His will. Please contact us if you would like to become involved in our local outreach projects.\r\n\r\nWritten by Carson Bell','Local Outreach','','inherit','closed','closed','','48-revision-v1','','','2013-06-17 23:04:49','2013-06-17 22:04:49','',48,'http://www.belvoirparish.co.uk/?p=50',0,'revision','',0),(51,1,'2013-06-17 23:34:04','2013-06-17 22:34:04','\"Shutter-Stock-Icons-Welcome-Image-300x200\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning. Follow this link to our Sermon Blog.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\n\"0001G1\"When do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Adrian McCartney is the Rector of Belvoir Parish Church.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 14 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

We look forward to seeing you at Belvoir!

\r\n\r\n

 

','I\'m New','','publish','closed','closed','','im-new','','','2018-01-21 23:30:14','2018-01-21 23:30:14','',0,'http://www.belvoirparish.co.uk/?page_id=51',0,'page','',0),(1398,1,'2017-11-08 09:40:33','2017-11-08 09:40:33','\"Shutter-Stock-Icons-Welcome-Image-300x200\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir!\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\n\"0001G1\"When do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Adrian McCartney is the Rector of Belvoir Parish Church.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 14 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

We look forward to seeing you at Belvoir!

\r\n\r\n

 

','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2017-11-08 09:40:33','2017-11-08 09:40:33','',51,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(52,1,'2013-06-17 23:05:14','2013-06-17 22:05:14','','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-06-17 23:05:14','2013-06-17 22:05:14','',51,'http://www.belvoirparish.co.uk/?p=52',0,'revision','',0),(137,1,'2017-11-28 22:21:53','2017-11-28 22:21:53','Sundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n\r\nThursdays\r\n10.30am: Holy Communion\r\n\r\nFollow this link to our Sermon Blog.','Service times','','inherit','closed','closed','','87-autosave-v1','','','2017-11-28 22:21:53','2017-11-28 22:21:53','',87,'http://www.belvoirparish.co.uk/?p=137',0,'revision','',0),(54,1,'2013-06-17 23:05:18','2013-06-17 22:05:18','Welcome!\r\nWe understand that finding a new church or even going for the first time can be a daunting experience, so we’ve put together this page which will give you some practical information such as car parking and so on, and what to expect on a typical Sunday at Belvoir. If we’ve left anything out or you have a different question don’t hesitate to contact us. You can find our details on the Contact Us page.\r\n\r\nWhere is the church?\r\n\r\nThe church building is located at 21 Dunseverick Avenue and is easily visible from the outer ring that runs between Forestside Shopping Centre and Milltown.\r\n\r\nWhere can I park?\r\n\r\nYou can park for free in the church carpark which is located on all sides of the church building.\r\n\r\nWhat time should I arrive?\r\n\r\nWe have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people arrive around 11am.\r\n\r\nWhat should I wear?\r\n\r\nWhatever you are comfortable in. There is no set dress code.\r\n\r\nCan I bring my kids?\r\n\r\nCertainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group start during the service. These groups leave the main service before the sermon.\r\n\r\nWhat next?\r\n\r\nWhen you enter the church there will be someone to greet you and give you an order of service.\r\n\r\nOur services last around 60 minutes. After this tea and coffee is served in the family centre. Many people choose to stay for a while to chat before going home. You are very welcome to join us. From time to time there are cake sales and other charity events after the service.\r\n\r\nWe hope that this information has been useful and we look forward to seeing you at our service. To find out more about the life of Belvoir you can explore the rest of the site and if you have any other questions you can contact us at any time.','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-06-17 23:05:18','2013-06-17 22:05:18','',51,'http://www.belvoirparish.co.uk/?p=54',0,'revision','',0),(55,1,'2013-06-17 23:05:05','2013-06-17 22:05:05','LOCAL OUTREACH\r\n\r\nBelvoir has been involved with various outreach projects over the years. One of our most successful involvements being the Summer Madness festival for local young people. More recently we have moved even more local with an aim to become more involved with the needs of people closer to Belvoir itself.\r\n\r\nOur first project was to offer food support to people and families who find themselves in need of crisis support were a simple food hamper can relieve the pressure and stress for a short time and allow respite time. This project has grown to include supporting the wider community through the STOREHOUSE group food support programme.\r\n\r\nAnother of our recent outreach projects has been the most enjoyable and fulfilling reading evenings that we hold on a regular basis at the Taylor Court residents housing. The project has been running for just over a year now and has proved very popular to both readers and residents, especially now that we have included some musical time to the evenings.\r\n\r\nLonger term it would be great to involve larger numbers of the congregation we these local outreach projects. With larger numbers of volunteers it would be possible to offer more time to review and serve the needs of local community. In God’s time and with His blessing we strive to listen to His guiding word and as doors open and opportunities arrise, move to fulfil His will. Please contact us if you would like to become involved in our local outreach projects.\r\n\r\nWritten by Carson Bell','Local Outreach','','inherit','closed','closed','','48-revision-v1','','','2013-06-17 23:05:05','2013-06-17 22:05:05','',48,'http://www.belvoirparish.co.uk/?p=55',0,'revision','',0),(247,1,'2013-08-24 16:24:11','2013-08-24 15:24:11','Belvoir has been involved with various outreach projects over the years. More recently we have moved even more local with an aim to become more involved with the needs of people closer to Belvoir itself.\r\n\r\nWe offer food support to people and families who find themselves in need of crisis support were a simple food hamper can relieve the pressure and stress for a short time and allow respite time. This project has grown to include supporting the wider community through the STOREHOUSE group food support programme.\r\n\r\nAnother of our recent outreach projects has been the most enjoyable and fulfilling reading evenings that we hold on a regular basis at the Taylor Court residents housing. The project has been running for just over a year now and has proved very popular to both readers and residents, especially now that we have included some musical time to the evenings.\r\n\r\nLonger term it would be great to involve larger numbers of the congregation we these local outreach projects. With larger numbers of volunteers it would be possible to offer more time to review and serve the needs of local community. In God’s time and with His blessing we strive to listen to His guiding word, as doors open and opportunities arise, move to fulfil His will. Please contact us if you would like to become involved in our local outreach projects.\r\n\r\nWritten by Carson Bell','Local Outreach','','inherit','closed','closed','','48-revision-v1','','','2013-08-24 16:24:11','2013-08-24 15:24:11','',48,'http://www.belvoirparish.co.uk/?p=247',0,'revision','',0),(56,1,'2013-06-17 23:04:22','2013-06-17 22:04:22','India Mission\r\nThis past July, a team from Belvoir went out to encourage the work of the Indian Christian Mission Centre in Salem, Tamil Nadu, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. During their stay, the team spent time with the children at the three orphanages and at St Basil’s school and St Patrick’s church. They shared songs, talks, dramas and some Irish dancing but also got involved in practical tasks including painting a large number of murals to brighten up the buildings. For more information on this mission please see our India blog at www.indiamission2012.org. The video below is our promotional video. We’d love you to get involved in this mission so please contact us if you want to know more.','Missions','','inherit','closed','closed','','46-revision-v1','','','2013-06-17 23:04:22','2013-06-17 22:04:22','',46,'http://www.belvoirparish.co.uk/?p=56',0,'revision','',0),(57,1,'2013-06-17 23:35:21','2013-06-17 22:35:21',' ','','','publish','closed','closed','','57','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=57',13,'nav_menu_item','',0),(58,1,'2013-06-17 23:35:21','2013-06-17 22:35:21',' ','','','publish','closed','closed','','58','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=58',15,'nav_menu_item','',0),(59,1,'2013-06-17 23:35:21','2013-06-17 22:35:21','','I\'m New','','publish','closed','closed','','im-new','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=59',6,'nav_menu_item','',0),(62,1,'2013-06-17 23:40:00','2013-06-17 22:40:00','','Home','','publish','closed','closed','','home','','','2013-06-17 23:40:25','2013-06-17 22:40:25','',0,'http://www.belvoirparish.co.uk/?p=62',0,'post','',0),(63,1,'2013-06-17 23:40:00','2013-06-17 22:40:00','','Home','','inherit','closed','closed','','62-revision-v1','','','2013-06-17 23:40:00','2013-06-17 22:40:00','',62,'http://www.belvoirparish.co.uk/?p=63',0,'revision','',0),(64,1,'2013-06-17 23:41:34','2013-06-17 22:41:34','Upon entering Belvoir’s sanctuary, there is brightness and airiness. People speak about it as a ‘thin place’, a place where God is near and yet it is a very simple building, understated in every way. It is very difficult to be late for our morning service as families may arrive up to 11.10am and still not miss the service! Many remain after the service for prayer, coffee and chat while the children stay and play. We are a relaxed church and everyone is welcome. As well as Sunday services, the church hosts a wide range of groups and activities throughout the week from small groups to football, and from Choir practice to LunchBunch. Have a look at the Groups & Activities and get involved. We’re sure there’s something for everyone.\r\n\r\n\r\nSERVICE TIMES\r\n\r\nSundays\r\n\r\n9am: Holy Communion\r\n\r\n11am: Morning Worship\r\n\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n\r\n10.30am: Holy Communion\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Home','','publish','closed','closed','','home','','','2013-08-24 12:36:28','2013-08-24 11:36:28','',0,'http://www.belvoirparish.co.uk/?page_id=64',0,'page','',0),(65,1,'2013-06-17 23:40:53','2013-06-17 22:40:53','','Home','','inherit','closed','closed','','64-revision-v1','','','2013-06-17 23:40:53','2013-06-17 22:40:53','',64,'http://www.belvoirparish.co.uk/?p=65',0,'revision','',0),(67,1,'2013-06-17 23:34:19','2013-06-17 22:34:19','LOCAL OUTREACH\r\n\r\nBelvoir has been involved with various outreach projects over the years. One of our most successful involvements being the Summer Madness festival for local young people. More recently we have moved even more local with an aim to become more involved with the needs of people closer to Belvoir itself.\r\n\r\nOur first project was to offer food support to people and families who find themselves in need of crisis support were a simple food hamper can relieve the pressure and stress for a short time and allow respite time. This project has grown to include supporting the wider community through the STOREHOUSE group food support programme.\r\n\r\nAnother of our recent outreach projects has been the most enjoyable and fulfilling reading evenings that we hold on a regular basis at the Taylor Court residents housing. The project has been running for just over a year now and has proved very popular to both readers and residents, especially now that we have included some musical time to the evenings.\r\n\r\nLonger term it would be great to involve larger numbers of the congregation we these local outreach projects. With larger numbers of volunteers it would be possible to offer more time to review and serve the needs of local community. In God’s time and with His blessing we strive to listen to His guiding word and as doors open and opportunities arrise, move to fulfil His will. Please contact us if you would like to become involved in our local outreach projects.\r\n\r\nWritten by Carson Bell','Local Outreach','','inherit','closed','closed','','48-revision-v1','','','2013-06-17 23:34:19','2013-06-17 22:34:19','',48,'http://www.belvoirparish.co.uk/?p=67',0,'revision','',0),(68,1,'2013-06-17 23:43:39','2013-06-17 22:43:39','Belvoir has been involved with various outreach projects over the years. One of our most successful involvements being the Summer Madness festival for local young people. More recently we have moved even more local with an aim to become more involved with the needs of people closer to Belvoir itself.\r\n\r\nOur first project was to offer food support to people and families who find themselves in need of crisis support were a simple food hamper can relieve the pressure and stress for a short time and allow respite time. This project has grown to include supporting the wider community through the STOREHOUSE group food support programme.\r\n\r\nAnother of our recent outreach projects has been the most enjoyable and fulfilling reading evenings that we hold on a regular basis at the Taylor Court residents housing. The project has been running for just over a year now and has proved very popular to both readers and residents, especially now that we have included some musical time to the evenings.\r\n\r\nLonger term it would be great to involve larger numbers of the congregation we these local outreach projects. With larger numbers of volunteers it would be possible to offer more time to review and serve the needs of local community. In God’s time and with His blessing we strive to listen to His guiding word and as doors open and opportunities arrise, move to fulfil His will. Please contact us if you would like to become involved in our local outreach projects.\r\n\r\nWritten by Carson Bell','Local Outreach','','inherit','closed','closed','','48-revision-v1','','','2013-06-17 23:43:39','2013-06-17 22:43:39','',48,'http://www.belvoirparish.co.uk/?p=68',0,'revision','',0),(246,1,'2013-08-25 20:41:54','2013-08-25 19:41:54','\"file0001465088015-1\"Belvoir Parish has been involved with various outreach projects over the years. More recently we have moved more local with an aim to become more involved with the needs of people closer to the Belvoir area.\n\nWe offer food support to people and families who find themselves in need of crisis support, where a simple food hamper can relieve the pressure and stress for a short time. This project has grown to include supporting the wider community through the STOREHOUSE group food support programme. If you need assistance or know some who does, please contact Carson Bell or Wendy Lewis. There are collection boxes located at both church doors, if you would like to donate food items.\n\n\"P3100429\"\n\nAnother of our recent outreach projects has been the most enjoyable and fulfilling reading evenings that we hold on a regular basis at the Taylor Court residents housing. The project has been running for the past year and has proved very popular to both readers and residents, especially now that we have included some musical time to the evenings.\n\nNew volunteers are always welcomed. With more volunteers, it would be possible to offer more time to review and serve the needs of local community. In God’s time and with His blessing we strive to listen to His guiding word for doors open and opportunities to arise. Please contact Carson Bell if you would like to become involved in our local outreach projects.','Local Outreach','','inherit','closed','closed','','48-autosave-v1','','','2013-08-25 20:41:54','2013-08-25 19:41:54','',48,'http://www.belvoirparish.co.uk/?p=246',0,'revision','',0),(70,1,'2013-06-17 23:41:34','2013-06-17 22:41:34','','Home','','inherit','closed','closed','','64-revision-v1','','','2013-06-17 23:41:34','2013-06-17 22:41:34','',64,'http://www.belvoirparish.co.uk/?p=70',0,'revision','',0),(140,1,'2013-08-23 21:02:03','2013-08-23 20:02:03','','Lunch Bunch','','inherit','closed','closed','','139-revision-v1','','','2013-08-23 21:02:03','2013-08-23 20:02:03','',139,'http://www.belvoirparish.co.uk/?p=140',0,'revision','',0),(141,1,'2013-09-22 11:00:21','2013-09-22 10:00:21','Join us for a BBQ after church. Bishop Harold will be our guest speaker at the 11am service and 6.30pm.','Celebration of God Event with BBQ','','publish','closed','closed','','church-bbq','','','2013-09-11 12:38:48','2013-09-11 11:38:48','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=141',0,'cpt_events','',0),(142,1,'2013-08-23 21:24:16','2013-08-23 20:24:16',' ','','','publish','closed','closed','','142','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=142',21,'nav_menu_item','',0),(143,1,'2013-08-23 22:00:14','2013-08-23 21:00:14','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6-8pm              Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting(2nd Thursday)\r\n\r\nFRIDAY\r\n6pm           Cobra Fit\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','publish','closed','closed','','week-at-a-glanance','','','2018-01-20 14:59:29','2018-01-20 14:59:29','',0,'http://www.belvoirparish.co.uk/?page_id=143',0,'page','',0),(1108,1,'2015-01-20 23:50:16','2015-01-20 23:50:16','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6-8pm              Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting(2nd Thursday)\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n7.30-10.30pm  Badminton\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n4.30pm              Evening Prayer\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2015-01-20 23:50:16','2015-01-20 23:50:16','',143,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(995,1,'2014-12-07 00:00:54','2014-12-07 00:00:54','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n7.30pm             Alpha Course\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6-8pm              Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting(2nd Thursday)\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n7.30-10.30pm  Badminton\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n4.30pm              Evening Prayer\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2014-12-07 00:00:54','2014-12-07 00:00:54','',143,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(994,1,'2014-12-07 00:00:15','2014-12-07 00:00:15','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n7.30pm             Alpha Course(starting 1 Oct)\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n 7–8.15pm       Wednesday Fellowship (2nd  & 4th Wednesdays)\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6-8pm              Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting(2nd Thursday)\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n7.30-10.30pm  Badminton\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n4.30pm              Evening Prayer\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2014-12-07 00:00:15','2014-12-07 00:00:15','',143,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(216,1,'2013-08-24 01:44:21','2013-08-24 00:44:21','Upon entering Belvoir’s sanctuary, there is brightness and airiness. People speak about it as a ‘thin place’, a place where God is near and yet it is a very simple building, understated in every way. It is very difficult to be late for our morning service as families may arrive up to 11.10am and still not miss the service! Many remain after the service for prayer, coffee and chat while the children stay and play. We are a relaxed church and everyone is welcome. As well as Sunday services, the church hosts a wide range of groups and activities throughout the week from small groups to football, and from Choir practice to LunchBunch. Have a look at the Groups & Activities and get involved. We’re sure there’s something for everyone.\r\n\r\n\r\nSERVICE TIMES\r\n\r\nSundays\r\n\r\n9am: Holy Communion\r\n\r\n11am: Morning Worship\r\n\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n\r\n10.30am: Holy Communion\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Welcome','','inherit','closed','closed','','64-revision-v1','','','2013-08-24 01:44:21','2013-08-24 00:44:21','',64,'http://www.belvoirparish.co.uk/?p=216',0,'revision','',0),(73,1,'2013-06-17 23:45:14','2013-06-17 22:45:14','Upon entering Belvoir’s sanctuary worshippers marvel at it’s brighness and airiness. People speak about it as a ‘thin place’, a place where God is near and yet it is a very simple building, understated in every way. It is very difficult to be late for our morning service as families may arrive up to 11.10am and still not miss the service! Many remain after the service for prayer, coffee and chat while the children stay and play. We are a relaxed church and everyone is welcome. As well as Sunday services, the church hosts a wide range of groups and activities throughout the week from small groups to football, and from Choir practice to LunchBunch. Have a look at the Groups & Activities and get involved. We’re sure there’s something for everyone.','Home','','inherit','closed','closed','','64-revision-v1','','','2013-06-17 23:45:14','2013-06-17 22:45:14','',64,'http://www.belvoirparish.co.uk/?p=73',0,'revision','',0),(215,1,'2013-08-24 01:43:50','2013-08-24 00:43:50','Upon entering Belvoir’s sanctuary, there is brightness and airiness. People speak about it as a ‘thin place’, a place where God is near and yet it is a very simple building, understated in every way. It is very difficult to be late for our morning service as families may arrive up to 11.10am and still not miss the service! Many remain after the service for prayer, coffee and chat while the children stay and play. We are a relaxed church and everyone is welcome. As well as Sunday services, the church hosts a wide range of groups and activities throughout the week from small groups to football, and from Choir practice to LunchBunch. Have a look at the Groups & Activities and get involved. We’re sure there’s something for everyone.\r\n\r\n','Welcome','','inherit','closed','closed','','64-revision-v1','','','2013-08-24 01:43:50','2013-08-24 00:43:50','',64,'http://www.belvoirparish.co.uk/?p=215',0,'revision','',0),(74,1,'2013-06-18 23:52:47','2013-06-18 22:52:47','Youth\r\n\r\nChildren\r\n\r\nFellowship\r\n\r\nOutreach\r\n\r\nPrayer','Ministries','','publish','closed','closed','','ministries','','','2013-08-26 23:00:09','2013-08-26 22:00:09','',0,'http://www.belvoirparish.co.uk/?page_id=74',0,'page','',0),(75,1,'2013-06-18 23:52:30','2013-06-18 22:52:30','','Ministries','','inherit','closed','closed','','74-revision-v1','','','2013-06-18 23:52:30','2013-06-18 22:52:30','',74,'http://www.belvoirparish.co.uk/?p=75',0,'revision','',0),(76,1,'2013-06-18 23:53:00','2013-06-18 22:53:00','

“Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

\r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\"Serving-300x225\"\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People during the 11am service or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nPrayer Chain\r\nAre you willing to pray whenever a need arises -day or night? Would you like to become a Belvoir Prayer Chain Warrior?  You can sign-up here. If you have a prayer request for yourself or others, please email office@belvoirparish.co.uk  Requests can be anonymous - God knows who we are praying for!\r\n\r\nThere are many more areas besides those listed above so please let one of the clergy know if you would like to become more involved within the Belvoir family.','Serving at Belvoir','','publish','closed','closed','','where-can-i-serve','','','2015-05-12 08:09:29','2015-05-12 07:09:29','',0,'http://www.belvoirparish.co.uk/?page_id=76',0,'page','',0),(262,1,'2013-08-24 17:56:51','2013-08-24 16:56:51','Please see this link for the downloadable Baptism Form.\r\n\r\n\r\n1. What is baptism?\r\n‘Baptism marks the beginning of a journey with God which continues for the rest of our lives, the first step in response to God\'s love.\'(BCP page 357)\r\n\r\nJesus was baptised in the river Jordan by John and this marked the beginning of his earthly ministry\' (Mark 1:9-11). Near the end of Jesus\' earthly ministry he commanded his disciples to ‘Go therefore and make disciples of all nations, baptising them in the name of the Father, and of the Son and of the Holy Spirit\'. (Matthew 28:18). For over two thousand years Jesus\' followers have begun their Christian lives with the sacrament of baptism. The water of baptism is a visible sign of the grace which God conveys in the sacrament. God\'s gift in baptism is new birth in Christ, a new direction in life as God\'s child, and a calling to be a lifelong, faithful disciple of Christ.\r\n\r\n2. Is there a particular age for Baptism?\r\nNo. Baptism can take place at any age. In the Church of Ireland most people are baptised as infants. Children are baptised before they can answer for themselves so that they become fully included in the life of the Church. Adults who have not been baptised, or who convert to Christianity, also receive the sacrament of baptism. If they do not know whether or not they have been baptised, they should receive conditional baptism. Baptism is a sacrament which, for any individual, cannot be repeated or undone, because it represents God\'s once-for-all gift and calling to those baptised. If baptised persons want to affirm their faith at a later stage, the proper procedure is to present themselves for Confirmation or to renew their baptismal vows.\r\n\r\n3.      What are godparents/sponsors?\r\nIt is both a privilege and a responsibility to be asked to be a godparent (also known as sponsor). The godparent promises to help care for the spiritual welfare of the child. It is important therefore that the godparents can answer honestly the declarations of faith and that they will be committed to supporting and praying for their godchild.\r\n\r\n4. What happens in the Baptism service?\r\nBaptism welcomes the candidates into the Christian family and the congregation promises to support and pray for them and their parents and godparents (or sponsors). Therefore, the baptism service ideally takes place within a time of public worship. In some situations, or in the case of an emergency baptism, it will be appropriate to have the baptism at another time. At the baptism of infants, parents and godparents are required to make promises on behalf of the child and to undertake to ‘encourage them in the life and faith of the Christian Community\' and to ‘care for them, and help them to take their place within the life and worship of Christ\'s Church\' (BCP page 361).\r\n\r\nAs they are answering on behalf of the child, they must also affirm their own Christian faith. Those being presented for baptism will then have water poured on their heads. Water declares God\'s presence in the life of the candidates and signifies that they become God\'s adopted children and members of the Church. The sign of the cross is made on the forehead as a visible sign of belonging to Christ: ‘Christ claims you for his own. Receive the sign of the cross. Live as a disciple of Christ\' (BCP page 362). As baptism is the beginning of the Christian life, a lighted candle may be presented with the words ‘You have received the light of Christ; walk in this light all the days of your life. Shine as a light in the world to the glory of God the Father\' (BCP page 367).\r\n\r\n5. What happens after baptism?\r\nAfter baptism it is the responsibility of the parents, godparents and the wider Church to ensure that each newly baptised child or adult is welcomed and nurtured in the faith as a member of the local and worldwide Christian family. In the fellowship of the Christian community, it is the responsibility of the baptised to make God\'s gift in baptism their own by sincere faith and resolute commitment to Christ. Otherwise God\'s gift in baptism is not accepted. Baptism in the name of the Holy Trinity does not confer membership of just one denomination, but rather of the whole Christian family.\r\n

Quotations from The Book of Common Prayer 2004, © The Representative Church Body, of the Church of Ireland, 2004

\r\n

The above information copyright © 2007 APCK, Church of Ireland House, Dublin 6

','Baptism','','publish','closed','closed','','baptism','','','2013-09-02 14:07:29','2013-09-02 13:07:29','',0,'http://www.belvoirparish.co.uk/?page_id=262',0,'page','',0),(79,1,'2013-06-18 23:55:04','2013-06-18 22:55:04',' ','','','publish','closed','closed','','79','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=79',38,'nav_menu_item','',0),(80,1,'2013-06-18 23:55:04','2013-06-18 22:55:04',' ','','','publish','closed','closed','','80','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=80',7,'nav_menu_item','',0),(632,1,'2013-09-02 17:19:59','2013-09-02 16:19:59','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2013-09-02 17:19:59','2013-09-02 16:19:59','',97,'http://www.belvoirparish.co.uk/?p=632',0,'revision','',0),(82,1,'2013-06-18 23:56:27','2013-06-18 22:56:27',' \r\n\r\n\"554792_442505455762556_1981265917_n\"Belvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n\r\n \r\n\r\n\r\nView Larger Map','Location','','publish','closed','closed','','location','','','2013-08-24 16:19:46','2013-08-24 15:19:46','',0,'http://www.belvoirparish.co.uk/?page_id=82',0,'page','',0),(83,1,'2013-06-18 23:56:45','2013-06-18 22:56:45','','About','','publish','closed','closed','','about','','','2013-06-18 23:56:45','2013-06-18 22:56:45','',0,'http://www.belvoirparish.co.uk/?page_id=83',0,'page','',0),(85,1,'2013-06-18 23:57:20','2013-06-18 22:57:20',' ','','','publish','closed','closed','','85','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=85',4,'nav_menu_item','',0),(263,1,'2013-08-24 17:56:51','2013-08-24 16:56:51','','Baptism','','inherit','closed','closed','','262-revision-v1','','','2013-08-24 17:56:51','2013-08-24 16:56:51','',262,'http://www.belvoirparish.co.uk/?p=263',0,'revision','',0),(87,1,'2013-06-19 00:06:10','2013-06-18 23:06:10','Sundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n\r\nThursdays\r\n10.30am: Holy Communion\r\n\r\nFollow this link to our Sermon Blog.','Service times','','publish','closed','closed','','service-times','','','2017-11-28 22:21:47','2017-11-28 22:21:47','',0,'http://www.belvoirparish.co.uk/?page_id=87',0,'page','',0),(88,1,'2013-06-19 00:06:35','2013-06-18 23:06:35',' ','','','publish','closed','closed','','88','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=88',5,'nav_menu_item','',0),(89,1,'2013-06-19 00:08:51','2013-06-18 23:08:51','Local Outreach\r\n\r\nIndia Project','Outreach','','publish','closed','closed','','outreach','','','2013-08-26 23:02:03','2013-08-26 22:02:03','',0,'http://www.belvoirparish.co.uk/?page_id=89',0,'page','',0),(762,1,'2013-11-15 19:30:52','2013-11-15 19:30:52','An evening of story, music, and readings with the ever resourceful Rev Brendan McCarthy and gang. It should entertaining, fulfilling, uplifting and most enjoyable for all. A good night out, so invite your family and friends and come along to enjoy with us. No ticket required and free entrance for all.','JESUS, OSCAR and ME','','publish','closed','closed','','jesus-oscar-and-me','','','2013-11-13 09:31:20','2013-11-13 09:31:20','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=762',0,'cpt_events','',0),(316,1,'2013-08-24 21:21:46','2013-08-24 20:21:46','','welcome','','inherit','closed','closed','','welcome','','','2013-08-24 21:21:46','2013-08-24 20:21:46','',51,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/welcome.jpg',0,'attachment','image/jpeg',0),(97,1,'2013-06-19 00:13:57','2013-06-18 23:13:57','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nSee the Winter 2017 schedule here','Youth Cell','','publish','closed','closed','','youth','','','2016-12-13 14:49:54','2016-12-13 14:49:54','',0,'http://www.belvoirparish.co.uk/?page_id=97',0,'page','',0),(1159,1,'2015-06-16 11:41:40','2015-06-16 10:41:40','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2015-06-16 11:41:40','2015-06-16 10:41:40','',97,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1161,1,'2015-06-28 12:30:02','2015-06-28 11:30:02','Join us for Beating the Bounds: Prayer Walk on the 28th June immediately after the morning worship. There will be short, medium and long walks - stopping along the way to prayer for God\'s blessings.','Belvoir Prayer Walk','','publish','closed','closed','','belvoir-prayer-walk','','','2015-06-16 18:47:32','2015-06-16 17:47:32','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1161',0,'cpt_events','',0),(98,1,'2013-06-19 00:13:41','2013-06-18 23:13:41','','Youth','','inherit','closed','closed','','97-revision-v1','','','2013-06-19 00:13:41','2013-06-18 23:13:41','',97,'http://www.belvoirparish.co.uk/?p=98',0,'revision','',0),(99,1,'2013-06-19 00:13:54','2013-06-18 23:13:54','','Youth','','inherit','closed','closed','','97-revision-v1','','','2013-06-19 00:13:54','2013-06-18 23:13:54','',97,'http://www.belvoirparish.co.uk/?p=99',0,'revision','',0),(100,1,'2013-06-19 00:14:11','2013-06-18 23:14:11','Rainbows\r\n\r\nRainbows are for 4 to 6 year olds girls.  At this age the emphasis is purely on fun. Weekly meetings consist mainly of games and activities.\r\n\r\nBrownies\r\n\r\nYou do not have to have been a Rainbow in order to join the Brownies. Brownies is for 7-10 year olds girls.\r\n\r\nAlthough the emphasis is still on having fun Brownies also learn new skills through the weekly meetings. As well as the regular activities and games Brownies also work towards collecting badges. These are awarded for a variety of different achievements. This could be for sporting activities such as swimming, craft skills or writing. The list of badges that can be worked towards is long and diverse, so there are badges to cover a wide range of interests and skills to suit all girls.\r\n\r\n ','Rainbows/Brownies','','publish','closed','closed','','children','','','2013-08-24 00:04:15','2013-08-23 23:04:15','',0,'http://www.belvoirparish.co.uk/?page_id=100',0,'page','',0),(101,1,'2013-06-19 00:14:07','2013-06-18 23:14:07','','Children','','inherit','closed','closed','','100-revision-v1','','','2013-06-19 00:14:07','2013-06-18 23:14:07','',100,'http://www.belvoirparish.co.uk/?p=101',0,'revision','',0),(102,1,'2013-06-19 00:14:44','2013-06-18 23:14:44',' ','','','publish','closed','closed','','102','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=102',23,'nav_menu_item','',0),(103,1,'2013-06-19 00:14:44','2013-06-18 23:14:44',' ','','','publish','closed','closed','','103','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=103',31,'nav_menu_item','',0),(104,1,'2013-06-19 00:15:04','2013-06-18 23:15:04','Cell Groups meet in the church over coffee, tea or a cold drink so people can relax in each other’s company and get to know one another. Here’s what you can expect at Cell groups and Alpha. When you arrive there is usually a coffee and a chance to catch up with other members and find out how everyone is.\r\n\r\nAfter a while the leader introduces the study, this is a time when as a group you will look\r\nmore closely at God’s Word.\r\n\r\nUsually these studies have a guide book or sheet that each member of the group has a copy of Don’t worry on your first week, you can just listen or join in i f you want to. You won’t be pressurised at any point into saying anything. It’s fine if you prefer to just quietly listen to what everyone else is saying. Feel free to ask questions.\r\n\r\nAt the end there will be a prayer time. You won’t be expected or pressurised to say anything out loud, you can pray quietly in your heart, or just listen to others’ prayers. This is a time for members to share their needs or concerns with God.\r\n\r\nSo Cell Groups exist as safe environments where members can:\r\n*Support and care for one another\r\n*Grow in the\r\nir knowledge and love of God\r\n\r\nWhen do the Cell groups meet?\r\nCell groups typically meet from Sept to May.\r\nMonday Morning Ladies Fellowship at 10:30am','Cell Groups','','publish','closed','closed','','adult','','','2015-01-20 23:02:57','2015-01-20 23:02:57','',0,'http://www.belvoirparish.co.uk/?page_id=104',0,'page','',0),(837,1,'2014-09-16 23:51:33','2014-09-16 22:51:33','Cell Groups meet in the church over coffee, tea or a cold drink so people can relax in each other’s company and get to know one another. Here’s what you can expect at Cell groups and Alpha. When you arrive there is usually a coffee and a chance to catch up with other members and find out how everyone is.\r\n\r\nAfter a while the leader introduces the study, this is a time when as a group you will look more closely at God’s Word.\r\n\r\nUsually these studies have a guide book or sheet that each member of the group has a copy of Don’t worry on your first week, you can just listen or join in if you want to. You won’t be pressurised at any point into saying anything. It’s fine if you prefer to just quietly listen to what everyone else is saying. Feel free to ask questions.\r\n\r\nAt the end there will be a prayer time. You won’t be expected or pressurised to say anything out loud, you can pray quietly in your heart, or just listen to others’ prayers. This is a time for members to share their needs or concerns with God.\r\n\r\nSo Cell Groups exist as safe environments where members can:\r\n*Support and care for one another\r\n*Grow in their knowledge and love of God\r\n\r\nWhen do the Cell groups meet?\r\nCell groups typically meet from Sept to May.\r\nMonday Morning Ladies Fellowship at 10:30am','Cell Groups','','inherit','closed','closed','','104-revision-v1','','','2014-09-16 23:51:33','2014-09-16 22:51:33','',104,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(106,1,'2013-06-19 00:15:33','2013-06-18 23:15:33',' \r\n\r\n\"file0002127568066\"The Wednesday Fellowship start at 7pm. The evening typically starts with a tea and cake, followed by games in the hall for children and a short talk/interview for adults.\r\n\r\nIt is a great way to fellowship and get to know others more. Everyone is welcome.','Wednesday Fellowship','','pending','closed','closed','','fellowship-nights','','','2017-04-14 22:06:25','2017-04-14 21:06:25','',0,'http://www.belvoirparish.co.uk/?page_id=106',0,'page','',0),(107,1,'2013-06-19 00:16:11','2013-06-18 23:16:11',' ','','','publish','closed','closed','','107','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=107',20,'nav_menu_item','',0),(108,1,'2013-06-19 00:16:11','2013-06-18 23:16:11',' ','','','publish','closed','closed','','108','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=108',19,'nav_menu_item','',0),(109,1,'2013-06-19 00:38:13','2013-06-18 23:38:13','The Mothers\' Union at Belvoir Parish provides a great opportunity for the women to meet for times of fellowship together. The committee plans a great programme with several special events held throughout the year.\r\n\r\n\"OLYMPUS\r\n\r\nMothers’ Union is a Christian organisation which promotes the well-being of families worldwide. The MU in Ireland is part of a membership of 3.6 million in 79 countries worldwide and there are 385 branches throughout the 12 dioceses of the Church of Ireland. Membership is for anyone who wishes to support the MU’s aims and objectives. It is for both men and women regardless of age or marital status.\r\n\r\nThe Aims and Objectives of Mothers’ Union:\r\nTo promote and support married life\r\nTo encourage parents in their role to develop the faith of their children\r\nTo maintain a worldwide fellowship of Christians united in prayer, worship and service\r\nTo promote conditions in society favourable to stable family life and the protection of children\r\nTo help those whose family life has met with adversity.\r\n\r\nEveryone is invited to come along. The Mothers\' Union at Belvoir Parish meets from September to March. The Mothers\' Union members bring a variety of practical help and support to their parish and community.\r\n\r\nFor further details please contact Meta Keightley.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldwide, follow this link\r\n\r\n\"Mother\'s','Mothers\' Union','','publish','closed','closed','','mothers-union','','','2013-08-27 16:42:12','2013-08-27 15:42:12','',0,'http://www.belvoirparish.co.uk/?page_id=109',0,'page','',0),(734,1,'2013-09-25 09:15:44','2013-09-25 08:15:44','','Belvoir2','','inherit','closed','closed','','belvoir2','','','2013-09-25 09:15:44','2013-09-25 08:15:44','',732,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/09/Belvoir2.jpg',0,'attachment','image/jpeg',0),(115,1,'2013-06-19 00:39:06','2013-06-18 23:39:06','

“And it shall come to pass, that before they call, I will answer;\r\nand while they are yet speaking, I will hear” Isaiah 65 v 24

\r\nWe know that God hears us, and that when we call, He will answer.  Belvoir Parish would love to call out to God with you for all those things which are concerning to your heart.\r\n\r\n\"file000640756889\r\n\r\nWould you like someone to pray for you? Do you know someone sick who you would like prayer for? The Belvoir Prayer Chain will pray your requests - for you, your friends, your family, your church and anything else that may be on your heart up to the Lord who is our healer, our provider, our Father, and our greatest friend.\r\n\r\nIf you have a prayer request you can:\r\n1. Email belvoirprayer@gmail.com with ”Prayer Request” on the subject line;\r\n2. Submit it by following this link to the Prayer/Praise Form; or\r\n3. You can ring the office.\r\n\r\nYour request can be anonymous. All prayer requests will be emailed to the Belvoir Parish Prayer Chain.','Prayer Requests','','publish','closed','closed','','prayer-requests','','','2014-11-29 11:11:18','2014-11-29 11:11:18','',0,'http://www.belvoirparish.co.uk/?page_id=115',0,'page','',0),(116,1,'2013-06-19 00:38:54','2013-06-18 23:38:54','

\"praying_on_bible_redPeople need prayer and to know that there is a place or person to call when in need of prayer is comforting. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

\r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nTo join the Prayer Chain list, please follow this LINK or send an email to office@belvoirparish.co.uk with your name and email address and \"Join Prayer Chain\" in the subject line or call the church office and we will get you praying! No meetings are required.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

\r\n

Notes for Prayer Chain Members\r\nIt may be more difficult to pray for people we do not know and/or when information is vague, but this is often the type of request received. Trust in God’s wisdom and omniscience. He knows the details we are missing and we can confidently lay our concerns in his hands regardless of how little we know.\r\nAt times, prayer requests are of a personal nature and strictly confidential. Even if they are not, Prayer Chain members are urged to always use prayerful discretion about sharing information outside the chain.\r\nRequests may not always come when it is “convenient,” and so your involvement will at times entail a sacrifice. Nevertheless, do not underestimate the power of and need for intercessory prayer and the fact that such “labour is not in vain.”

','Prayer Chain','','publish','closed','closed','','prayer-chain','','','2013-09-17 23:33:42','2013-09-17 22:33:42','',0,'http://www.belvoirparish.co.uk/?page_id=116',0,'page','',0),(117,1,'2013-06-19 00:38:25','2013-06-18 23:38:25','

“But when you pray, go into your room, close the door\r\nand pray to your Father, who is unseen.\r\nThen your Father, who sees what is done in secret,\r\nwill reward you.” Matthew 6 v 6

\r\n

Our prayer room is a place, set aside with creative things to help you connect with God. Throughout the year, we have 24 hour prayer events - where there is continuous prayer as people create a chain by spending an hour in the room at a time. Our prayer room is located in a room just off our front foyer. If you would like to use the prayer room, please contact the parish office for more details.

','Prayer Room','','publish','closed','closed','','247-prayer','','','2013-08-26 21:08:03','2013-08-26 20:08:03','',0,'http://www.belvoirparish.co.uk/?page_id=117',0,'page','',0),(118,1,'2013-06-19 00:37:46','2013-06-18 23:37:46','\"0001Nb\"\r\n\r\nWould you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request to the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n\r\n\r\nWould you like to sign up for the Belvoir Church Prayer Chain Emails?\r\n\r\nWould you like to read or listen to the Daily Lectionary?\r\n\r\n ','Prayer','','publish','closed','closed','','prayer','','','2013-09-18 11:11:50','2013-09-18 10:11:50','',0,'http://www.belvoirparish.co.uk/?page_id=118',0,'page','',0),(119,1,'2013-06-19 00:16:27','2013-06-18 23:16:27','','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-06-19 00:16:27','2013-06-18 23:16:27','',109,'http://www.belvoirparish.co.uk/?p=119',0,'revision','',0),(120,1,'2013-06-19 00:38:10','2013-06-18 23:38:10','','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-06-19 00:38:10','2013-06-18 23:38:10','',109,'http://www.belvoirparish.co.uk/?p=120',0,'revision','',0),(121,1,'2013-06-19 00:37:38','2013-06-18 23:37:38','','24/7 Prayer','','inherit','closed','closed','','117-revision-v1','','','2013-06-19 00:37:38','2013-06-18 23:37:38','',117,'http://www.belvoirparish.co.uk/?p=121',0,'revision','',0),(122,1,'2013-06-19 00:38:22','2013-06-18 23:38:22','','24/7 Prayer','','inherit','closed','closed','','117-revision-v1','','','2013-06-19 00:38:22','2013-06-18 23:38:22','',117,'http://www.belvoirparish.co.uk/?p=122',0,'revision','',0),(123,1,'2013-06-19 00:08:51','2013-06-18 23:08:51','','Outreach','','inherit','closed','closed','','89-revision-v1','','','2013-06-19 00:08:51','2013-06-18 23:08:51','',89,'http://www.belvoirparish.co.uk/?p=123',0,'revision','',0),(124,1,'2013-06-19 00:37:22','2013-06-18 23:37:22','','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-06-19 00:37:22','2013-06-18 23:37:22','',116,'http://www.belvoirparish.co.uk/?p=124',0,'revision','',0),(125,1,'2013-06-19 00:37:08','2013-06-18 23:37:08','','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2013-06-19 00:37:08','2013-06-18 23:37:08','',115,'http://www.belvoirparish.co.uk/?p=125',0,'revision','',0),(126,1,'2013-06-19 00:40:18','2013-06-18 23:40:18',' ','','','publish','closed','closed','','126','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=126',11,'nav_menu_item','',0),(127,1,'2013-06-19 00:40:18','2013-06-18 23:40:18',' ','','','publish','closed','closed','','127','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=127',12,'nav_menu_item','',0),(128,1,'2013-06-19 00:40:18','2013-06-18 23:40:18',' ','','','publish','closed','closed','','128','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=128',10,'nav_menu_item','',0),(130,1,'2013-06-19 00:40:18','2013-06-18 23:40:18',' ','','','publish','closed','closed','','130','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=130',8,'nav_menu_item','',0),(558,1,'2013-08-27 22:30:22','2013-08-27 21:30:22','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n 7–8.15pm       Church Fellowship Meal (2nd  & 4th Wednesdays)\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6-8pm              Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting\r\n8.00pm            Thursday Cell (2nd and 4th Thursdays)\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n7.30-10.30pm  Badminton\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n4.30pm              Evening Prayer\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2013-08-27 22:30:22','2013-08-27 21:30:22','',143,'http://www.belvoirparish.co.uk/?p=558',0,'revision','',0),(771,1,'2013-12-15 16:30:11','2013-12-15 16:30:11','','Carol Service ','','publish','closed','closed','','carol-service','','','2013-12-18 22:34:08','2013-12-18 22:34:08','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=771',0,'cpt_events','',0),(151,1,'2013-08-27 16:41:10','2013-08-27 15:41:10','The Mothers\' Union at Belvoir Parish provides a great opportunity for the women to meet for times of fellowship together. The committee plans a great programme with several special events held throughout the year.\r\n\r\n\"OLYMPUS\r\n\r\nMothers’ Union is a Christian organisation which promotes the well-being of families worldwide. The MU in Ireland is part of a membership of 3.6 million in 79 countries worldwide and there are 385 branches throughout the 12 dioceses of the Church of Ireland. Membership is for anyone who wishes to support the MU’s aims and objectives. It is for both men and women regardless of age or marital status.\r\n\r\nThe Aims and Objectives of Mothers’ Union:\r\nTo promote and support married life\r\nTo encourage parents in their role to develop the faith of their children\r\nTo maintain a worldwide fellowship of Christians united in prayer, worship and service\r\nTo promote conditions in society favourable to stable family life and the protection of children\r\nTo help those whose family life has met with adversity.\r\n\r\nEveryone is invited to come along. The Mothers\' Union at Belvoir Parish meets from September to March. The Mothers\' Union members bring a variety of practical help and support to their parish and community.\r\n\r\nFor further details please contact Meta Keightley.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldwide, follow this link\r\n\r\n\"Mother\'s','Mothers\' Union','','inherit','closed','closed','','109-autosave-v1','','','2013-08-27 16:41:10','2013-08-27 15:41:10','',109,'http://www.belvoirparish.co.uk/?p=151',0,'revision','',0),(152,1,'2013-08-23 23:11:39','2013-08-23 22:11:39','Everyone welcome. Meets from September to March. More details please contact Meta Keightley 90643777.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldview, follow this link','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-23 23:11:39','2013-08-23 22:11:39','',109,'http://www.belvoirparish.co.uk/?p=152',0,'revision','',0),(153,1,'2013-08-23 23:12:00','2013-08-23 22:12:00','Everyone welcome. Meets from September to March. More details please contact Meta Keightley 90643777.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldview, follow this link','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-23 23:12:00','2013-08-23 22:12:00','',109,'http://www.belvoirparish.co.uk/?p=153',0,'revision','',0),(154,1,'2013-08-23 23:12:43','2013-08-23 22:12:43','Everyone welcome. Meets from September to March.\r\n\r\nFor further details please contact Meta Keightley 90643777.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldview, follow this link','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-23 23:12:43','2013-08-23 22:12:43','',109,'http://www.belvoirparish.co.uk/?p=154',0,'revision','',0),(155,1,'2013-08-23 23:13:46','2013-08-23 22:13:46','','Mother\'s Union logo','','inherit','closed','closed','','912f44213423b75ff451e18e5071abc5_t','','','2013-08-23 23:13:46','2013-08-23 22:13:46','',109,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/912f44213423b75ff451e18e5071abc5_t.jpg',0,'attachment','image/jpeg',0),(156,1,'2013-08-23 23:14:39','2013-08-23 22:14:39','Everyone welcome. Meets from September to March.\r\n\r\nFor further details please contact Meta Keightley 90643777.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldview, follow this link\"Mother\'s','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-23 23:14:39','2013-08-23 22:14:39','',109,'http://www.belvoirparish.co.uk/?p=156',0,'revision','',0),(157,1,'2013-08-23 23:15:09','2013-08-23 22:15:09','Everyone welcome. Our Mother\'s Union meets from September to March.\r\n\r\nFor further details please contact Meta Keightley 90643777.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldview, follow this link\"Mother\'s','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-23 23:15:09','2013-08-23 22:15:09','',109,'http://www.belvoirparish.co.uk/?p=157',0,'revision','',0),(158,1,'2013-08-23 23:15:46','2013-08-23 22:15:46','Everyone welcome. Our Mother\'s Union meets from September to March.\r\n\r\nFor further details please contact Meta Keightley 90643777.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldview, follow this link\r\n\r\n\"Mother\'s','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-23 23:15:46','2013-08-23 22:15:46','',109,'http://www.belvoirparish.co.uk/?p=158',0,'revision','',0),(159,1,'2013-08-23 23:16:19','2013-08-23 22:16:19','Everyone welcome. Our Mother\'s Union meets from September to March.\r\n\r\nFor further details please contact Meta Keightley 90643777.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldview, follow this link\r\n\r\n\"Mother\'s','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-23 23:16:19','2013-08-23 22:16:19','',109,'http://www.belvoirparish.co.uk/?p=159',0,'revision','',0),(160,1,'2013-08-23 23:52:20','2013-08-23 22:52:20','Wednesdays 12-1.30pm. Enjoy a selection of freshly made sandwiches and home baked cakes. All profits go towards our India Fund. Suggested min donation is £2. Everyone welcomed!\r\n\r\n \r\n\r\n\"254095_227873510559086_1562823_n\" \"247039_227873450559092_2931697_n\" \"254519_227873533892417_3317607_n\"','Lunch Bunch','','inherit','closed','closed','','139-autosave-v1','','','2013-08-23 23:52:20','2013-08-23 22:52:20','',139,'http://www.belvoirparish.co.uk/?p=160',0,'revision','',0),(161,1,'2013-08-23 23:27:43','2013-08-23 22:27:43','Wednesdays 12-1.30pm. Enjoy a selection of freshly made sandwiches and home baked cakes. All profits go towards our India Fund. Suggested min donation is £2. Everyone welcomed!','Lunch Bunch','','inherit','closed','closed','','139-revision-v1','','','2013-08-23 23:27:43','2013-08-23 22:27:43','',139,'http://www.belvoirparish.co.uk/?p=161',0,'revision','',0),(162,1,'2013-08-23 23:47:20','2013-08-23 22:47:20','','Lunch Bunch','','inherit','closed','closed','','248747_227873473892423_6940347_n','','','2013-08-23 23:47:20','2013-08-23 22:47:20','',139,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/248747_227873473892423_6940347_n.jpg',0,'attachment','image/jpeg',0),(163,1,'2013-08-23 23:47:25','2013-08-23 22:47:25','','254095_227873510559086_1562823_n','','inherit','closed','closed','','254095_227873510559086_1562823_n','','','2013-08-23 23:47:25','2013-08-23 22:47:25','',139,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/254095_227873510559086_1562823_n.jpg',0,'attachment','image/jpeg',0),(164,1,'2013-08-23 23:47:28','2013-08-23 22:47:28','','247039_227873450559092_2931697_n','','inherit','closed','closed','','247039_227873450559092_2931697_n','','','2013-08-23 23:47:28','2013-08-23 22:47:28','',139,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/247039_227873450559092_2931697_n.jpg',0,'attachment','image/jpeg',0),(165,1,'2013-08-23 23:47:35','2013-08-23 22:47:35','','254519_227873533892417_3317607_n','','inherit','closed','closed','','254519_227873533892417_3317607_n','','','2013-08-23 23:47:35','2013-08-23 22:47:35','',139,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/254519_227873533892417_3317607_n.jpg',0,'attachment','image/jpeg',0),(166,1,'2013-08-23 23:52:11','2013-08-23 22:52:11','Wednesdays 12-1.30pm. Enjoy a selection of freshly made sandwiches and home baked cakes. All profits go towards our India Fund. Suggested min donation is £2. Everyone welcomed!\r\n\r\n \r\n\r\n\"254095_227873510559086_1562823_n\" \"247039_227873450559092_2931697_n\" \"254519_227873533892417_3317607_n\"','Lunch Bunch','','inherit','closed','closed','','139-revision-v1','','','2013-08-23 23:52:11','2013-08-23 22:52:11','',139,'http://www.belvoirparish.co.uk/?p=166',0,'revision','',0),(169,1,'2013-08-24 00:04:15','2013-08-23 23:04:15','Rainbows\r\n\r\nRainbows are for 4 to 6 year olds girls.  At this age the emphasis is purely on fun. Weekly meetings consist mainly of games and activities.\r\n\r\nBrownies\r\n\r\nYou do not have to have been a Rainbow in order to join the Brownies. Brownies is for 7-10 year olds girls.\r\n\r\nAlthough the emphasis is still on having fun Brownies also learn new skills through the weekly meetings. As well as the regular activities and games Brownies also work towards collecting badges. These are awarded for a variety of different achievements. This could be for sporting activities such as swimming, craft skills or writing. The list of badges that can be worked towards is long and diverse, so there are badges to cover a wide range of interests and skills to suit all girls.\r\n\r\n ','Rainbows/Brownies','','inherit','closed','closed','','100-revision-v1','','','2013-08-24 00:04:15','2013-08-23 23:04:15','',100,'http://www.belvoirparish.co.uk/?p=169',0,'revision','',0),(168,1,'2013-08-24 00:03:40','2013-08-23 23:03:40','Rainbows\r\n\r\nRainbows are for 4 to 6 year olds girls.  At this age the emphasis is purely on fun. Weekly meetings consist mainly of games and activities.\r\n\r\nBrownies\r\n\r\nYou do not have to have been a Rainbow in order to join the Brownies. Brownies is for 7-10 year olds girls.\r\n\r\nAlthough the emphasis is still on having fun Brownies also learn new skills through the weekly meetings. As well as the regular activities and games Brownies also work towards collecting badges. These are awarded for a variety of different achievements. This could be for sporting activities such as swimming, craft skills or writing. The list of badges that can be worked towards is long and diverse, so there are badges to cover a wide range of interests and skills to suit all girls.\r\n\r\n ','Girl Guides','','inherit','closed','closed','','100-revision-v1','','','2013-08-24 00:03:40','2013-08-23 23:03:40','',100,'http://www.belvoirparish.co.uk/?p=168',0,'revision','',0),(171,1,'2013-08-24 00:21:37','2013-08-23 23:21:37','India Mission\r\nOver the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre in Salem, Tamil Nadu, India to encourage their ministries. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They shared songs, talks, dramas and some Irish dancing. They also got involved in practical tasks including painting a large number of murals to brighten up the buildings.\r\n\r\nOne primary goals for the member of Belvoir Parish was to provide funding for ICMC to build a hospital. We have raised our goal of £100,000 and continue to support the project as they continue to build the hospital.\r\n\r\nSt. Patrick\'s Mission Hospital needs your donations to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this  weblink. And follow this link to a youtube video explain the project.','Missions','','inherit','closed','closed','','46-revision-v1','','','2013-08-24 00:21:37','2013-08-23 23:21:37','',46,'http://www.belvoirparish.co.uk/?p=171',0,'revision','',0),(173,1,'2013-08-24 00:26:01','2013-08-23 23:26:01','India Mission\r\nOver the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre in Salem, Tamil Nadu, India to encourage their ministries. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They shared songs, talks, dramas and some Irish dancing. They also got involved in practical tasks including painting a large number of murals to brighten up the buildings.\r\n\r\nOne primary goals for the member of Belvoir Parish was to provide £100,000 to help fund an onsite hospital at ICMC. We have raised our goal and continue to support the project as they develop the hospital.\r\n\r\nSt. Patrick\'s Mission Hospital needs your donations to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this  website and follow this link to a youtube video explain the project.','Missions','','inherit','closed','closed','','46-revision-v1','','','2013-08-24 00:26:01','2013-08-23 23:26:01','',46,'http://www.belvoirparish.co.uk/?p=173',0,'revision','',0),(172,1,'2013-08-24 00:23:58','2013-08-23 23:23:58','India Mission\r\nOver the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre in Salem, Tamil Nadu, India to encourage their ministries. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They shared songs, talks, dramas and some Irish dancing. They also got involved in practical tasks including painting a large number of murals to brighten up the buildings.\r\n\r\nOne primary goals for the member of Belvoir Parish was to provide £100,000 to help fund an onsite hospital at ICMC. We have raised our goal and continue to support the project as they develop the hospital.\r\n\r\nSt. Patrick\'s Mission Hospital needs your donations to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this  weblink. And follow this link to a youtube video explain the project.','Missions','','inherit','closed','closed','','46-revision-v1','','','2013-08-24 00:23:58','2013-08-23 23:23:58','',46,'http://www.belvoirparish.co.uk/?p=172',0,'revision','',0),(180,1,'2013-08-24 00:39:59','2013-08-23 23:39:59','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of our primary goals of Belvoir was to provide funds to build an onsite hospital - St. Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this  website and watch the video below.\r\n\r\n','India Outreach','','inherit','closed','closed','','46-revision-v1','','','2013-08-24 00:39:59','2013-08-23 23:39:59','',46,'http://www.belvoirparish.co.uk/?p=180',0,'revision','',0),(181,1,'2013-08-24 00:40:07','2013-08-23 23:40:07','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of our primary goals of Belvoir was to provide funds to build an onsite hospital - St. Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this  website and watch the video below.\r\n\r\n','India Project','','inherit','closed','closed','','46-revision-v1','','','2013-08-24 00:40:07','2013-08-23 23:40:07','',46,'http://www.belvoirparish.co.uk/?p=181',0,'revision','',0),(175,1,'2013-08-24 00:34:09','2013-08-23 23:34:09','India Mission\r\nOver the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of our primary goals as a church was to provide funds to build an onsite hospital.(Recently named St. Patrick\'s Mission Hospital) We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this  website and follow this link to a youtube video explain the project.','India','','inherit','closed','closed','','46-revision-v1','','','2013-08-24 00:34:09','2013-08-23 23:34:09','',46,'http://www.belvoirparish.co.uk/?p=175',0,'revision','',0),(178,1,'2013-08-24 00:38:24','2013-08-23 23:38:24','India Mission\r\nOver the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of our primary goals as a church was to provide funds to build an onsite hospital.(Recently named St. Patrick\'s Mission Hospital) We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this  website and watch the video below.\r\n\r\n','India','','inherit','closed','closed','','46-revision-v1','','','2013-08-24 00:38:24','2013-08-23 23:38:24','',46,'http://www.belvoirparish.co.uk/?p=178',0,'revision','',0),(177,1,'2013-08-24 00:37:35','2013-08-23 23:37:35','India Mission\r\nOver the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of our primary goals as a church was to provide funds to build an onsite hospital.(Recently named St. Patrick\'s Mission Hospital) We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this  website and follow this link to a youtube video explain the project.\r\n\r\n','India','','inherit','closed','closed','','46-revision-v1','','','2013-08-24 00:37:35','2013-08-23 23:37:35','',46,'http://www.belvoirparish.co.uk/?p=177',0,'revision','',0),(179,1,'2013-08-24 00:39:28','2013-08-23 23:39:28','India Mission\r\nOver the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of our primary goals of Belvoir was to provide funds to build an onsite hospital - St. Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this  website and watch the video below.\r\n\r\n','India','','inherit','closed','closed','','46-revision-v1','','','2013-08-24 00:39:28','2013-08-23 23:39:28','',46,'http://www.belvoirparish.co.uk/?p=179',0,'revision','',0),(184,1,'2013-08-24 00:41:18','2013-08-23 23:41:18','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of our primary goals of Belvoir was to provide funds to build an onsite hospital - St. Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this website and watch the video below.\r\n\r\n','India Project','','inherit','closed','closed','','46-revision-v1','','','2013-08-24 00:41:18','2013-08-23 23:41:18','',46,'http://www.belvoirparish.co.uk/?p=184',0,'revision','',0),(186,1,'2013-08-24 00:52:13','2013-08-23 23:52:13','Morning Morning Ladies Fellowship at 10:30am\r\n\r\nThursday night meets 2nd & 4th Thursdays at 8pm','Cell Groups','','inherit','closed','closed','','104-revision-v1','','','2013-08-24 00:52:13','2013-08-23 23:52:13','',104,'http://www.belvoirparish.co.uk/?p=186',0,'revision','',0),(188,1,'2013-08-24 00:59:07','2013-08-23 23:59:07','Belvoir Parish is visible from Belfast’s outer ring that runs between Forestside Shopping Centre and Milltown. Almost opposite the Tescos at Newtownbreda.\r\n\r\n \r\n\r\n\r\n
View Larger Map','Location','','inherit','closed','closed','','82-revision-v1','','','2013-08-24 00:59:07','2013-08-23 23:59:07','',82,'http://www.belvoirparish.co.uk/?p=188',0,'revision','',0),(193,1,'2013-08-24 01:03:44','2013-08-24 00:03:44','Belvoir Parish is visible from Belfast’s outer ring that runs between Forestside Shopping Centre and Milltown. Almost opposite the Tescos at Newtownbreda.\r\n\r\n \r\n\r\n\r\n
View Larger Map','Location','','inherit','closed','closed','','82-revision-v1','','','2013-08-24 01:03:44','2013-08-24 00:03:44','',82,'http://www.belvoirparish.co.uk/?p=193',0,'revision','',0),(189,1,'2013-08-24 01:00:50','2013-08-24 00:00:50','Belvoir Parish is visible from Belfast’s outer ring that runs between Forestside Shopping Centre and Milltown. Almost opposite the Tescos at Newtownbreda.\r\n\r\n \r\n\r\n\r\n
View Larger Map','Location','','inherit','closed','closed','','82-revision-v1','','','2013-08-24 01:00:50','2013-08-24 00:00:50','',82,'http://www.belvoirparish.co.uk/?p=189',0,'revision','',0),(191,1,'2013-08-24 01:02:43','2013-08-24 00:02:43','Belvoir Parish is visible from Belfast’s outer ring that runs between Forestside Shopping Centre and Milltown. Almost opposite the Tescos at Newtownbreda.\r\n\r\n \r\n\r\n\r\n
View Larger Map','Location','','inherit','closed','closed','','82-revision-v1','','','2013-08-24 01:02:43','2013-08-24 00:02:43','',82,'http://www.belvoirparish.co.uk/?p=191',0,'revision','',0),(194,1,'2013-08-24 01:05:01','2013-08-24 00:05:01','Belvoir Parish is visible from Belfast’s outer ring that runs between Forestside Shopping Centre and Milltown. Almost opposite the Tescos at Newtownbreda.\r\n\r\n \r\n\r\n\r\n
View Larger Map','Location','','inherit','closed','closed','','82-revision-v1','','','2013-08-24 01:05:01','2013-08-24 00:05:01','',82,'http://www.belvoirparish.co.uk/?p=194',0,'revision','',0),(196,1,'2013-08-24 01:06:39','2013-08-24 00:06:39','Belvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n\r\n \r\n\r\n\r\n
View Larger Map','Location','','inherit','closed','closed','','82-revision-v1','','','2013-08-24 01:06:39','2013-08-24 00:06:39','',82,'http://www.belvoirparish.co.uk/?p=196',0,'revision','',0),(198,1,'2013-06-17 23:47:42','2013-06-17 22:47:42','Upon entering Belvoir’s sanctuary, there is brightness and airiness. People speak about it as a ‘thin place’, a place where God is near and yet it is a very simple building, understated in every way. It is very difficult to be late for our morning service as families may arrive up to 11.10am and still not miss the service! Many remain after the service for prayer, coffee and chat while the children stay and play. We are a relaxed church and everyone is welcome. As well as Sunday services, the church hosts a wide range of groups and activities throughout the week from small groups to football, and from Choir practice to LunchBunch. Have a look at the Groups & Activities and get involved. We’re sure there’s something for everyone.\r\n\r\n\r\nSERVICE TIMES\r\n\r\nSundays\r\n\r\n9am: Holy Communion\r\n\r\n11am: Morning Worship\r\n\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n\r\n10.30am: Holy Communion','Home','','inherit','closed','closed','','64-revision-v1','','','2013-06-17 23:47:42','2013-06-17 22:47:42','',64,'http://www.belvoirparish.co.uk/?p=198',0,'revision','',0),(199,1,'2013-08-24 01:09:55','2013-08-24 00:09:55','','Belvoir logo- coloured','','inherit','closed','closed','','556147_409022779110824_889327420_a','','','2013-08-24 01:09:55','2013-08-24 00:09:55','',64,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/556147_409022779110824_889327420_a.jpg',0,'attachment','image/jpeg',0),(200,1,'2013-08-24 01:10:43','2013-08-24 00:10:43','','black and white','','inherit','closed','closed','','black-and-white','','','2013-08-24 01:10:43','2013-08-24 00:10:43','',64,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/black-and-white.jpg',0,'attachment','image/jpeg',0),(204,1,'2013-08-24 01:21:46','2013-08-24 00:21:46','Youth Fellowship on Sundays from 7-8.30pm for secondary-aged young people. It is a time to connect with friends and grow closer to God. \r\n\r\n7.00 to 7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n\r\n7.30pm – Short talk and Worship\r\n\r\n7.45pm – Fellowship Groups\r\n\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nBelvoir Youth aim to encourage young people to\r\n\r\nŸ COME to faith in Christ\r\n\r\nŸ GROW in that faith\r\n\r\nŸ CARE for one another\r\n\r\nŸ SERVE the Body of Christ\r\n\r\nŸ OFFER their whole lives to God','Youth Fellowship','','inherit','closed','closed','','97-revision-v1','','','2013-08-24 01:21:46','2013-08-24 00:21:46','',97,'http://www.belvoirparish.co.uk/?p=204',0,'revision','',0),(373,1,'2013-08-25 20:30:39','2013-08-25 19:30:39','Sunday Night Youth Fellowship is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\n ','Youth Fellowship','','inherit','closed','closed','','97-revision-v1','','','2013-08-25 20:30:39','2013-08-25 19:30:39','',97,'http://www.belvoirparish.co.uk/?p=373',0,'revision','',0),(202,1,'2013-08-24 01:19:21','2013-08-24 00:19:21','Sunday nights are for secondary-aged young people from 7.00-8.30pm. It is a time to connect with friends and grow closer to God. \r\n\r\n7.00 to 7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n\r\n7.30pm – Short talk and Worship\r\n\r\n7.45pm – Fellowship Groups\r\n\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nBelvoir Youth aim to encourage young people to\r\n\r\nŸ COME to faith in Christ\r\n\r\nŸ GROW in that faith\r\n\r\nŸ CARE for one another\r\n\r\nŸ SERVE the Body of Christ\r\n\r\nŸ OFFER their whole lives to God','Youth','','inherit','closed','closed','','97-revision-v1','','','2013-08-24 01:19:21','2013-08-24 00:19:21','',97,'http://www.belvoirparish.co.uk/?p=202',0,'revision','',0),(346,1,'2013-08-25 19:46:35','2013-08-25 18:46:35','Sunday Night Youth Fellowship is a time to connect with friends and grow closer to God for secondary-aged young people.\r\n \r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nBelvoir Youth aim to encourage young people to:\r\nŸ COME to faith in Christ\r\nŸ GROW in that faith\r\nŸ CARE for one another\r\nŸ SERVE the Body of Christ\r\nŸ OFFER their whole lives to God','Youth Fellowship','','inherit','closed','closed','','97-revision-v1','','','2013-08-25 19:46:35','2013-08-25 18:46:35','',97,'http://www.belvoirparish.co.uk/?p=346',0,'revision','',0),(203,1,'2013-08-24 01:20:04','2013-08-24 00:20:04','Sunday Youth Fellowship is for secondary-aged young people from 7.00-8.30pm. It is a time to connect with friends and grow closer to God. \r\n\r\n7.00 to 7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n\r\n7.30pm – Short talk and Worship\r\n\r\n7.45pm – Fellowship Groups\r\n\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nBelvoir Youth aim to encourage young people to\r\n\r\nŸ COME to faith in Christ\r\n\r\nŸ GROW in that faith\r\n\r\nŸ CARE for one another\r\n\r\nŸ SERVE the Body of Christ\r\n\r\nŸ OFFER their whole lives to God','Youth Fellowship','','inherit','closed','closed','','97-revision-v1','','','2013-08-24 01:20:04','2013-08-24 00:20:04','',97,'http://www.belvoirparish.co.uk/?p=203',0,'revision','',0),(348,1,'2013-08-25 19:47:09','2013-08-25 18:47:09','Sunday Night Youth Fellowship is a time to connect with friends and grow closer to God for 12+.\r\n \r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nBelvoir Youth aim to encourage young people to:\r\nŸ COME to faith in Christ\r\nŸ GROW in that faith\r\nŸ CARE for one another\r\nŸ SERVE the Body of Christ\r\nŸ OFFER their whole lives to God','Youth Fellowship','','inherit','closed','closed','','97-revision-v1','','','2013-08-25 19:47:09','2013-08-25 18:47:09','',97,'http://www.belvoirparish.co.uk/?p=348',0,'revision','',0),(209,1,'2013-08-24 01:28:40','2013-08-24 00:28:40','The Wednesday Fellowship Meal start at 7pm. The evening typically starts with a meal and followed by games in the hall for children and a short talk/interview for adults. \r\nWe have found that sharing meals together is a great way to get to know others. Everyone is welcome. ','Wednesday Fellowship Meal','','inherit','closed','closed','','106-revision-v1','','','2013-08-24 01:28:40','2013-08-24 00:28:40','',106,'http://www.belvoirparish.co.uk/?p=209',0,'revision','',0),(207,1,'2013-08-24 01:27:12','2013-08-24 00:27:12','The Wednesday Fellowship Meal at 7pm. Soup and hot-dogs are provided. The evening typically starts with a meal and then there are games in the hall for children and a short talk or interview for adults. \r\nWe find sharing a meal together is a great way to get to know others. Everyone is welcome. ','Wednesday Fellowship Meal','','inherit','closed','closed','','106-revision-v1','','','2013-08-24 01:27:12','2013-08-24 00:27:12','',106,'http://www.belvoirparish.co.uk/?p=207',0,'revision','',0),(208,1,'2013-08-24 01:27:28','2013-08-24 00:27:28','The Wednesday Fellowship Meal at 7pm. Soup and hot-dogs are provided. The evening typically starts with a meal and then there are games in the hall for children and a short talk/interview for adults. \r\nWe find sharing a meal together is a great way to get to know others. Everyone is welcome. ','Wednesday Fellowship Meal','','inherit','closed','closed','','106-revision-v1','','','2013-08-24 01:27:28','2013-08-24 00:27:28','',106,'http://www.belvoirparish.co.uk/?p=208',0,'revision','',0),(757,1,'2013-10-09 18:21:24','2013-10-09 17:21:24',' \r\n\r\n\"file0002127568066\"The Wednesday Fellowship start at 7pm. The evening typically starts with a tea and cake, followed by games in the hall for children and a short talk/interview for adults.\r\n\r\nIt is a great way to fellowship and get to know others more. Everyone is welcome.','Wednesday Fellowship ','','inherit','closed','closed','','106-revision-v1','','','2013-10-09 18:21:24','2013-10-09 17:21:24','',106,'http://www.belvoirparish.co.uk/?p=757',0,'revision','',0),(460,1,'2013-08-26 15:01:57','2013-08-26 14:01:57','\"GazpachoThe Wednesday Fellowship Meal start at 7pm. The evening typically starts with a meal and followed by games in the hall for children and a short talk/interview for adults.\r\nWe have found that sharing meals together is a great way to get to know others. Everyone is welcome.','Wednesday Fellowship Meal','','inherit','closed','closed','','106-revision-v1','','','2013-08-26 15:01:57','2013-08-26 14:01:57','',106,'http://www.belvoirparish.co.uk/?p=460',0,'revision','',0),(212,1,'2013-08-24 01:36:59','2013-08-24 00:36:59','Choir\r\nEveryone who enjoys singing is welcome to join our choir. Our aim is to lead the congregation in worship of the Lord every Sunday at the 11am service. Rehearsals are Wednesdays at 8.15pm.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-24 01:36:59','2013-08-24 00:36:59','',76,'http://www.belvoirparish.co.uk/?p=212',0,'revision','',0),(213,1,'2013-08-24 01:37:22','2013-08-24 00:37:22','
\"autumn-banner-2016-web6\"
\r\n
Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
\r\n
\r\n
******************
\r\n
\r\n\r\nTHURSDAY EVENING ALPHA COURSE\r\nat 8pm in the Family Centre\r\nAn opportunity to explore the Basics of the Christian Faith\r\nShort talks by Tom, Jacqueline or Jeremy followed by an opportunity to ask any question over a cuppa tea and a biscuit. Come to one, some or as many as you can.\r\n

Oct 6            Who was Jesus? his claims\r\n13                    Who was Jesus? the evidence\r\n20                   Why did Jesus die?\r\n27                   How can we have faith?

\r\n

3 Nov              No Alpha: Half-term break

\r\n

Nov 10           Who is the Holy Spirit?\r\n17                   How can I resist evil?\r\n24                   Does God heal today?

\r\n

Dec 1               How does God guide us?

\r\n

8                      How can I make the most out of life?

\r\n\r\n
\r\n
\r\n
******************
\r\n
\r\n
Please contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the next course.
\r\n
\r\n
\r\n
\r\n
\r\n
 \"Is
\r\n
\r\n

“Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

\r\n ','Alpha','','publish','closed','closed','','alpha','','','2016-10-04 15:58:55','2016-10-04 14:58:55','',0,'http://www.belvoirparish.co.uk/?page_id=213',0,'page','',0),(214,1,'2013-08-24 01:37:22','2013-08-24 00:37:22','The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course. Keep an eye on Upcoming Events to see when the next course starts.\r\n\r\nThe evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.\r\n\r\n“Attending Alpha not only enabled us to develop and strengthen our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”','Alpha','','inherit','closed','closed','','213-revision-v1','','','2013-08-24 01:37:22','2013-08-24 00:37:22','',213,'http://www.belvoirparish.co.uk/?p=214',0,'revision','',0),(220,1,'2013-08-24 12:36:28','2013-08-24 11:36:28','Upon entering Belvoir’s sanctuary, there is brightness and airiness. People speak about it as a ‘thin place’, a place where God is near and yet it is a very simple building, understated in every way. It is very difficult to be late for our morning service as families may arrive up to 11.10am and still not miss the service! Many remain after the service for prayer, coffee and chat while the children stay and play. We are a relaxed church and everyone is welcome. As well as Sunday services, the church hosts a wide range of groups and activities throughout the week from small groups to football, and from Choir practice to LunchBunch. Have a look at the Groups & Activities and get involved. We’re sure there’s something for everyone.\r\n\r\n\r\nSERVICE TIMES\r\n\r\nSundays\r\n\r\n9am: Holy Communion\r\n\r\n11am: Morning Worship\r\n\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n\r\n10.30am: Holy Communion\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Home','','inherit','closed','closed','','64-revision-v1','','','2013-08-24 12:36:28','2013-08-24 11:36:28','',64,'http://www.belvoirparish.co.uk/?p=220',0,'revision','',0),(221,1,'2013-08-24 15:11:56','2013-08-24 14:11:56','

Church Forms

\r\n

Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

\r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building Fund\r\n\r\nStanding Order Forms - India Fund\r\n\r\n\r\nGift Aid Form\r\n

Helpful Links

\r\n

Daily Lectionary: Link to daily Bible Readings.

\r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore: News, Events and Information about our Diocese.\r\n\r\n\r\nDown and Dromore Youth: News and resources for young people.\r\n\r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\r\n\r\n\r\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\r\n\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','publish','closed','closed','','resources-2','','','2014-01-28 16:57:25','2014-01-28 16:57:25','',0,'http://www.belvoirparish.co.uk/?page_id=221',0,'page','',0),(801,1,'2014-01-28 16:56:52','2014-01-28 16:56:52','

Church Forms

\r\n

Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

\r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building Fund\r\n\r\nStanding Order Forms - India Fund\r\n\r\n\r\nGift Aid Form\r\n

Helpful Links

\r\n

Daily Lectionary: Link to daily Bible Readings.

\r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore: News, Events and Information about our Diocese.\r\n\r\n\r\nDown and Dromore Youth: News and resources for young people.\r\n\r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\r\n\r\n\r\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\r\n\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2014-01-28 16:56:52','2014-01-28 16:56:52','',221,'http://www.belvoirparish.co.uk/?p=801',0,'revision','',0),(227,1,'2013-08-24 15:18:19','2013-08-24 14:18:19','Follow this link to Common Book of Prayer','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-08-24 15:18:19','2013-08-24 14:18:19','',221,'http://www.belvoirparish.co.uk/?p=227',0,'revision','',0),(228,1,'2013-08-24 15:23:25','2013-08-24 14:23:25','MONDAY\r\n\r\n10.00am       Women’s Fellowship Group\r\n6.30-7.30pm Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n\r\n10.00am        Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n\r\n12noon – 1.30pm  Lunch Bunch\r\n 7pm–8.15pm Church Fellowship Meal\r\n\r\n2nd  & 4th Wednesdays of the month\r\n7.30 – 8.30pm          5-a-side Football Secondary aged young people\r\n\r\n1st, 3rd & 5th Wednesdays of term-time\r\n8.15pm          Choir Practice (weekly)\r\n\r\nTHURSDAY\r\n\r\n10.30am        Holy Communion\r\n3-5pm (4-11yrs) Irish Dancing Classes\r\n\r\n6pm- 8pm (teens) Irish Dancing Classes\r\n\r\n8.00pm          Mother’s Union Meeting\r\n\r\n8.00pm          Thursday Cell (2nd and 4th Thursdays )\r\n\r\nSATURDAY\r\n\r\n9.30 – 2.00pm  Irish Dancing Classes\r\n7.30-10.30pm   Badminton\r\n\r\nSUNDAY\r\n\r\n 9.00am        Holy Communion\r\n11.00am        Family Worship - Creche, Sunday Club & Youth group\r\n4.30pm         Evening Prayer\r\n\r\n7.00-8.30pm Youth Fellowship    (Year 8+)','Week to Week','','inherit','closed','closed','','143-revision-v1','','','2013-08-24 15:23:25','2013-08-24 14:23:25','',143,'http://www.belvoirparish.co.uk/?p=228',0,'revision','',0),(222,1,'2013-08-24 15:11:27','2013-08-24 14:11:27','
\r\n\r\n\r\n\r\n
Lookup a word or passage in the Bible
\r\n

\r\n
\r\n
\r\n

\r\n\r\n\"BibleGateway.com\"
\r\n\r\nInclude this form on your page
\r\n
\r\n
\r\n
','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-08-24 15:11:27','2013-08-24 14:11:27','',221,'http://www.belvoirparish.co.uk/?p=222',0,'revision','',0),(226,1,'2013-08-24 15:17:48','2013-08-24 14:17:48','Follow this Link to Common Book of Prayer','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-08-24 15:17:48','2013-08-24 14:17:48','',221,'http://www.belvoirparish.co.uk/?p=226',0,'revision','',0),(229,1,'2013-08-24 15:32:53','2013-08-24 14:32:53','Calendar\r\n\r\nWeekly Activities\r\n\r\nServing Opportunities\r\n\r\nSermon Blog\r\n\r\nGiving\r\n\r\nSpiritual Gifts Test\r\n\r\nChurch Resources','Connect','','publish','closed','closed','','connect','','','2017-11-20 18:52:20','2017-11-20 18:52:20','',0,'http://www.belvoirparish.co.uk/?page_id=229',0,'page','',0),(230,1,'2013-08-24 15:32:53','2013-08-24 14:32:53','','Connect','','inherit','closed','closed','','229-revision-v1','','','2013-08-24 15:32:53','2013-08-24 14:32:53','',229,'http://www.belvoirparish.co.uk/?p=230',0,'revision','',0),(735,1,'2013-09-25 09:16:14','2013-09-25 08:16:14','','Belvoir3','','inherit','closed','closed','','belvoir3','','','2013-09-25 09:16:14','2013-09-25 08:16:14','',732,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/09/Belvoir3.jpg',0,'attachment','image/jpeg',0),(736,1,'2013-09-25 09:16:40','2013-09-25 08:16:40','','Belvoir4','','inherit','closed','closed','','belvoir4','','','2013-09-25 09:16:40','2013-09-25 08:16:40','',732,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/09/Belvoir4.jpg',0,'attachment','image/jpeg',0),(737,1,'2013-09-25 09:17:07','2013-09-25 08:17:07','','Belvoir5','','inherit','closed','closed','','belvoir5','','','2013-09-25 09:17:07','2013-09-25 08:17:07','',732,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/09/Belvoir5.jpg',0,'attachment','image/jpeg',0),(738,1,'2013-09-25 09:17:33','2013-09-25 08:17:33','','Belvoir6','','inherit','closed','closed','','belvoir6','','','2013-09-25 09:17:33','2013-09-25 08:17:33','',732,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/09/Belvoir6.jpg',0,'attachment','image/jpeg',0),(739,1,'2013-09-25 09:18:08','2013-09-25 08:18:08','','Belvoir7','','inherit','closed','closed','','belvoir7','','','2013-09-25 09:18:08','2013-09-25 08:18:08','',732,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/09/Belvoir7.jpg',0,'attachment','image/jpeg',0),(740,1,'2013-09-25 09:18:34','2013-09-25 08:18:34','','Belvoir8','','inherit','closed','closed','','belvoir8','','','2013-09-25 09:18:34','2013-09-25 08:18:34','',732,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/09/Belvoir8.jpg',0,'attachment','image/jpeg',0),(237,1,'2013-08-24 15:48:35','2013-08-24 14:48:35','','What We Do','','inherit','closed','closed','','74-revision-v1','','','2013-08-24 15:48:35','2013-08-24 14:48:35','',74,'http://www.belvoirparish.co.uk/?p=237',0,'revision','',0),(772,1,'2013-12-22 11:00:21','2013-12-22 11:00:21','','Children\'s Nativity','','publish','closed','closed','','childrens-nativity','','','2013-12-18 22:34:46','2013-12-18 22:34:46','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=772',0,'cpt_events','',0),(240,1,'2013-08-24 16:00:32','2013-08-24 15:00:32',' ','','','publish','closed','closed','','240','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=240',32,'nav_menu_item','',0),(243,1,'2013-08-24 16:18:35','2013-08-24 15:18:35','','554792_442505455762556_1981265917_n','','inherit','closed','closed','','554792_442505455762556_1981265917_n','','','2013-08-24 16:18:35','2013-08-24 15:18:35','',15,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/554792_442505455762556_1981265917_n.jpg',0,'attachment','image/jpeg',0),(244,1,'2013-08-24 16:19:46','2013-08-24 15:19:46',' \r\n\r\n\"554792_442505455762556_1981265917_n\"Belvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n\r\n \r\n\r\n\r\nView Larger Map','Location','','inherit','closed','closed','','82-revision-v1','','','2013-08-24 16:19:46','2013-08-24 15:19:46','',82,'http://www.belvoirparish.co.uk/?p=244',0,'revision','',0),(245,1,'2013-08-24 16:19:53','2013-08-24 15:19:53',' \r\n\r\n\"554792_442505455762556_1981265917_n\"Belvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n\r\n \r\n\r\n\r\nView Larger Map','Location','','inherit','closed','closed','','82-autosave-v1','','','2013-08-24 16:19:53','2013-08-24 15:19:53','',82,'http://www.belvoirparish.co.uk/?p=245',0,'revision','',0),(248,1,'2013-08-24 16:30:34','2013-08-24 15:30:34','','file0001465088015-1','','inherit','closed','closed','','file0001465088015-1','','','2013-08-24 16:30:34','2013-08-24 15:30:34','',48,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/file0001465088015-1.jpg',0,'attachment','image/jpeg',0),(249,1,'2013-08-24 16:34:33','2013-08-24 15:34:33','','P3100429','','inherit','closed','closed','','p3100429','','','2013-08-24 16:34:33','2013-08-24 15:34:33','',48,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/P3100429.jpg',0,'attachment','image/jpeg',0),(250,1,'2013-08-24 16:35:38','2013-08-24 15:35:38','\"file0001465088015-1\"Belvoir has been involved with various outreach projects over the years. More recently we have moved even more local with an aim to become more involved with the needs of people closer to Belvoir itself.\r\n\r\nWe offer food support to people and families who find themselves in need of crisis support were a simple food hamper can relieve the pressure and stress for a short time and allow respite time. This project has grown to include supporting the wider community through the STOREHOUSE group food support programme.\r\n\r\n\"P3100429\"\r\n\r\nAnother of our recent outreach projects has been the most enjoyable and fulfilling reading evenings that we hold on a regular basis at the Taylor Court residents housing. The proj\r\n\r\nect has been running for just over a year now and has proved very popular to both readers and residents, especially now that we have included some musical time to the evenings.\r\n\r\nLonger term it would be great to involve larger numbers of the congregation we these local outreach projects. With larger numbers of volunteers it would be possible to offer more time to review and serve the needs of local community. In God’s time and with His blessing we strive to listen to His guiding word, as doors open and opportunities arise, move to fulfil His will. Please contact Carson Bell if you would like to become involved in our local outreach projects.','Local Outreach','','inherit','closed','closed','','48-revision-v1','','','2013-08-24 16:35:38','2013-08-24 15:35:38','',48,'http://www.belvoirparish.co.uk/?p=250',0,'revision','',0),(251,1,'2017-11-20 19:03:42','2017-11-20 19:03:42','\"Shutter-Stock-Icons-Welcome-Image-300x200\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning. Follow this link to our Sermon Blog.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir!\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\n\"0001G1\"When do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Adrian McCartney is the Rector of Belvoir Parish Church.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 14 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

We look forward to seeing you at Belvoir!

\r\n\r\n

 

','I\'m New','','inherit','closed','closed','','51-autosave-v1','','','2017-11-20 19:03:42','2017-11-20 19:03:42','',51,'http://www.belvoirparish.co.uk/?p=251',0,'revision','',0),(933,1,'2014-11-23 18:19:51','2014-11-23 18:19:51','\"unnamed\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\n\"0001G1\"When do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

We look forward to seeing you at Belvoir!

\r\n\r\n

 

','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2014-11-23 18:19:51','2014-11-23 18:19:51','',51,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(252,1,'2013-08-24 16:50:15','2013-08-24 15:50:15','','file0001433999817','','inherit','closed','closed','','file0001433999817','','','2013-08-24 16:50:15','2013-08-24 15:50:15','',51,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/file0001433999817.jpg',0,'attachment','image/jpeg',0),(253,1,'2013-08-24 17:06:25','2013-08-24 16:06:25','Welcome!\r\nWe understand that finding a new church or even going for the first time can be a daunting experience, so we’ve put together this page which will give you some practical information such as car parking and so on, and what to expect on a typical Sunday at Belvoir. If we’ve left anything out or you have a different question don’t hesitate to contact us. You can find our details on the Contact Us page.\r\n\r\nWhere is the church?\r\n\r\nThe church building is located at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown.\r\n\r\nWhere can I park?\r\n\r\nThere is a church carpark and street parking.\r\n\r\nWhat time should I arrive?\r\n\r\nWe have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people arrive around 11am.\r\n\r\nWhat should I wear?\r\n\r\nWhatever you are comfortable in.\r\n\r\n\r\nCan I bring my kids?\r\n\r\nCertainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group start during the service. These groups leave the main service before the sermon.\r\n\r\nWhat next?\r\n\r\nWhen you enter the church there will be someone to greet you and give you an order of service.\r\n\r\n\"file0001433999817\"\r\n\r\nOur services last around 60 minutes. After the service you are invited to join us  for tea and coffee in the family centre.  Occasionally there are cake sales and other charity events after the service.\r\n\r\nWe hope that this information has been useful and we look forward to seeing you at Belvoir.','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-24 17:06:25','2013-08-24 16:06:25','',51,'http://www.belvoirparish.co.uk/?p=253',0,'revision','',0),(255,1,'2013-08-24 17:38:43','2013-08-24 16:38:43','','file0001031918094','','inherit','closed','closed','','file0001031918094','','','2013-08-24 17:38:43','2013-08-24 16:38:43','',0,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/file0001031918094.jpg',0,'attachment','image/jpeg',0),(256,1,'2013-08-24 17:38:52','2013-08-24 16:38:52','Closeup of message stones on white background.','Message Stones','','inherit','closed','closed','','message-stones','','','2013-08-24 17:38:52','2013-08-24 16:38:52','',0,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/file41112944936121.jpg',0,'attachment','image/jpeg',0),(257,1,'2013-08-24 17:39:02','2013-08-24 16:39:02','','file2501267653737','','inherit','closed','closed','','file2501267653737','','','2013-08-24 17:39:02','2013-08-24 16:39:02','',141,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/file2501267653737.jpg',0,'attachment','image/jpeg',0),(258,1,'2013-08-24 17:39:03','2013-08-24 16:39:03','','OLYMPUS DIGITAL CAMERA','','inherit','closed','closed','','olympus-digital-camera','','','2013-08-24 17:39:03','2013-08-24 16:39:03','',109,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/file000952231452.jpg',0,'attachment','image/jpeg',0),(260,1,'2013-08-24 17:39:55','2013-08-24 16:39:55','','file7831240007791','','inherit','closed','closed','','file7831240007791','','','2013-08-24 17:39:55','2013-08-24 16:39:55','',0,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/file7831240007791.jpg',0,'attachment','image/jpeg',0),(264,1,'2013-08-24 17:57:19','2013-08-24 16:57:19','1. What is Confirmation?\r\n\r\nConfirmation is the rite at which those who have been baptised seek the blessing of the Holy Spirit for their growth as Christians. The confirmation candidates first confirm the promises of their baptism. Then the bishop lays hands on them, praying that God\'s Spirit will confirm, strengthen and guide them to live out their faith in their everyday lives.\r\n\r\n2. Why Confirmation?\r\nAs children we often adopt our parents\' beliefs and practices but as we grow older we develop our own opinions and beliefs. This is part of the transition into adulthood, which is marked by many different stages - moving to secondary school, becoming a teenager, wanting to choose our own styles of clothes and music. In the Christian faith there is also a stage of transition when young people may feel that they want to make their own declaration of faith and commit their life to Christ. This transition is normally marked by confirmation. It is a service in which the young people confirm for themselves, and publicly before family, friends and the wider Church, the promises made on their behalf at their baptism. However, confirmation is not just something for teenagers but can take place whenever an individual desires to make a faith commitment. Sometimes young people come before they reach their teens and others come as adults.\r\n\r\n3. What happens at Confirmation?\r\nThe candidates renew their baptismal vows before the bishop; and as in baptism, the congregation is asked to support the candidates in their life of faith. The bishop then asks each candidate by name, ‘Do you .... believe and accept the Christian faith into which you are baptized?\'\r\n\r\nThe candidates then affirm their faith, together with the congregation, in the words of the Apostles\' Creed. After this, they kneel before the bishop, who lays hands on each one, praying,\r\n\r\n\'Confirm .... O Lord, with your heavenly grace, that he/she may continue to be yours for ever, and daily increase in your Holy Spirit more and more until he/she comes to your eternal kingdom. Amen.\'\r\n\r\n4. How is Confirmation related to Holy Communion?\r\nHoly Communion or Eucharist is when Christians draw especially close to God. In some parts of the Anglican Communion individuals who have been baptised do not have to be ‘confirmed\' to receive Holy Communion. In the Church of Ireland, admission to Holy Communion has usually presupposed confirmation.\r\n\r\n5. What happens after Confirmation?\r\nBy making a public affirmation of faith the candidates take responsibility for themselves as members of Christ\'s Church. When the bishop asks, ‘Will you proclaim by word and example the good news of God in Christ?\' and ‘Will you seek and serve Christ in all people, loving your neighbour as yourself?\', the candidates respond, ‘With the help of God, I will\'. This demonstrates both their commitment and their recognition of their dependence on God to live a Christian life.\r\n

Quotations from The Book of Common Prayer 2004, ©The Representative Church Body, of the Church of Ireland, 2004

\r\n

The above information copyright © 2007 APCK, Church of Ireland House, Dublin 6

','Confirmation','','publish','closed','closed','','confirmation','','','2013-09-02 14:08:32','2013-09-02 13:08:32','',0,'http://www.belvoirparish.co.uk/?page_id=264',0,'page','',0),(265,1,'2013-08-24 17:57:19','2013-08-24 16:57:19','','Confirmation','','inherit','closed','closed','','264-revision-v1','','','2013-08-24 17:57:19','2013-08-24 16:57:19','',264,'http://www.belvoirparish.co.uk/?p=265',0,'revision','',0),(261,1,'2013-08-24 17:42:01','2013-08-24 16:42:01','\"file2501267653737\"Join us for a BBQ after church. Bishop Harold will be our guest at the 11am service.','Church BBQ','','inherit','closed','closed','','141-autosave-v1','','','2013-08-24 17:42:01','2013-08-24 16:42:01','',141,'http://www.belvoirparish.co.uk/?p=261',0,'revision','',0),(266,1,'2013-08-24 17:57:32','2013-08-24 16:57:32','','Weddings','','publish','closed','closed','','weddings','','','2013-08-24 17:57:32','2013-08-24 16:57:32','',0,'http://www.belvoirparish.co.uk/?page_id=266',0,'page','',0),(267,1,'2013-08-24 17:57:32','2013-08-24 16:57:32','','Weddings','','inherit','closed','closed','','266-revision-v1','','','2013-08-24 17:57:32','2013-08-24 16:57:32','',266,'http://www.belvoirparish.co.uk/?p=267',0,'revision','',0),(575,1,'2013-08-28 09:57:49','2013-08-28 08:57:49','You can find us at\"554792_442505455762556_1981265917_n\"\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EA\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

Church Staff

\r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2013-08-28 09:57:49','2013-08-28 08:57:49','',574,'http://www.belvoirparish.co.uk/?p=575',0,'revision','',0),(618,1,'2013-09-02 14:09:49','2013-09-02 13:09:49','

Church Forms

\r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n

Helpful Websites

\r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-02 14:09:49','2013-09-02 13:09:49','',221,'http://www.belvoirparish.co.uk/?p=618',0,'revision','',0),(271,1,'2013-08-24 18:07:20','2013-08-24 17:07:20','

\"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

\r\nWays to Give:\r\n\r\nTax Efficient Giving: \r\n\r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return a Gift Aid Form if you have not done so already. The benefit to Belvoir is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Forms - India Fund\r\nGift Aid Form\r\n

 \"OLYMPUS

','Giving','','publish','closed','closed','','giving','','','2014-01-28 16:55:14','2014-01-28 16:55:14','',0,'http://www.belvoirparish.co.uk/?page_id=271',0,'page','',0),(799,1,'2014-01-28 16:52:13','2014-01-28 16:52:13','

\"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

\r\nWays to Give:\r\n\r\nTax Efficient Giving: \r\n\r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return a Gift Aid Form if you have not done so already. The benefit to Belvoir is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Forms - India Fund\r\nGift Aid Form\r\n

 \"OLYMPUS

','Giving','','inherit','closed','closed','','271-revision-v1','','','2014-01-28 16:52:13','2014-01-28 16:52:13','',271,'http://www.belvoirparish.co.uk/?p=799',0,'revision','',0),(272,1,'2013-08-24 18:07:20','2013-08-24 17:07:20','There are two ways to do this:\r\n\r\nOther ways to give\r\n\r\nTax Efficient Giving\r\n\r\n \r\n\r\nIf you have any questions on these or other ways of giving, please contact Jennifer Stewart, the Church Secretary.','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-24 18:07:20','2013-08-24 17:07:20','',271,'http://www.belvoirparish.co.uk/?p=272',0,'revision','',0),(428,1,'2013-08-26 13:00:18','2013-08-26 12:00:18','The Parish is financed by the contributions of church members.\r\n\r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nIf you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-26 13:00:18','2013-08-26 12:00:18','',271,'http://www.belvoirparish.co.uk/?p=428',0,'revision','',0),(274,1,'2013-08-24 18:09:25','2013-08-24 17:09:25',' ','','','publish','closed','closed','','274','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=274',36,'nav_menu_item','',0),(746,1,'2013-09-26 20:01:40','2013-09-26 19:01:40',' ','','','publish','closed','closed','','746','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=746',34,'nav_menu_item','',0),(281,1,'2013-08-24 18:27:53','2013-08-24 17:27:53','Have you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do? Below is a short Spiritual Gifts Test to help you discern your gifts.\r\n\r\n[spiritual_gifts email=\"belvoirparish@gmail.com\" shape=\"false\"]\r\n\r\n***A member of Belvoir Parish staff won\'t contact you regarding the test results. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline. This Spiritual Gifts Test was designed by Saddleback Church.','Spiritual Gifts','','publish','closed','closed','','spiritual-gift-test','','','2013-08-25 19:59:46','2013-08-25 18:59:46','',0,'http://www.belvoirparish.co.uk/?page_id=281',0,'page','',0),(278,1,'2013-08-24 18:21:57','2013-08-24 17:21:57',' ','','','publish','closed','closed','','278','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=278',17,'nav_menu_item','',0),(279,1,'2013-08-24 18:21:57','2013-08-24 17:21:57',' ','','','publish','closed','closed','','279','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=279',40,'nav_menu_item','',0),(282,1,'2013-08-24 18:27:53','2013-08-24 17:27:53','[spiritual_gifts shape=\"false\"] ','Spiritual Gift Test','','inherit','closed','closed','','281-revision-v1','','','2013-08-24 18:27:53','2013-08-24 17:27:53','',281,'http://www.belvoirparish.co.uk/?p=282',0,'revision','',0),(287,1,'2013-08-24 18:46:37','2013-08-24 17:46:37','Have you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do? Below is a short test designed by Saddleback Church.\r\n\r\n(At the bottom of the test it says that a member of staff will contact you but this test is just for you. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline.)\r\n\r\n[spiritual_gifts shape=\"false\"]\r\n\r\n***Remember the test results will be emailed to the address you provided in the box above, a member of Belvoir Parish staff won\'t contact you regarding the test results. However if you would like to meet with someone regarding the results, contact Tom or Jacqueline.','Spiritual Gift Test','','inherit','closed','closed','','281-revision-v1','','','2013-08-24 18:46:37','2013-08-24 17:46:37','',281,'http://www.belvoirparish.co.uk/?p=287',0,'revision','',0),(284,1,'2013-08-24 18:33:34','2013-08-24 17:33:34','[spiritual_gifts shape=\"false\"]\r\n\r\nBelvoir Church has not set up this Spiritual Gift Test to be sent to a member of Staff. It will only be sent to the email address that you list in the box. If you would like to meet with someone regarding the results and how you might use them in Belvoir, please contact Tom or Jacqueline.','Spiritual Gift Test','','inherit','closed','closed','','281-revision-v1','','','2013-08-24 18:33:34','2013-08-24 17:33:34','',281,'http://www.belvoirparish.co.uk/?p=284',0,'revision','',0),(289,1,'2013-08-24 18:48:46','2013-08-24 17:48:46','Have you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do?\r\n\r\n(At the bottom of the test it says that a member of staff will contact you but this test is just for you. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline.)\r\n\r\n[spiritual_gifts shape=\"false\"]\r\n\r\n***Remember a member of Belvoir Parish staff won\'t contact you regarding the test results. However if you would like to meet with someone regarding the results, contact Tom or Jacqueline. This Spiritual Gifts Test was designed by Saddleback Church.','Spiritual Gift Test','','inherit','closed','closed','','281-revision-v1','','','2013-08-24 18:48:46','2013-08-24 17:48:46','',281,'http://www.belvoirparish.co.uk/?p=289',0,'revision','',0),(285,1,'2013-08-24 18:44:11','2013-08-24 17:44:11',' \r\n\r\nHave you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do? Below is a short test designed by Saddleback Church.\r\n\r\n(At the bottom of the test it says that a member of staff will contact you but this test is just for you. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline.)\r\n\r\n[spiritual_gifts email=\"belvoirparish@gmail.com\"]\r\n\r\n***Remember the test results will be emailed to the address you provided in the box above, a member of Belvoir Parish staff won\'t contact you regarding the test results. However if you would like to meet with someone regarding the results, contact Tom or Jacqueline.','Spiritual Gift Test','','inherit','closed','closed','','281-revision-v1','','','2013-08-24 18:44:11','2013-08-24 17:44:11','',281,'http://www.belvoirparish.co.uk/?p=285',0,'revision','',0),(286,1,'2013-08-24 18:46:21','2013-08-24 17:46:21',' \r\n\r\nHave you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do? Below is a short test designed by Saddleback Church.\r\n\r\n(At the bottom of the test it says that a member of staff will contact you but this test is just for you. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline.)\r\n\r\n[spiritual_gifts shape=\"false\"]\r\n\r\n***Remember the test results will be emailed to the address you provided in the box above, a member of Belvoir Parish staff won\'t contact you regarding the test results. However if you would like to meet with someone regarding the results, contact Tom or Jacqueline.','Spiritual Gift Test','','inherit','closed','closed','','281-revision-v1','','','2013-08-24 18:46:21','2013-08-24 17:46:21','',281,'http://www.belvoirparish.co.uk/?p=286',0,'revision','',0),(295,1,'2013-08-24 18:54:05','2013-08-24 17:54:05','Have you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do? Below is a short Spiritual Gifts Test to help you discern your gifts.\r\n\r\n[spiritual_gifts email=\"belvoirparish@gmail.com\" shape=\"false\"]\r\n\r\n***A member of Belvoir Parish staff won\'t contact you regarding the test results. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline. This Spiritual Gifts Test was designed by Saddleback Church.','Spiritual Gift Test','','inherit','closed','closed','','281-revision-v1','','','2013-08-24 18:54:05','2013-08-24 17:54:05','',281,'http://www.belvoirparish.co.uk/?p=295',0,'revision','',0),(290,1,'2013-08-24 18:49:44','2013-08-24 17:49:44','Have you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do?\r\n\r\n(At the bottom of the test it says that a member of staff will contact you but this test is just for you. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline.)\r\n\r\n[spiritual_gifts email=\"belvoirparish@gmail.com\"+\"false\"]\r\n\r\n \r\n\r\n***Remember a member of Belvoir Parish staff won\'t contact you regarding the test results. However if you would like to meet with someone regarding the results, contact Tom or Jacqueline. This Spiritual Gifts Test was designed by Saddleback Church.','Spiritual Gift Test','','inherit','closed','closed','','281-revision-v1','','','2013-08-24 18:49:44','2013-08-24 17:49:44','',281,'http://www.belvoirparish.co.uk/?p=290',0,'revision','',0),(291,1,'2013-08-24 18:50:09','2013-08-24 17:50:09','Have you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do? (At the bottom of the test it says that a member of staff will contact you but this test is just for you. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline.)\r\n\r\n[spiritual_gifts email=\"belvoirparish@gmail.com\"=\"false\"]\r\n\r\n***Remember a member of Belvoir Parish staff won\'t contact you regarding the test results. However if you would like to meet with someone regarding the results, contact Tom or Jacqueline. This Spiritual Gifts Test was designed by Saddleback Church.','Spiritual Gift Test','','inherit','closed','closed','','281-revision-v1','','','2013-08-24 18:50:09','2013-08-24 17:50:09','',281,'http://www.belvoirparish.co.uk/?p=291',0,'revision','',0),(293,1,'2013-08-24 18:51:28','2013-08-24 17:51:28','Have you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do? (At the bottom of the test it says that a member of staff will contact you but this test is just for you. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline.)\r\n\r\n[spiritual_gifts email=\"belvoirparish@gmail.com\" shape=\"false\"]\r\n\r\n***Remember a member of Belvoir Parish staff won\'t contact you regarding the test results. However if you would like to meet with someone regarding the results, contact Tom or Jacqueline. This Spiritual Gifts Test was designed by Saddleback Church.','Spiritual Gift Test','','inherit','closed','closed','','281-revision-v1','','','2013-08-24 18:51:28','2013-08-24 17:51:28','',281,'http://www.belvoirparish.co.uk/?p=293',0,'revision','',0),(294,1,'2013-08-25 19:59:56','2013-08-25 18:59:56','Have you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do? Below is a short Spiritual Gifts Test to help you discern your gifts.\r\n\r\n[spiritual_gifts email=\"belvoirparish@gmail.com\" shape=\"false\"]\r\n\r\n***A member of Belvoir Parish staff won\'t contact you regarding the test results. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline. This Spiritual Gifts Test was designed by Saddleback Church.','Spiritual Gifts','','inherit','closed','closed','','281-autosave-v1','','','2013-08-25 19:59:56','2013-08-25 18:59:56','',281,'http://www.belvoirparish.co.uk/?p=294',0,'revision','',0),(296,1,'2013-08-24 19:00:38','2013-08-24 18:00:38','','Belvoir Sketch','','inherit','closed','closed','','belvoir-sketch','','','2013-08-24 19:00:38','2013-08-24 18:00:38','',0,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/Belvoir-Sketch.jpg',0,'attachment','image/jpeg',0),(297,1,'2013-08-24 19:10:22','2013-08-24 18:10:22',' ','','','publish','closed','closed','','297','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=297',35,'nav_menu_item','',0),(298,1,'2013-08-24 19:19:31','2013-08-24 18:19:31','Follow this link to read Philip\'s inspirational story.','Philip\'s Story','','publish','closed','closed','','philips-story','','','2013-08-24 19:20:07','2013-08-24 18:20:07','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=298',0,'cpt_news','',0),(300,1,'2013-08-24 19:23:32','2013-08-24 18:23:32','','Home','','publish','closed','closed','','home','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=300',1,'nav_menu_item','',0),(630,1,'2013-09-02 16:36:40','2013-09-02 15:36:40','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

Church Staff

\r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact','','inherit','closed','closed','','15-revision-v1','','','2013-09-02 16:36:40','2013-09-02 15:36:40','',15,'http://www.belvoirparish.co.uk/?p=630',0,'revision','',0),(302,1,'2013-08-24 19:35:19','2013-08-24 18:35:19','You can find us at\"554792_442505455762556_1981265917_n\"\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EA\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

Church Staff

\r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\nbelvoir@summermadness.co.uk','Contact us','','inherit','closed','closed','','15-revision-v1','','','2013-08-24 19:35:19','2013-08-24 18:35:19','',15,'http://www.belvoirparish.co.uk/?p=302',0,'revision','',0),(301,1,'2013-08-24 19:34:43','2013-08-24 18:34:43','You can find us at\"554792_442505455762556_1981265917_n\"\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EA\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

Church Staff

\r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\n\"black\r\n\r\n \r\n\r\nMrs Jennifer Stewart (Parish Administrator)
\r\n(028) 9049 1436\r\nbelvoir@summermadness.co.uk','Contact us','','inherit','closed','closed','','15-revision-v1','','','2013-08-24 19:34:43','2013-08-24 18:34:43','',15,'http://www.belvoirparish.co.uk/?p=301',0,'revision','',0),(742,1,'2013-09-25 09:30:15','2013-09-25 08:30:15','','Gallery','','inherit','closed','closed','','731-revision-v1','','','2013-09-25 09:30:15','2013-09-25 08:30:15','',731,'http://www.belvoirparish.co.uk/?p=742',0,'revision','',0),(306,1,'2013-08-24 20:42:18','2013-08-24 19:42:18','

Everyone welcome. Our Mother\'s Union meets from September to March.

\n

For further details please contact Meta Keightley 90643777.

\n

 

\n

For more information about what the Mother Union does worldview, follow this link

\n

\"Mother\'s

\n','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-24 20:42:18','2013-08-24 19:42:18','',109,'http://www.belvoirparish.co.uk/?p=306',0,'revision','',0),(310,1,'2013-08-24 21:09:47','2013-08-24 20:09:47','Belvoir Parish provides a great opportunity for the women to gather times of fellowship together. The committee plans a great programme with several special events held throughout the year.\r\n\r\n\"OLYMPUS\r\n\r\nMothers’ Union is a Christian organisation which promotes the well-being of families worldwide. The MU in Ireland is part of a membership of 3.6 million in 79 countries worldwide and there are 385 branches throughout the 12 dioceses of the Church of Ireland. Membership is for anyone who wishes to support the MU’s aims and objectives. It is for both men and women regardless of age or marital status.\r\n\r\nThe Aims and Objectives of Mothers’ Union:\r\n\r\nTo promote and support married life\r\n\r\nTo encourage parents in their role to develop the faith of their children\r\n\r\nTo maintain a worldwide fellowship of Christians united in prayer, worship and service\r\nTo promote conditions in society favourable to stable family life and the protection of children\r\n\r\nTo help those whose family life has met with adversity\r\n\r\nEveryone is invited to come along. The Mothers\' Union at Belvoir Parish meets from September to March. The Mothers\' Union members bring a variety of practical help and support to their parish and community.\r\n\r\nFor further details please contact Meta Keightley.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldwide, follow this link\r\n\r\n\"Mother\'s','Mothers\' Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-24 21:09:47','2013-08-24 20:09:47','',109,'http://www.belvoirparish.co.uk/?p=310',0,'revision','',0),(307,1,'2013-08-24 21:04:58','2013-08-24 20:04:58','Belvoir Parish provides a great opportunity for the women of the parish to get together for fellowship. The committee plan a great programme and there are several special events held throughout the year.\r\n\r\nMothers’ Union is a Christian organisation which promotes the well-being of families worldwide. The MU in Ireland is part of a membership of 3.6 million in 79 countries worldwide and there are 385 branches throughout the 12 dioceses of the Church of Ireland. Membership is for anyone who wishes to support the MU’s aims and objectives. It is for both men and women regardless of age or marital status.\r\n\r\n\"OLYMPUS\r\n\r\n \r\n\r\nThe Aims and Objectives of Mothers’ Union:\r\nTo promote and support married life\r\nTo encourage parents in their role to develop the faith of their children\r\nTo maintain a worldwide fellowship of Christians united in prayer, worship and service\r\nTo promote conditions in society favourable to stable family life and the protection of children\r\nTo help those whose family life has met with adversity\r\nEveryone is invited to come along. The Mother\'s Union in Belvoirmeets from September to March.The Mother\'s Union members bring a variety of practical help and support to their parish and community.\r\n\r\nFor further details please contact Meta Keightley 90643777.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldwide, follow this link\r\n\r\n\"Mother\'s','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-24 21:04:58','2013-08-24 20:04:58','',109,'http://www.belvoirparish.co.uk/?p=307',0,'revision','',0),(311,1,'2013-08-24 21:12:14','2013-08-24 20:12:14','Belvoir Parish provides a great opportunity for the women to gather times of fellowship together. The committee plans a great programme with several special events held throughout the year.\r\n\r\n\"OLYMPUS\r\n\r\nMothers’ Union is a Christian organisation which promotes the well-being of families worldwide. The MU in Ireland is part of a membership of 3.6 million in 79 countries worldwide and there are 385 branches throughout the 12 dioceses of the Church of Ireland. Membership is for anyone who wishes to support the MU’s aims and objectives. It is for both men and women regardless of age or marital status.\r\n\r\nThe Aims and Objectives of Mothers’ Union:\r\nTo promote and support married life\r\nTo encourage parents in their role to develop the faith of their children\r\nTo maintain a worldwide fellowship of Christians united in prayer, worship and service\r\nTo promote conditions in society favourable to stable family life and the protection of children\r\nTo help those whose family life has met with adversity.\r\n\r\nEveryone is invited to come along. The Mothers\' Union at Belvoir Parish meets from September to March. The Mothers\' Union members bring a variety of practical help and support to their parish and community.\r\n\r\nFor further details please contact Meta Keightley.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldwide, follow this link\r\n\r\n\"Mother\'s','Mothers\' Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-24 21:12:14','2013-08-24 20:12:14','',109,'http://www.belvoirparish.co.uk/?p=311',0,'revision','',0),(308,1,'2013-08-24 21:07:12','2013-08-24 20:07:12','Belvoir Parish provides a great opportunity for the women to gather times of fellowship together. The committee plans a great programme with several special events held throughout the year.\r\n\r\nMothers’ Union is a Christian organisation which promotes the well-being of families worldwide. The MU in Ireland is part of a membership of 3.6 million in 79 countries worldwide and there are 385 branches throughout the 12 dioceses of the Church of Ireland. Membership is for anyone who wishes to support the MU’s aims and objectives. It is for both men and women regardless of age or marital status.\r\n\r\n\"OLYMPUS\r\n\r\n \r\n\r\nThe Aims and Objectives of Mothers’ Union:\r\nTo promote and support married life\r\nTo encourage parents in their role to develop the faith of their children\r\nTo maintain a worldwide fellowship of Christians united in prayer, worship and service\r\nTo promote conditions in society favourable to stable family life and the protection of children\r\nTo help those whose family life has met with adversity\r\nEveryone is invited to come along. The Mothers\' Union at Belvoir Parish meets from September to March. The Mothers\' Union members bring a variety of practical help and support to their parish and community.\r\n\r\nFor further details please contact Meta Keightley.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldwide, follow this link\r\n\r\n\"Mother\'s','Mother\'s Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-24 21:07:12','2013-08-24 20:07:12','',109,'http://www.belvoirparish.co.uk/?p=308',0,'revision','',0),(309,1,'2013-08-24 21:07:39','2013-08-24 20:07:39','Belvoir Parish provides a great opportunity for the women to gather times of fellowship together. The committee plans a great programme with several special events held throughout the year.\r\n\r\nMothers’ Union is a Christian organisation which promotes the well-being of families worldwide. The MU in Ireland is part of a membership of 3.6 million in 79 countries worldwide and there are 385 branches throughout the 12 dioceses of the Church of Ireland. Membership is for anyone who wishes to support the MU’s aims and objectives. It is for both men and women regardless of age or marital status.\r\n\r\n\"OLYMPUS\r\n\r\n \r\n\r\nThe Aims and Objectives of Mothers’ Union:\r\nTo promote and support married life\r\nTo encourage parents in their role to develop the faith of their children\r\nTo maintain a worldwide fellowship of Christians united in prayer, worship and service\r\nTo promote conditions in society favourable to stable family life and the protection of children\r\nTo help those whose family life has met with adversity\r\nEveryone is invited to come along. The Mothers\' Union at Belvoir Parish meets from September to March. The Mothers\' Union members bring a variety of practical help and support to their parish and community.\r\n\r\nFor further details please contact Meta Keightley.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldwide, follow this link\r\n\r\n\"Mother\'s','Mothers\' Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-24 21:07:39','2013-08-24 20:07:39','',109,'http://www.belvoirparish.co.uk/?p=309',0,'revision','',0),(312,1,'2013-08-24 21:13:18','2013-08-24 20:13:18','Belvoir Parish provides a great opportunity for the women to meet for times of fellowship together. The committee plans a great programme with several special events held throughout the year.\r\n\r\n\"OLYMPUS\r\n\r\nMothers’ Union is a Christian organisation which promotes the well-being of families worldwide. The MU in Ireland is part of a membership of 3.6 million in 79 countries worldwide and there are 385 branches throughout the 12 dioceses of the Church of Ireland. Membership is for anyone who wishes to support the MU’s aims and objectives. It is for both men and women regardless of age or marital status.\r\n\r\nThe Aims and Objectives of Mothers’ Union:\r\nTo promote and support married life\r\nTo encourage parents in their role to develop the faith of their children\r\nTo maintain a worldwide fellowship of Christians united in prayer, worship and service\r\nTo promote conditions in society favourable to stable family life and the protection of children\r\nTo help those whose family life has met with adversity.\r\n\r\nEveryone is invited to come along. The Mothers\' Union at Belvoir Parish meets from September to March. The Mothers\' Union members bring a variety of practical help and support to their parish and community.\r\n\r\nFor further details please contact Meta Keightley.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldwide, follow this link\r\n\r\n\"Mother\'s','Mothers\' Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-24 21:13:18','2013-08-24 20:13:18','',109,'http://www.belvoirparish.co.uk/?p=312',0,'revision','',0),(313,1,'2013-08-24 21:14:37','2013-08-24 20:14:37','Click once on the event for more details.\r\n\r\n','Calendar','','publish','closed','closed','','calendar','','','2013-08-25 21:29:23','2013-08-25 20:29:23','',0,'http://www.belvoirparish.co.uk/?page_id=313',0,'page','',0),(314,1,'2013-08-24 21:14:37','2013-08-24 20:14:37','','Calendar','','inherit','closed','closed','','313-revision-v1','','','2013-08-24 21:14:37','2013-08-24 20:14:37','',313,'http://www.belvoirparish.co.uk/?p=314',0,'revision','',0),(315,1,'2013-08-24 21:15:41','2013-08-24 20:15:41',' ','','','publish','closed','closed','','315','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=315',42,'nav_menu_item','',0),(318,1,'2013-08-24 21:33:14','2013-08-24 20:33:14','Welcome!\r\n\r\n\"welcome\"\r\n\r\nWe understand it can be daunting if you’ve never been to Church before, if it’s been a while or you moved into the area.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? Whatever you are comfortable in.\r\n\r\nCan I bring my kids? What to expect when you arrive at Belvoir?Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group start just before the sermon.\r\n\r\n\"file0001433999817\"\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. Our services last around 60 minutes. After the service you are invited to join us  for tea and coffee in the family centre.  Occasionally there are cake sales and other charity events after the service.\r\n\r\nWe look forward to seeing you at Belvoir!\r\n\r\n \r\n\r\n ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-24 21:33:14','2013-08-24 20:33:14','',51,'http://www.belvoirparish.co.uk/?p=318',0,'revision','',0),(317,1,'2013-08-24 21:22:37','2013-08-24 20:22:37','Welcome!\r\nWe understand that finding a new church or even going for the first time can be a daunting experience, so we’ve put together this page which will give you some practical information such as car parking and so on, and what to expecton \"welcome\"a typical Sunday at Belvoir. If we’ve left anything out or you have a different question don’t hesitate to contact us. You can find our details on the Contact Us page.\r\n\r\nWhere is the church?\r\n\r\nThe church building is located at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown.\r\n\r\nWhere can I park?\r\n\r\nThere is a church carpark and street parking.\r\n\r\nWhat time should I arrive?\r\n\r\nWe have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people arrive around 11am.\r\n\r\nWhat should I wear?\r\n\r\nWhatever you are comfortable in.\r\n\r\n\r\nCan I bring my kids?\r\n\r\nCertainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group start during the service. These groups leave the main service before the sermon.\r\n\r\nWhat next?\r\n\r\nWhen you enter the church there will be someone to greet you and give you an order of service.\r\n\r\n\"file0001433999817\"\r\n\r\nOur services last around 60 minutes. After the service you are invited to join us  for tea and coffee in the family centre.  Occasionally there are cake sales and other charity events after the service.\r\n\r\nWe hope that this information has been useful and we look forward to seeing you at Belvoir.','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-24 21:22:37','2013-08-24 20:22:37','',51,'http://www.belvoirparish.co.uk/?p=317',0,'revision','',0),(319,1,'2013-08-24 21:34:11','2013-08-24 20:34:11','Welcome!\r\n\r\n\"welcome\"\r\n\r\nWe understand it can be daunting if you’ve never been to Church before, if it’s been a while or you moved into the area.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? Whatever you are comfortable in.\r\n\r\nCan I bring my kids? What to expect when you arrive at Belvoir?Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group start just before the sermon.\r\n\r\n\"file0001433999817\"\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. Our services last around 60 minutes. After the service you are invited to join us  for tea and coffee in the family centre.  Occasionally there are cake sales and other charity events after the service.\r\n\r\nWe look forward to seeing you at Belvoir!\r\n\r\n \r\n\r\n ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-24 21:34:11','2013-08-24 20:34:11','',51,'http://www.belvoirparish.co.uk/?p=319',0,'revision','',0),(425,1,'2013-08-26 12:26:21','2013-08-26 11:26:21','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nWe look forward to seeing you at Belvoir!\r\n

 

','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-26 12:26:21','2013-08-26 11:26:21','',51,'http://www.belvoirparish.co.uk/?p=425',0,'revision','',0),(321,1,'2013-08-24 22:14:56','2013-08-24 21:14:56','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The order of service will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited tojoin us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWhat About the Loo? Should you need the “facilities”, toilets can be found near the family centre at the back of the church and there is a disabled loo as well near the front door.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on. :)\r\n\r\nWe look forward to seeing you at Belvoir!\r\n

 

','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-24 22:14:56','2013-08-24 21:14:56','',51,'http://www.belvoirparish.co.uk/?p=321',0,'revision','',0),(320,1,'2013-08-24 22:12:01','2013-08-24 21:12:01','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\n\"file0001433999817\"\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The order of service will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n

What About the Loo? Should you need the “facilities”, toilets can be found near the family centre at the back of the church and there is a disabled loo as well near the front door.

\r\n

Will I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on. :)

\r\nWe look forward to seeing you at Belvoir!\r\n\r\n \r\n\r\n ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-24 22:12:01','2013-08-24 21:12:01','',51,'http://www.belvoirparish.co.uk/?p=320',0,'revision','',0),(322,1,'2013-08-24 22:16:39','2013-08-24 21:16:39','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The order of service will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited tojoin us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWhat About the Loo? Should you need the “facilities”, toilets can be found near the family centre at the back of the church and there is a disabled loo as well near the front door.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nWe look forward to seeing you at Belvoir!\r\n

 

','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-24 22:16:39','2013-08-24 21:16:39','',51,'http://www.belvoirparish.co.uk/?p=322',0,'revision','',0),(324,1,'2013-08-24 22:28:53','2013-08-24 21:28:53','\"OLYMPUSCreche is available every Sunday during the 11am service and is open to all babies and toddlers.\r\n\r\nOur volunteers provide a safe and creative environment for the kids, with lots of toys on offer. We are always looking for new volunteers who enjoy working with children so please get in touch if you would like to help. All volunteers are have completed Safeguarding Trust training. See Emma Smith for more details. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Creche','','publish','closed','closed','','creche','','','2013-08-25 19:56:43','2013-08-25 18:56:43','',0,'http://www.belvoirparish.co.uk/?page_id=324',0,'page','',0),(325,1,'2013-08-24 22:28:53','2013-08-24 21:28:53','Creche is available every Sunday during the 11am service and is open to all babies and toddlers.\r\n\r\nOur volunteers provide a safe and creative environment for the kids, with lots of toys on offer. We are always looking for new volunteers who enjoy working with children so please get in touch if you would like to help. All volunteers are have completed Safeguarding Trust training.','Creche','','inherit','closed','closed','','324-revision-v1','','','2013-08-24 22:28:53','2013-08-24 21:28:53','',324,'http://www.belvoirparish.co.uk/?p=325',0,'revision','',0),(326,1,'2013-08-24 22:33:01','2013-08-24 21:33:01','','OLYMPUS DIGITAL CAMERA','','inherit','closed','closed','','olympus-digital-camera-2','','','2013-08-24 22:33:01','2013-08-24 21:33:01','',324,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/file0001481635406.jpg',0,'attachment','image/jpeg',0),(327,1,'2013-08-24 22:33:26','2013-08-24 21:33:26','\"OLYMPUSCreche is available every Sunday during the 11am service and is open to all babies and toddlers.\r\n\r\nOur volunteers provide a safe and creative environment for the kids, with lots of toys on offer. We are always looking for new volunteers who enjoy working with children so please get in touch if you would like to help. All volunteers are have completed Safeguarding Trust training.','Creche','','inherit','closed','closed','','324-revision-v1','','','2013-08-24 22:33:26','2013-08-24 21:33:26','',324,'http://www.belvoirparish.co.uk/?p=327',0,'revision','',0),(328,1,'2013-08-24 22:34:39','2013-08-24 21:34:39',' ','','','publish','closed','closed','','328','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=328',25,'nav_menu_item','',0),(329,1,'2013-08-25 19:05:10','2013-08-25 18:05:10','','What\'s On','','publish','closed','closed','','calendar-2','','','2013-08-25 19:08:16','2013-08-25 18:08:16','',0,'http://www.belvoirparish.co.uk/?page_id=329',0,'page','',0),(330,1,'2013-08-25 19:05:10','2013-08-25 18:05:10','','Calendar','','inherit','closed','closed','','329-revision-v1','','','2013-08-25 19:05:10','2013-08-25 18:05:10','',329,'http://www.belvoirparish.co.uk/?p=330',0,'revision','',0),(331,1,'2013-08-25 19:05:28','2013-08-25 18:05:28','','Weekly Calendar','','inherit','closed','closed','','329-revision-v1','','','2013-08-25 19:05:28','2013-08-25 18:05:28','',329,'http://www.belvoirparish.co.uk/?p=331',0,'revision','',0),(332,1,'2013-08-25 19:05:32','2013-08-25 18:05:32','','Weekly Calendar','','inherit','closed','closed','','329-autosave-v1','','','2013-08-25 19:05:32','2013-08-25 18:05:32','',329,'http://www.belvoirparish.co.uk/?p=332',0,'revision','',0),(333,1,'2013-08-25 19:07:05','2013-08-25 18:07:05','','Weekly Calendar','','inherit','closed','closed','','329-revision-v1','','','2013-08-25 19:07:05','2013-08-25 18:07:05','',329,'http://www.belvoirparish.co.uk/?p=333',0,'revision','',0),(335,1,'2013-08-25 19:08:16','2013-08-25 18:08:16','','What\'s On','','inherit','closed','closed','','329-revision-v1','','','2013-08-25 19:08:16','2013-08-25 18:08:16','',329,'http://www.belvoirparish.co.uk/?p=335',0,'revision','',0),(334,1,'2013-08-25 19:08:02','2013-08-25 18:08:02','','Church Activities','','inherit','closed','closed','','329-revision-v1','','','2013-08-25 19:08:02','2013-08-25 18:08:02','',329,'http://www.belvoirparish.co.uk/?p=334',0,'revision','',0),(336,1,'2013-08-25 19:08:54','2013-08-25 18:08:54','','Calendar','','inherit','closed','closed','','313-revision-v1','','','2013-08-25 19:08:54','2013-08-25 18:08:54','',313,'http://www.belvoirparish.co.uk/?p=336',0,'revision','',0),(337,1,'2013-08-25 19:09:24','2013-08-25 18:09:24','MONDAY\r\n\r\n10.00am       Women’s Fellowship Group\r\n6.30-7.30pm Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n\r\n10.00am        Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n\r\n12noon – 1.30pm  Lunch Bunch\r\n 7pm–8.15pm Church Fellowship Meal\r\n\r\n2nd  & 4th Wednesdays of the month\r\n7.30 – 8.30pm          5-a-side Football Secondary aged young people\r\n\r\n1st, 3rd & 5th Wednesdays of term-time\r\n8.15pm          Choir Practice (weekly)\r\n\r\nTHURSDAY\r\n\r\n10.30am        Holy Communion\r\n3-5pm (4-11yrs) Irish Dancing Classes\r\n\r\n6pm- 8pm (teens) Irish Dancing Classes\r\n\r\n8.00pm          Mother’s Union Meeting\r\n\r\n8.00pm          Thursday Cell (2nd and 4th Thursdays )\r\n\r\nSATURDAY\r\n\r\n9.30 – 2.00pm  Irish Dancing Classes\r\n7.30-10.30pm   Badminton\r\n\r\nSUNDAY\r\n\r\n 9.00am        Holy Communion\r\n11.00am        Family Worship - Creche, Sunday Club & Youth group\r\n4.30pm         Evening Prayer\r\n\r\n7.00-8.30pm Youth Fellowship    (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2013-08-25 19:09:24','2013-08-25 18:09:24','',143,'http://www.belvoirparish.co.uk/?p=337',0,'revision','',0),(342,1,'2013-08-25 19:21:46','2013-08-25 18:21:46','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of our primary goals of Belvoir was to provide funds to build an onsite hospital - St. Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this website and watch the video below.\r\n\r\n','India Project','','inherit','closed','closed','','46-revision-v1','','','2013-08-25 19:21:46','2013-08-25 18:21:46','',46,'http://www.belvoirparish.co.uk/?p=342',0,'revision','',0),(343,1,'2013-08-25 19:39:16','2013-08-25 18:39:16','','Calendar','','inherit','closed','closed','','313-revision-v1','','','2013-08-25 19:39:16','2013-08-25 18:39:16','',313,'http://www.belvoirparish.co.uk/?p=343',0,'revision','',0),(344,1,'2013-08-25 19:40:12','2013-08-25 18:40:12','','Calendar','','inherit','closed','closed','','313-revision-v1','','','2013-08-25 19:40:12','2013-08-25 18:40:12','',313,'http://www.belvoirparish.co.uk/?p=344',0,'revision','',0),(349,1,'2013-08-25 19:49:44','2013-08-25 18:49:44','

\"Start children off on the way they should go,\r\nand even when they are old they will not turn from it.\"\r\nProverbs 22 v 6

\r\nAll children are most welcome to the Belvoir’s Sunday School which meets in the church hall during the Sunday Morning Family Service at 11am. They leave to join their group just before the sermon.\r\n\r\nA highlight of each year is Christmas time when the children perform a Nativity Play. It is always a memorable event.','Sunday School','','publish','closed','closed','','sunday-school','','','2013-08-26 21:31:09','2013-08-26 20:31:09','',0,'http://www.belvoirparish.co.uk/?page_id=349',0,'page','',0),(350,1,'2013-08-25 19:49:44','2013-08-25 18:49:44','','Sunday School','','inherit','closed','closed','','349-revision-v1','','','2013-08-25 19:49:44','2013-08-25 18:49:44','',349,'http://www.belvoirparish.co.uk/?p=350',0,'revision','',0),(351,1,'2013-08-25 19:51:20','2013-08-25 18:51:20',' ','','','publish','closed','closed','','351','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=351',26,'nav_menu_item','',0),(352,1,'2013-08-25 19:56:32','2013-08-25 18:56:32','\"OLYMPUSCreche is available every Sunday during the 11am service and is open to all babies and toddlers.\r\n\r\nOur volunteers provide a safe and creative environment for the kids, with lots of toys on offer. We are always looking for new volunteers who enjoy working with children so please get in touch if you would like to help. All volunteers are have completed Safeguarding Trust training. See Emma Smith for more details. \r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n','Creche','','inherit','closed','closed','','324-revision-v1','','','2013-08-25 19:56:32','2013-08-25 18:56:32','',324,'http://www.belvoirparish.co.uk/?p=352',0,'revision','',0),(353,1,'2013-08-25 19:57:37','2013-08-25 18:57:37','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n 7–8.15pm       Church Fellowship Meal (2nd  & 4th Wednesdays)\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6pm- 8pm        Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting\r\n8.00pm            Thursday Cell (2nd and 4th Thursdays)\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n7.30-10.30pm  Badminton\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n4.30pm              Evening Prayer\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2013-08-25 19:57:37','2013-08-25 18:57:37','',143,'http://www.belvoirparish.co.uk/?p=353',0,'revision','',0),(354,1,'2013-08-25 19:59:46','2013-08-25 18:59:46','Have you ever wondered how it is that God has wired you and what in particular he has gifted or equipped you to do? Below is a short Spiritual Gifts Test to help you discern your gifts.\r\n\r\n[spiritual_gifts email=\"belvoirparish@gmail.com\" shape=\"false\"]\r\n\r\n***A member of Belvoir Parish staff won\'t contact you regarding the test results. However, if you would like to meet with someone regarding the results and how you might use them in Belvoir Parish, please contact Tom or Jacqueline. This Spiritual Gifts Test was designed by Saddleback Church.','Spiritual Gifts','','inherit','closed','closed','','281-revision-v1','','','2013-08-25 19:59:46','2013-08-25 18:59:46','',281,'http://www.belvoirparish.co.uk/?p=354',0,'revision','',0),(358,1,'2013-08-25 20:19:34','2013-08-25 19:19:34','Every Sunday we have activities for children and young people aged 0-18. We have a crèche and Sunday School for 4 to 14 year olds.\r\n\r\nWe want to do everything we can to serve you at Belvoir. We want to link up both parents and children to provide whatever service we can to help you feel both connected to the church life and fully able to be involved with everything that’s going on.','Children','','publish','closed','closed','','children-2','','','2013-08-26 21:33:19','2013-08-26 20:33:19','',0,'http://www.belvoirparish.co.uk/?page_id=358',0,'page','',0),(765,1,'2013-11-27 19:00:12','2013-11-27 19:00:12','Wednesday Night Fellowship at 7pm. The guests for \"On the Couch with Geoffrey\" will be David & Gillian Maganda. See you there!','Wednesday Night Fellowship','','publish','closed','closed','','wednesday-night-fellowship','','','2013-11-27 14:50:14','2013-11-27 14:50:14','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=765',0,'cpt_events','',0),(741,1,'2013-09-25 09:27:49','2013-09-25 08:27:49','\"Belvoir5\"\"Belvoir1\"\"Belvoir3\"\"Belvoir8\"\"Belvoir2\"','Celebration of God \'13','','inherit','closed','closed','','732-autosave-v1','','','2013-09-25 09:27:49','2013-09-25 08:27:49','',732,'http://www.belvoirparish.co.uk/?p=741',0,'revision','',0),(359,1,'2013-08-25 20:19:34','2013-08-25 19:19:34','','Children','','inherit','closed','closed','','358-revision-v1','','','2013-08-25 20:19:34','2013-08-25 19:19:34','',358,'http://www.belvoirparish.co.uk/?p=359',0,'revision','',0),(360,1,'2013-08-25 20:20:08','2013-08-25 19:20:08','','Children\'s Ministry','','inherit','closed','closed','','358-revision-v1','','','2013-08-25 20:20:08','2013-08-25 19:20:08','',358,'http://www.belvoirparish.co.uk/?p=360',0,'revision','',0),(361,1,'2013-08-25 20:20:31','2013-08-25 19:20:31','Belvoir Parish aims to encourage young people to:\r\nŸ COME to faith in Christ\r\nŸ GROW in that faith\r\nŸ CARE for one another\r\nŸ SERVE the Body of Christ\r\nŸ OFFER their whole lives to God\r\n\r\n ','Youth','','publish','closed','closed','','young-people','','','2015-02-26 08:30:00','2015-02-26 08:30:00','',0,'http://www.belvoirparish.co.uk/?page_id=361',0,'page','',0),(362,1,'2013-08-25 20:20:31','2013-08-25 19:20:31','','Young People','','inherit','closed','closed','','361-revision-v1','','','2013-08-25 20:20:31','2013-08-25 19:20:31','',361,'http://www.belvoirparish.co.uk/?p=362',0,'revision','',0),(363,1,'2013-08-25 20:22:47','2013-08-25 19:22:47',' ','','','publish','closed','closed','','363','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=363',27,'nav_menu_item','',0),(365,1,'2013-08-25 20:23:34','2013-08-25 19:23:34','How can you learn more about Jesus and get to know others in church better?\r\nSometimes it can be easy to come along to church week by week but still find it hard to feel as if you belong.\r\n\r\nBelvoir wants you to know that you are part of our church from the moment you step through our door, but Sunday mornings don’t give us much time getting to know one another. That’s when the Wednesday Fellowship and Cell groups are useful. And there is the Mothers\' Union and an annual Alpha course that you could join. Lunch Bunch is always a great time for craic and fellowship.','Fellowship','','publish','closed','closed','','fellowship','','','2013-10-09 18:10:40','2013-10-09 17:10:40','',0,'http://www.belvoirparish.co.uk/?page_id=365',0,'page','',0),(366,1,'2013-08-25 20:23:34','2013-08-25 19:23:34','','Fellowship','','inherit','closed','closed','','365-revision-v1','','','2013-08-25 20:23:34','2013-08-25 19:23:34','',365,'http://www.belvoirparish.co.uk/?p=366',0,'revision','',0),(367,1,'2013-08-25 20:26:00','2013-08-25 19:26:00',' ','','','publish','closed','closed','','367','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=367',16,'nav_menu_item','',0),(368,1,'2013-08-25 20:27:31','2013-08-25 19:27:31','Every Sunday we have activities for children and young people aged 0-18. We have a crèche, Sunday School for 4 to 14 year olds. We also have Sunday night Youth Fellowship for 12 to 18 year olds.\r\n\r\nWe want to do everything we can to serve you at Belvoir. We want to link up both parents and children to provide whatever service we can to help you feel both connected to the church life and fully able to be involved with everything that’s going on.','Children\'s Ministry','','inherit','closed','closed','','358-revision-v1','','','2013-08-25 20:27:31','2013-08-25 19:27:31','',358,'http://www.belvoirparish.co.uk/?p=368',0,'revision','',0),(369,1,'2013-08-25 20:29:48','2013-08-25 19:29:48',' ','','','publish','closed','closed','','369','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=369',24,'nav_menu_item','',0),(370,1,'2013-08-25 20:29:48','2013-08-25 19:29:48',' ','','','publish','closed','closed','','370','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=370',28,'nav_menu_item','',0),(635,1,'2013-09-08 17:23:04','2013-09-08 16:23:04','','Gift Aid Form','','inherit','closed','closed','','gift-aid-form','','','2013-09-08 17:23:04','2013-09-08 16:23:04','',221,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/09/Gift-Aid-Form.pdf',0,'attachment','application/pdf',0),(377,1,'2013-08-25 20:42:00','2013-08-25 19:42:00','\"file0001465088015-1\"Belvoir Parish has been involved with various outreach projects over the years. More recently we have moved more local with an aim to become more involved with the needs of people closer to the Belvoir area.\r\n\r\nWe offer food support to people and families who find themselves in need of crisis support, where a simple food hamper can relieve the pressure and stress for a short time. This project has grown to include supporting the wider community through the STOREHOUSE group food support programme. If you need assistance or know some who does, please contact Carson Bell or Wendy Lewis. There are collection boxes located at both church doors, if you would like to donate food items.\r\n\r\n\"P3100429\"\r\n\r\nAnother of our recent outreach projects has been the most enjoyable and fulfilling reading evenings that we hold on a regular basis at the Taylor Court residents housing. The project has been running for the past year and has proved very popular to both readers and residents, especially now that we have included some musical time to the evenings.\r\n\r\nNew volunteers are always welcomed. With more volunteers, it would be possible to offer more time to review and serve the needs of local community. In God’s time and with His blessing we strive to listen to His guiding word for doors open and opportunities to arise. Please contact Carson Bell if you would like to become involved in our local outreach projects.','Local Outreach','','inherit','closed','closed','','48-revision-v1','','','2013-08-25 20:42:00','2013-08-25 19:42:00','',48,'http://www.belvoirparish.co.uk/?p=377',0,'revision','',0),(374,1,'2013-08-25 20:31:40','2013-08-25 19:31:40','Belvoir aims to encourage young people to:\r\nŸ COME to faith in Christ\r\nŸ GROW in that faith\r\nŸ CARE for one another\r\nŸ SERVE the Body of Christ\r\nŸ OFFER their whole lives to God','Young People','','inherit','closed','closed','','361-revision-v1','','','2013-08-25 20:31:40','2013-08-25 19:31:40','',361,'http://www.belvoirparish.co.uk/?p=374',0,'revision','',0),(526,1,'2013-08-26 21:34:05','2013-08-26 20:34:05','Belvoir Parish aims to encourage young people to:\r\nŸ COME to faith in Christ\r\nŸ GROW in that faith\r\nŸ CARE for one another\r\nŸ SERVE the Body of Christ\r\nŸ OFFER their whole lives to God\r\n\r\n ','Young People','','inherit','closed','closed','','361-revision-v1','','','2013-08-26 21:34:05','2013-08-26 20:34:05','',361,'http://www.belvoirparish.co.uk/?p=526',0,'revision','',0),(405,1,'2013-08-26 00:05:53','2013-08-25 23:05:53','Belvoir aims to encourage young people to:\r\nŸ COME to faith in Christ\r\nŸ GROW in that faith\r\nŸ CARE for one another\r\nŸ SERVE the Body of Christ\r\nŸ OFFER their whole lives to God\r\n\r\n\"0001PU\"','Young People','','inherit','closed','closed','','361-revision-v1','','','2013-08-26 00:05:53','2013-08-25 23:05:53','',361,'http://www.belvoirparish.co.uk/?p=405',0,'revision','',0),(376,1,'2013-08-25 20:32:26','2013-08-25 19:32:26','Every Sunday we have activities for children and young people aged 0-18. We have a crèche, Sunday School for 4 to 14 year olds. We also have Sunday night Youth Fellowship for 12 to 18 year olds.\r\n\r\nWe want to do everything we can to serve you at Belvoir. We want to link up both parents and children to provide whatever service we can to help you feel both connected to the church life and fully able to be involved with everything that’s going on.','Children','','inherit','closed','closed','','358-revision-v1','','','2013-08-25 20:32:26','2013-08-25 19:32:26','',358,'http://www.belvoirparish.co.uk/?p=376',0,'revision','',0),(378,1,'2013-08-25 20:44:13','2013-08-25 19:44:13',' ','','','publish','closed','closed','','378','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=378',22,'nav_menu_item','',0),(380,1,'2013-08-25 20:54:25','2013-08-25 19:54:25','Youth Work\r\n\r\nSunday School\r\n\r\nCreche Team\r\n\r\nLunch Bunch\r\n\r\nLocal Outreach Teams\r\n\r\nChoir\r\nEveryone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm.\r\n\r\nReader','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-25 20:54:25','2013-08-25 19:54:25','',76,'http://www.belvoirparish.co.uk/?p=380',0,'revision','',0),(379,1,'2013-08-25 20:49:06','2013-08-25 19:49:06','Youth Work\r\n\r\nSunday School\r\n\r\nCreche Team\r\n\r\nLunch Bunch\r\n\r\nLocal Outreach Teams\r\n\r\nChoir\r\nEveryone who enjoys singing is welcome to join our choir. Our aim is to lead the congregation in worship of the Lord every Sunday at the 11am service. Rehearsals are Wednesdays at 8.15pm.\r\n\r\nReader','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-25 20:49:06','2013-08-25 19:49:06','',76,'http://www.belvoirparish.co.uk/?p=379',0,'revision','',0),(381,1,'2013-08-25 21:28:51','2013-08-25 20:28:51','Click on the events for more details.\r\n\r\n','Calendar','','inherit','closed','closed','','313-revision-v1','','','2013-08-25 21:28:51','2013-08-25 20:28:51','',313,'http://www.belvoirparish.co.uk/?p=381',0,'revision','',0),(382,1,'2013-08-25 21:29:23','2013-08-25 20:29:23','Click once on the event for more details.\r\n\r\n','Calendar','','inherit','closed','closed','','313-revision-v1','','','2013-08-25 21:29:23','2013-08-25 20:29:23','',313,'http://www.belvoirparish.co.uk/?p=382',0,'revision','',0),(383,1,'2013-08-25 21:55:43','2013-08-25 20:55:43','Sundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n10.30am: Holy Communion','Service times','','inherit','closed','closed','','87-revision-v1','','','2013-08-25 21:55:43','2013-08-25 20:55:43','',87,'http://www.belvoirparish.co.uk/?p=383',0,'revision','',0),(384,1,'2013-08-25 21:58:42','2013-08-25 20:58:42','Monday Morning Ladies Fellowship at 10:30am\r\n\r\nThursday night cell meets 2nd & 4th Thursdays at 8pm','Cell Groups','','inherit','closed','closed','','104-revision-v1','','','2013-08-25 21:58:42','2013-08-25 20:58:42','',104,'http://www.belvoirparish.co.uk/?p=384',0,'revision','',0),(387,1,'2013-08-25 23:21:50','2013-08-25 22:21:50','','Photos','','publish','closed','closed','','photos','','','2013-08-25 23:21:50','2013-08-25 22:21:50','',0,'http://www.belvoirparish.co.uk/?page_id=387',0,'page','',0),(388,1,'2013-08-25 23:21:50','2013-08-25 22:21:50','','Photos','','inherit','closed','closed','','387-revision-v1','','','2013-08-25 23:21:50','2013-08-25 22:21:50','',387,'http://www.belvoirparish.co.uk/?p=388',0,'revision','',0),(389,1,'2013-08-25 23:22:12','2013-08-25 22:22:12','
\r\n
\r\n\r\n5 November 2017\r\n\r\n“A parish\" that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith\" – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n\r\n\"No\r\n
\r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same\r\n\r\nunderstanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy th\r\nat she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
\r\n
\r\n
','Sermon Blog','','publish','closed','closed','','sermonblog','','','2017-11-20 18:55:21','2017-11-20 18:55:21','',229,'http://www.belvoirparish.co.uk/?page_id=389',0,'page','',0),(390,1,'2013-08-25 23:22:12','2013-08-25 22:22:12','','Member Profiles','','inherit','closed','closed','','389-revision-v1','','','2013-08-25 23:22:12','2013-08-25 22:22:12','',389,'http://www.belvoirparish.co.uk/?p=390',0,'revision','',0),(789,1,'2014-01-16 13:29:50','2014-01-16 13:29:50','','question-300x300','','inherit','closed','closed','','question-300x300','','','2014-01-16 13:29:50','2014-01-16 13:29:50','',782,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/02/question-300x300.jpg',0,'attachment','image/jpeg',0),(624,1,'2013-09-02 15:55:32','2013-09-02 14:55:32','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"0001G1\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Sho\r\n\r\n\r\nWhere can I park? Either in the church carpark or street parking.pping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the ministry opportunities on at this link or speak to a member of the clergy.\r\n

We look forward to seeing you at Belvoir!

\r\n\r\n

 

','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-09-02 15:55:32','2013-09-02 14:55:32','',51,'http://www.belvoirparish.co.uk/?p=624',0,'revision','',0),(552,1,'2013-08-27 21:51:34','2013-08-27 20:51:34','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the ministry opportunities on at this link or speak to a member of the clergy.\r\n

We look forward to seeing you at Belvoir!

\r\n\r\n

 

','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-27 21:51:34','2013-08-27 20:51:34','',51,'http://www.belvoirparish.co.uk/?p=552',0,'revision','',0),(393,1,'2013-08-25 23:44:07','2013-08-25 22:44:07','','belvoir09_india2_crop','','inherit','closed','closed','','belvoir09_india2_crop','','','2013-08-25 23:44:07','2013-08-25 22:44:07','',46,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/belvoir09_india2_crop.jpg',0,'attachment','image/jpeg',0),(394,1,'2013-08-25 23:44:11','2013-08-25 22:44:11','','OLYMPUS DIGITAL CAMERA','','inherit','closed','closed','','olympus-digital-camera-3','','','2013-08-25 23:44:11','2013-08-25 22:44:11','',46,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/belvoir_09_india_3.jpg',0,'attachment','image/jpeg',0),(395,1,'2013-08-25 23:48:56','2013-08-25 22:48:56','','BelvoirJubilee','','inherit','closed','closed','','belvoirjubilee','','','2013-08-25 23:48:56','2013-08-25 22:48:56','',407,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/BelvoirJubilee.jpg',0,'attachment','image/jpeg',0),(396,1,'2013-08-25 23:48:58','2013-08-25 22:48:58','','Belvoir-teamsmall','','inherit','closed','closed','','belvoir-teamsmall','','','2013-08-25 23:48:58','2013-08-25 22:48:58','',46,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/Belvoir-teamsmall.jpg',0,'attachment','image/jpeg',0),(910,1,'2014-11-13 21:37:55','2014-11-13 21:37:55','','India Update Sept 2014','','inherit','closed','closed','','india-update-sept-2014','','','2014-11-13 21:37:55','2014-11-13 21:37:55','',908,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/11/India-Update-Sept-2014.pdf',0,'attachment','application/pdf',0),(911,1,'2014-11-13 21:38:20','2014-11-13 21:38:20','India Update Sept 2014','August 2014 Update','','inherit','closed','closed','','908-revision-v1','','','2014-11-13 21:38:20','2014-11-13 21:38:20','',908,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(912,1,'2014-11-13 21:39:03','2014-11-13 21:39:03','India Update August 2014','August 2014 Update','','inherit','closed','closed','','908-revision-v1','','','2014-11-13 21:39:03','2014-11-13 21:39:03','',908,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(914,1,'2014-11-13 21:43:20','2014-11-13 21:43:20',' ','','','publish','closed','closed','','914','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=914',14,'nav_menu_item','',0),(915,1,'2014-11-13 21:44:35','2014-11-13 21:44:35','Click below for the latest India update.\r\n\r\nIndia Update August 2014','August 2014 Update','','inherit','closed','closed','','908-revision-v1','','','2014-11-13 21:44:35','2014-11-13 21:44:35','',908,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(398,1,'2013-08-26 00:00:26','2013-08-25 23:00:26','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian\r\n\"Belvoir-teamsmall\"Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of \"OLYMPUSour primary goals of Belvoir was to provide funds to build an onsite hospital - St.Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this website a\r\n\r\nnd watch the video below.\r\n\r\n','India Project','','inherit','closed','closed','','46-revision-v1','','','2013-08-26 00:00:26','2013-08-25 23:00:26','',46,'http://www.belvoirparish.co.uk/?p=398',0,'revision','',0),(399,1,'2013-08-26 00:00:41','2013-08-25 23:00:41','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian\r\n\"Belvoir-teamsmall\"Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of \"OLYMPUSour primary goals of Belvoir was to provide funds to build an onsite hospital - St.Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this website and watch the video below.\r\n\r\n','India Project','','inherit','closed','closed','','46-revision-v1','','','2013-08-26 00:00:41','2013-08-25 23:00:41','',46,'http://www.belvoirparish.co.uk/?p=399',0,'revision','',0),(400,1,'2013-08-26 00:02:52','2013-08-25 23:02:52','','Member Profile','','inherit','closed','closed','','389-revision-v1','','','2013-08-26 00:02:52','2013-08-25 23:02:52','',389,'http://www.belvoirparish.co.uk/?p=400',0,'revision','',0),(401,1,'2013-08-26 00:03:47','2013-08-25 23:03:47','','0001PU','','inherit','closed','closed','','0001pu','','','2013-08-26 00:03:47','2013-08-25 23:03:47','',118,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/0001PU.jpeg',0,'attachment','image/jpeg',0),(402,1,'2013-08-26 00:03:51','2013-08-25 23:03:51','','j0289494','','inherit','closed','closed','','j0289494','','','2013-08-26 00:03:51','2013-08-25 23:03:51','',118,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/j0289494.jpg',0,'attachment','image/jpeg',0),(403,1,'2013-08-26 00:03:57','2013-08-25 23:03:57','','939239b89a60835e17846f30689c3dd9','','inherit','closed','closed','','939239b89a60835e17846f30689c3dd9','','','2013-08-26 00:03:57','2013-08-25 23:03:57','',118,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/939239b89a60835e17846f30689c3dd9.jpg',0,'attachment','image/jpeg',0),(404,1,'2013-08-26 00:04:28','2013-08-25 23:04:28','\"939239b89a60835e17846f30689c3dd9\"','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-08-26 00:04:28','2013-08-25 23:04:28','',118,'http://www.belvoirparish.co.uk/?p=404',0,'revision','',0),(407,1,'2012-09-15 00:06:19','2012-09-14 23:06:19','\"BelvoirJubilee\"','Belvoir Jubilee','','publish','closed','closed','','church-life','','','2013-09-25 09:32:41','2013-09-25 08:32:41','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_photoalbums&p=407',0,'cpt_photoalbums','',0),(542,1,'2013-08-26 23:12:47','2013-08-26 22:12:47','You can find us at\"554792_442505455762556_1981265917_n\"\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EA\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

Church Staff

\r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\nbelvoir@summermadness.co.uk','Contact','','inherit','closed','closed','','15-revision-v1','','','2013-08-26 23:12:47','2013-08-26 22:12:47','',15,'http://www.belvoirparish.co.uk/?p=542',0,'revision','',0),(409,1,'2013-08-26 10:30:27','2013-08-26 09:30:27','Youth Work\r\n\r\nSunday School\r\n\r\nCreche Team\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month?\r\nVolunteers will take turns reading scripture, poetry and short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings entail each of us reading a small passage for an estimated 5-10 mins at a time. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nChoir\r\nEveryone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm.\r\n\r\nReader','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 10:30:27','2013-08-26 09:30:27','',76,'http://www.belvoirparish.co.uk/?p=409',0,'revision','',0),(410,1,'2013-08-26 11:00:05','2013-08-26 10:00:05','We are looking for people just like you! There are always opportunities for people to volunteer for any one of our many church and community activities or teams.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry and short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm.\r\n\r\nSunday Morning Reader\r\nDo you would like to read out loud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:00:05','2013-08-26 10:00:05','',76,'http://www.belvoirparish.co.uk/?p=410',0,'revision','',0),(411,1,'2013-08-26 11:08:17','2013-08-26 10:08:17','We are looking for people just like you! There are always opportunities for people to volunteer for any one of our many church and community activities or teams.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry and short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or if you would like to join the team who sorts the food and distributes it, see Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read out loud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nWould you like to join the Sound team for the 11am service? Training is provided.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:08:17','2013-08-26 10:08:17','',76,'http://www.belvoirparish.co.uk/?p=411',0,'revision','',0),(412,1,'2013-08-26 11:12:32','2013-08-26 10:12:32','We are looking for people just like you! There are always opportunities for people to volunteer for any one of our many church and community activities or teams.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or if you would like to join the team who sorts the food and distributes it, see Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read out loud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nWould you like to join the Sound team for the 11am service? Training is provided.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:12:32','2013-08-26 10:12:32','',76,'http://www.belvoirparish.co.uk/?p=412',0,'revision','',0),(413,1,'2013-08-26 11:21:31','2013-08-26 10:21:31','We are looking for people just like you! There are always opportunities for people to volunteer for one of our church teams and community outreaches.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or if you would like to join the team who sorts the food and distributes it, see Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:21:31','2013-08-26 10:21:31','',76,'http://www.belvoirparish.co.uk/?p=413',0,'revision','',0),(414,1,'2013-08-26 11:25:03','2013-08-26 10:25:03','We are looking for people just like you! There are always opportunities for people to volunteer for one of our church teams and community outreaches. If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or if you would like to join the team who sorts the food and distributes it, see Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:25:03','2013-08-26 10:25:03','',76,'http://www.belvoirparish.co.uk/?p=414',0,'revision','',0),(420,1,'2013-08-26 11:39:14','2013-08-26 10:39:14','

“Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

\r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or if you would like to join the team who sorts the food and distributes it, see Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:39:14','2013-08-26 10:39:14','',76,'http://www.belvoirparish.co.uk/?p=420',0,'revision','',0),(415,1,'2013-08-26 11:34:27','2013-08-26 10:34:27','

“Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

\r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have a wealth of ministries that offer the opportunity for us to share these diverse talents.\r\n\r\nAre you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and your community while sharing in fellowship with our church family.\r\n\r\nPlease look over the variety of ministries listed on this page. There is something for everyone, big or small! We are looking for people just like you! There are always opportunities for people to volunteer for one of our church ministries and local community outreaches. If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or if you would like to join the team who sorts the food and distributes it, see Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:34:27','2013-08-26 10:34:27','',76,'http://www.belvoirparish.co.uk/?p=415',0,'revision','',0),(416,1,'2013-08-26 11:35:06','2013-08-26 10:35:06','

“Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

\r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and your community while sharing in fellowship with our church family.\r\n\r\nPlease look over the variety of ministries listed on this page. There is something for everyone, big or small! We are looking for people just like you! There are always opportunities for people to volunteer for one of our church ministries and local community outreaches. If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or if you would like to join the team who sorts the food and distributes it, see Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:35:06','2013-08-26 10:35:06','',76,'http://www.belvoirparish.co.uk/?p=416',0,'revision','',0),(417,1,'2013-08-26 11:35:57','2013-08-26 10:35:57','

“Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

\r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and your community while sharing in fellowship with our church family.\r\n\r\nPlease look over the variety of ministries listed on this page. There is something for everyone, big or small! We are looking for people just like you! There are always opportunities for people to volunteer for one of our church ministries and local community outreaches. If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or if you would like to join the team who sorts the food and distributes it, see Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:35:57','2013-08-26 10:35:57','',76,'http://www.belvoirparish.co.uk/?p=417',0,'revision','',0),(419,1,'2013-08-26 11:37:32','2013-08-26 10:37:32','

“Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

\r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! We are looking for people just like you! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or if you would like to join the team who sorts the food and distributes it, see Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:37:32','2013-08-26 10:37:32','',76,'http://www.belvoirparish.co.uk/?p=419',0,'revision','',0),(418,1,'2013-08-26 11:36:43','2013-08-26 10:36:43','

“Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

\r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nPlease look over the variety of ministries listed on this page. There is something for everyone, big or small! We are looking for people just like you! There are always opportunities for people to volunteer for one of our church ministries and local community outreaches. If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nLocal Outreach Teams\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or if you would like to join the team who sorts the food and distributes it, see Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:36:43','2013-08-26 10:36:43','',76,'http://www.belvoirparish.co.uk/?p=418',0,'revision','',0),(531,1,'2013-08-26 22:52:25','2013-08-26 21:52:25','','Outreach','','inherit','closed','closed','','89-revision-v1','','','2013-08-26 22:52:25','2013-08-26 21:52:25','',89,'http://www.belvoirparish.co.uk/?p=531',0,'revision','',0),(421,1,'2013-08-26 11:57:58','2013-08-26 10:57:58','','Outreach Missions','','inherit','closed','closed','','89-revision-v1','','','2013-08-26 11:57:58','2013-08-26 10:57:58','',89,'http://www.belvoirparish.co.uk/?p=421',0,'revision','',0),(422,1,'2013-08-26 11:58:14','2013-08-26 10:58:14','

“Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

\r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\n\r\nSunday School\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more information.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? People who wish to lead the prayers of the people should contact Tom or Jacqueline.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 11:58:14','2013-08-26 10:58:14','',76,'http://www.belvoirparish.co.uk/?p=422',0,'revision','',0),(423,1,'2013-08-26 12:05:49','2013-08-26 11:05:49','

“Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

\r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\n\r\nContact Jeremy Mould for more details.\r\n\r\nSunday School\r\n\r\nContact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the prayers of the people or pray with people during our Healing services? Contact Tom or Jacqueline for more information.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 12:05:49','2013-08-26 11:05:49','',76,'http://www.belvoirparish.co.uk/?p=423',0,'revision','',0),(424,1,'2013-08-26 12:12:28','0000-00-00 00:00:00','','Select Vestry','','draft','closed','closed','','','','','2013-08-26 12:12:28','2013-08-26 11:12:28','',0,'http://www.belvoirparish.co.uk/?page_id=424',0,'page','',0),(426,1,'2013-08-26 12:35:45','2013-08-26 11:35:45','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland?\r\nWe welcome all people no matter what denomination or background they come from – those seeking answers to the real questions of life.\r\n\r\nWe look forward to seeing you at Belvoir!\r\n

 

','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-26 12:35:45','2013-08-26 11:35:45','',51,'http://www.belvoirparish.co.uk/?p=426',0,'revision','',0),(427,1,'2013-08-26 12:55:51','2013-08-26 11:55:51','The Parish is financed by the contributions of church members.\r\n\r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nIf you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-26 12:55:51','2013-08-26 11:55:51','',271,'http://www.belvoirparish.co.uk/?p=427',0,'revision','',0),(429,1,'2013-08-26 13:00:27','2013-08-26 12:00:27','The Parish is financed by the contributions of church members.\r\n\r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nIf you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-26 13:00:27','2013-08-26 12:00:27','',271,'http://www.belvoirparish.co.uk/?p=429',0,'revision','',0),(436,1,'2013-08-26 13:32:59','2013-08-26 12:32:59','','praying_on_bible_red (1)','','inherit','closed','closed','','praying_on_bible_red-1','','','2013-08-26 13:32:59','2013-08-26 12:32:59','',271,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/praying_on_bible_red-1.jpg',0,'attachment','image/jpeg',0),(432,1,'2013-08-26 13:14:04','2013-08-26 12:14:04','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nMany hands make light work! Please see the ministry opportunities on at this link or speak to a member of the clergy. Also see the fellowship page for more information one the ministry groups that meet regularly.\r\n\r\nWhat are cell groups?\r\nCell groups are small groups of  people that meet regularly for fellowship, prayer and bible studies.\r\n\r\nWe look forward to seeing you at Belvoir!\r\n

 

','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-26 13:14:04','2013-08-26 12:14:04','',51,'http://www.belvoirparish.co.uk/?p=432',0,'revision','',0),(431,1,'2013-08-26 13:10:46','2013-08-26 12:10:46','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nHow is the church financed? It is financed by the church member contributions.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nMany hands make light work! Please see the ministry opportunities on at this link or speak to a member of the clergy. Also see the fellowship page for more information one the different ministry groups that meet regularly.\r\n\r\nWhat are cell groups?\r\nCell groups are small groups of  people that meet regularly for fellowship, prayer and bible studies.\r\n\r\nWe look forward to seeing you at Belvoir!\r\n

 

','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-26 13:10:46','2013-08-26 12:10:46','',51,'http://www.belvoirparish.co.uk/?p=431',0,'revision','',0),(433,1,'2013-08-26 13:18:23','2013-08-26 12:18:23','

Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\r\nDeuteronomy 16:17

\r\nThe Parish is financed by the contributions of church members.\r\n\r\nWays to Give:\r\n
  • By setting up a Standing Order with your bank – if you would like details on how to set this up, please contact Jennifer Stewart, Parish Administrator.
  • \r\n
  • Through your employers payroll giving scheme (this only applies if your employer runs such a scheme – your Human Resources department can provide details on this).
  • \r\n
  • By putting money into the collection during the Sunday service. Please complete the Church envelope request form if you would like to give regularly through envelopes.
  • \r\n
  • If you would like to write a cheque, please make it payable to Belvoir Parish Church
  • \r\n
  • You may also like to consider making a donation to Belvoir Parish in your will. Ask your solicitor when you make or amend to your will.
  • \r\n\r\nTax Efficient Giving\r\n\r\nIf you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-26 13:18:23','2013-08-26 12:18:23','',271,'http://www.belvoirparish.co.uk/?p=433',0,'revision','',0),(434,1,'2013-08-26 13:18:43','2013-08-26 12:18:43','

    Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\r\nDeuteronomy 16:17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-26 13:18:43','2013-08-26 12:18:43','',271,'http://www.belvoirparish.co.uk/?p=434',0,'revision','',0),(435,1,'2013-08-26 13:32:41','2013-08-26 12:32:41','','OLYMPUS DIGITAL CAMERA','','inherit','closed','closed','','olympus-digital-camera-4','','','2013-08-26 13:32:41','2013-08-26 12:32:41','',271,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/file0001518312498.jpg',0,'attachment','image/jpeg',0),(438,1,'2013-08-26 13:34:09','2013-08-26 12:34:09','

    Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\r\nDeuteronomy 16:17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-26 13:34:09','2013-08-26 12:34:09','',271,'http://www.belvoirparish.co.uk/?p=438',0,'revision','',0),(439,1,'2013-08-26 13:35:09','2013-08-26 12:35:09','

    Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\r\nDeuteronomy 16:17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\n\"OLYMPUS','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-26 13:35:09','2013-08-26 12:35:09','',271,'http://www.belvoirparish.co.uk/?p=439',0,'revision','',0),(440,1,'2013-08-26 13:35:34','2013-08-26 12:35:34','

    Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\r\nDeuteronomy 16:17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\n \r\n\r\n\"OLYMPUS','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-26 13:35:34','2013-08-26 12:35:34','',271,'http://www.belvoirparish.co.uk/?p=440',0,'revision','',0),(442,1,'2013-08-26 13:36:12','2013-08-26 12:36:12','

    Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\r\nDeuteronomy 16:17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-26 13:36:12','2013-08-26 12:36:12','',271,'http://www.belvoirparish.co.uk/?p=442',0,'revision','',0),(443,1,'2013-08-26 13:36:38','2013-08-26 12:36:38','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-08-26 13:36:38','2013-08-26 12:36:38','',271,'http://www.belvoirparish.co.uk/?p=443',0,'revision','',0),(444,1,'2013-08-26 13:37:03','2013-08-26 12:37:03','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nHow is the church financed? It is financed by the church member contributions.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nMany hands make light work! Please see the ministry opportunities on at this link or speak to a member of the clergy. Also see the fellowship page for more information one the different ministry groups that meet regularly.\r\n\r\nWhat are cell groups?\r\nCell groups are small groups of  people that meet regularly for fellowship, prayer and bible studies.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-26 13:37:03','2013-08-26 12:37:03','',51,'http://www.belvoirparish.co.uk/?p=444',0,'revision','',0),(446,1,'2013-08-26 13:47:33','2013-08-26 12:47:33','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\n\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir. The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\n\r\nDo you enjoy teaching children about Jesus? Contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read aloud? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the prayers of the people or pray with people during our Healing services? Contact Tom or Jacqueline for more information.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 13:47:33','2013-08-26 12:47:33','',76,'http://www.belvoirparish.co.uk/?p=446',0,'revision','',0),(448,1,'2013-08-26 13:52:04','2013-08-26 12:52:04','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir. The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People or pray with people during our Healing services? Contact Tom or Jacqueline for more information.','Serving Opportunities','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 13:52:04','2013-08-26 12:52:04','',76,'http://www.belvoirparish.co.uk/?p=448',0,'revision','',0),(447,1,'2013-08-26 13:50:27','2013-08-26 12:50:27','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir. The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Bank Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People or pray with people during our Healing services? Contact Tom or Jacqueline for more information.','Where can I serve?','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 13:50:27','2013-08-26 12:50:27','',76,'http://www.belvoirparish.co.uk/?p=447',0,'revision','',0),(450,1,'2013-08-26 13:53:25','2013-08-26 12:53:25','

    \"Start children off on the way they should go,\r\nand even when they are old they will not turn from it.\"

    \r\n

    Proverbs 22 v 6

    ','Sunday School','','inherit','closed','closed','','349-revision-v1','','','2013-08-26 13:53:25','2013-08-26 12:53:25','',349,'http://www.belvoirparish.co.uk/?p=450',0,'revision','',0),(523,1,'2013-08-26 21:30:33','2013-08-26 20:30:33','

    \"Start children off on the way they should go,\r\nand even when they are old they will not turn from it.\"\r\nProverbs 22 v 6

    \r\nAll children are most welcome to the Belvoir’s Sunday School which meets in the church hall during the Sunday Morning Family Service at 11am. They leave to join their group just before the sermon.\r\n\r\nA highlight of each year is Christmas time when the children perform a Nativity Play. It is always a memorable event.','Sunday School','','inherit','closed','closed','','349-revision-v1','','','2013-08-26 21:30:33','2013-08-26 20:30:33','',349,'http://www.belvoirparish.co.uk/?p=523',0,'revision','',0),(452,1,'2013-08-26 13:54:58','2013-08-26 12:54:58','

    \"Start children off on the way they should go,\r\nand even when they are old they will not turn from it.\"\r\nProverbs 22 v 6

    ','Sunday School','','inherit','closed','closed','','349-revision-v1','','','2013-08-26 13:54:58','2013-08-26 12:54:58','',349,'http://www.belvoirparish.co.uk/?p=452',0,'revision','',0),(453,1,'2013-08-27 21:55:01','2013-08-27 20:55:01','How can you learn more about Jesus and get to know others in church better?\nSometimes it can be easy to come along to church week by week but still find it hard to feel as if you belong.\n\nBelvoir wants you to know that you are part of our church from the moment you step through our door, but Sunday mornings don’t give us much time getting to know one another. That’s when the Wednesday Fellowship Meal and Cell groups are useful. And there is the Mothers\' Union and an annual Alpha course that you could join. Lunch Bunch is always a great time for craic and fellowship.','Fellowship','','inherit','closed','closed','','365-autosave-v1','','','2013-08-27 21:55:01','2013-08-27 20:55:01','',365,'http://www.belvoirparish.co.uk/?p=453',0,'revision','',0),(458,1,'2013-08-26 15:00:34','2013-08-26 14:00:34','Cell Groups meet in the church over coffee, tea or a cold drink so people can relax in each other’s company and get to know one another. Here’s what you can expect at Cell groups and Alpha. When you arrive there is usually a coffee and a chance to catch up with other members and find out how everyone is.\r\n\r\nAfter a while the leader introduces the study, this is a time when as a group you will look more closely at God’s Word.\r\n\r\nUsually these studies have a guide book or sheet that each member of the group has a copy of Don’t worry on your first week, you can just listen or join in if you want to. You won’t be pressurised at any point into saying anything. It’s fine if you prefer to just quietly listen to what everyone else is saying. Feel free to ask questions.\r\n\r\nAt the end there will be a prayer time. You won’t be expected or pressurised to say anything out loud, you can pray quietly in your heart, or just listen to others’ prayers. This is a time for members to share their needs or concerns with God.\r\n\r\nSo Cell Groups exist as safe environments where members can:\r\n*Support and care for one another\r\n*Grow in their knowledge and love of God\r\n\r\nWhen do the Cell groups meet?\r\nCell groups typically meet from Sept to May.\r\nMonday Morning Ladies Fellowship at 10:30am\r\nThursday night cell meets 2nd & 4th Thursdays at 8pm','Cell Groups','','inherit','closed','closed','','104-revision-v1','','','2013-08-26 15:00:34','2013-08-26 14:00:34','',104,'http://www.belvoirparish.co.uk/?p=458',0,'revision','',0),(457,1,'2013-08-26 14:56:13','2013-08-26 13:56:13','How can you learn more about Jesus and get to know others in church better?\r\nSometimes it can be easy to come along to church week by week but still find it hard to feel as if you belong.\r\n\r\nBelvoir wants you to know that you are part of our church from the moment you step through our door, but Sunday mornings don’t give us much time getting to know one another. That’s where the Wednesday Fellowship Meal and Cell groups are useful. And there is an annual Alpha course or the Mother\'s Union you could join. Lunch Bunch is always a great time for craic and fellowship.','Fellowship','','inherit','closed','closed','','365-revision-v1','','','2013-08-26 14:56:13','2013-08-26 13:56:13','',365,'http://www.belvoirparish.co.uk/?p=457',0,'revision','',0),(454,1,'2013-08-26 14:37:09','2013-08-26 13:37:09','How can you learn more about Jesus and get to know others in church better?\r\nSometimes it can be easy to come along to church week by week but still find it hard to feel as if you belong.\r\n\r\nBelvoir wants you to know that you are part of our church from the moment you step through our door, but Sunday mornings don’t give us much time getting to know one another. That’s where the Wednesday Fellowship Meal and Cell groups are useful.\r\n\r\nCell Groups meet in the church over coffee (or tea or a cold drink) different people can relax in each other’s company and get to know one another. Here’s what you can expect at Cell groups and Alpha. When you arrive there is usually a coffee and a chance to catch up with other members and find out how everyone is.\r\n\r\nAfter a while the leader introduces the study, this is a time when as a group you will look more closely at God’s Word.\r\n\r\nUsually these studies have a guide book or sheet that each member of the group has a copy of Don’t worry on your first week, you can just listen or join in if you want to. You won’t be pressurised at any point into saying anything. It’s fine if you prefer to just quietly listen to what everyone else is saying. Feel free to ask questions.\r\n\r\nAt the end there will be a prayer time. You won’t be expected or pressurised to say anything out loud, you can pray quietly in your heart, or just listen to others’ prayers. This is a time for members to share their needs or concerns with God.\r\n\r\nSo Cell Groups exist as safe environments where members can:\r\n*Support and care for one another\r\n*Grow in their knowledge and love of God','Fellowship','','inherit','closed','closed','','365-revision-v1','','','2013-08-26 14:37:09','2013-08-26 13:37:09','',365,'http://www.belvoirparish.co.uk/?p=454',0,'revision','',0),(456,1,'2013-08-26 14:50:03','2013-08-26 13:50:03','Cell Groups meet in the church over coffee, tea or a cold drink so people can relax in each other’s company and get to know one another. Here’s what you can expect at Cell groups and Alpha. When you arrive there is usually a coffee and a chance to catch up with other members and find out how everyone is.\r\n\r\nAfter a while the leader introduces the study, this is a time when as a group you will look more closely at God’s Word.\r\n\r\nUsually these studies have a guide book or sheet that each member of the group has a copy of Don’t worry on your first week, you can just listen or join in if you want to. You won’t be pressurised at any point into saying anything. It’s fine if you prefer to just quietly listen to what everyone else is saying. Feel free to ask questions.\r\n\r\nAt the end there will be a prayer time. You won’t be expected or pressurised to say anything out loud, you can pray quietly in your heart, or just listen to others’ prayers. This is a time for members to share their needs or concerns with God.\r\n\r\nSo Cell Groups exist as safe environments where members can:\r\n*Support and care for one another\r\n*Grow in their knowledge and love of God\r\n\r\nCell groups that meet from Sept to May:\r\nMonday Morning Ladies Fellowship at 10:30am\r\nThursday night cell meets 2nd & 4th Thursdays at 8pm','Cell Groups','','inherit','closed','closed','','104-revision-v1','','','2013-08-26 14:50:03','2013-08-26 13:50:03','',104,'http://www.belvoirparish.co.uk/?p=456',0,'revision','',0),(455,1,'2013-08-26 14:40:23','2013-08-26 13:40:23','Cell Groups meet in the church over coffee (or tea or a cold drink) different people can relax in each other’s company and get to know one another. Here’s what you can expect at Cell groups and Alpha. When you arrive there is usually a coffee and a chance to catch up with other members and find out how everyone is.\r\n\r\nAfter a while the leader introduces the study, this is a time when as a group you will look more closely at God’s Word.\r\n\r\nUsually these studies have a guide book or sheet that each member of the group has a copy of Don’t worry on your first week, you can just listen or join in if you want to. You won’t be pressurised at any point into saying anything. It’s fine if you prefer to just quietly listen to what everyone else is saying. Feel free to ask questions.\r\n\r\nAt the end there will be a prayer time. You won’t be expected or pressurised to say anything out loud, you can pray quietly in your heart, or just listen to others’ prayers. This is a time for members to share their needs or concerns with God.\r\n\r\nSo Cell Groups exist as safe environments where members can:\r\n*Support and care for one another\r\n*Grow in their knowledge and love of God\r\n\r\nCell groups that meet from Sept to May:\r\nMonday Morning Ladies Fellowship at 10:30am\r\nThursday night cell meets 2nd & 4th Thursdays at 8pm','Cell Groups','','inherit','closed','closed','','104-revision-v1','','','2013-08-26 14:40:23','2013-08-26 13:40:23','',104,'http://www.belvoirparish.co.uk/?p=455',0,'revision','',0),(459,1,'2013-08-26 15:01:17','2013-08-26 14:01:17','','Gazpacho Soup','','inherit','closed','closed','','gazpacho-soup','','','2013-08-26 15:01:17','2013-08-26 14:01:17','',365,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/file9251278834539.jpg',0,'attachment','image/jpeg',0),(461,1,'2013-08-26 15:03:10','2013-08-26 14:03:10','','Outreach Mission','','inherit','closed','closed','','89-revision-v1','','','2013-08-26 15:03:10','2013-08-26 14:03:10','',89,'http://www.belvoirparish.co.uk/?p=461',0,'revision','',0),(462,1,'2013-08-26 15:04:10','2013-08-26 14:04:10','How can you learn more about Jesus and get to know others in church better?\r\nSometimes it can be easy to come along to church week by week but still find it hard to feel as if you belong.\r\n\r\nBelvoir wants you to know that you are part of our church from the moment you step through our door, but Sunday mornings don’t give us much time getting to know one another. That’s where the Wednesday Fellowship Meal and Cell groups are useful. And there is an annual Alpha course or the Mother\'s Union you could join. Lunch Bunch is always a great time for craic and fellowship.','Fellowship','','inherit','closed','closed','','365-revision-v1','','','2013-08-26 15:04:10','2013-08-26 14:04:10','',365,'http://www.belvoirparish.co.uk/?p=462',0,'revision','',0),(464,1,'2013-08-26 15:11:21','2013-08-26 14:11:21','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nThere are many more areas then listed above so please let one of the clergy know if you would like to become more involved with the Belvoir family.','Serving Opportunities','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 15:11:21','2013-08-26 14:11:21','',76,'http://www.belvoirparish.co.uk/?p=464',0,'revision','',0),(996,1,'2014-12-07 00:02:33','2014-12-07 00:02:33','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nPrayer Chain\r\nAre you willing to pray whenever a need arises -day or night? Would you like to become a Belvoir Prayer Chain Warrior?  You can sign-up here. If you have a prayer request for yourself or others, please email office@belvoirparish.co.uk  Requests can be anonymous - God knows who we are praying for!\r\n\r\nThere are many more areas besides those listed above so please let one of the clergy know if you would like to become more involved within the Belvoir family.','Serving at Belvoir','','inherit','closed','closed','','76-revision-v1','','','2014-12-07 00:02:33','2014-12-07 00:02:33','',76,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(513,1,'2013-08-26 20:40:00','2013-08-26 19:40:00','

    \"praying_on_bible_redPeople need prayer and to know that there is a place or person to call when in need of prayer is comforting. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

    \r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nTo join the Prayer Chain list, please follow this link or send an email to office@belvoirparish.co.uk with your name and email address and \"Join Prayer Chain\" in the subject line or call the church office and we will get you praying! No meetings are required.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    \r\n

    Notes for Prayer Chain Members\r\nIt may be more difficult to pray for people we do not know and/or when information is vague, but this is often the type of request received. Trust in God’s wisdom and omniscience. He knows the details we are missing and we can confidently lay our concerns in his hands regardless of how little we know.\r\nAt times, prayer requests are of a personal nature and strictly confidential. Even if they are not, Prayer Chain members are urged to always use prayerful discretion about sharing information outside the chain.\r\nRequests may not always come when it is “convenient,” and so your involvement will at times entail a sacrifice. Nevertheless, do not underestimate the power of and need for intercessory prayer and the fact that such “labour is not in vain.”

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 20:40:00','2013-08-26 19:40:00','',116,'http://www.belvoirparish.co.uk/?p=513',0,'revision','',0),(466,1,'2013-08-26 15:19:53','2013-08-26 14:19:53','

    \"The prayer of a righteous person is powerful and effective.”\r\nJames 5 v 16

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 15:19:53','2013-08-26 14:19:53','',116,'http://www.belvoirparish.co.uk/?p=466',0,'revision','',0),(468,1,'2013-08-26 15:22:44','2013-08-26 14:22:44','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nPrayer Chain\r\nAre you willing to pray whenever a need arises - day or night? Would you like to become a Belvoir Prayer Chain Warrior?  If you have a prayer request for yourself or others, please email office@belvoirparish.co.uk  Requests can be anonymous - God knows who we are praying for!\r\n\r\nThere are many more areas then listed above so please let one of the clergy know if you would like to become more involved with the Belvoir family.','Serving Opportunities','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 15:22:44','2013-08-26 14:22:44','',76,'http://www.belvoirparish.co.uk/?p=468',0,'revision','',0),(469,1,'2013-08-26 15:23:04','2013-08-26 14:23:04','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nPrayer Chain\r\nAre you willing to pray whenever a need arises -day or night? Would you like to become a Belvoir Prayer Chain Warrior?  If you have a prayer request for yourself or others, please email office@belvoirparish.co.uk  Requests can be anonymous - God knows who we are praying for!\r\n\r\nThere are many more areas then listed above so please let one of the clergy know if you would like to become more involved with the Belvoir family.','Serving Opportunities','','inherit','closed','closed','','76-revision-v1','','','2013-08-26 15:23:04','2013-08-26 14:23:04','',76,'http://www.belvoirparish.co.uk/?p=469',0,'revision','',0),(470,1,'2013-08-26 15:41:52','2013-08-26 14:41:52','

    \"The prayer of a righteous person is powerful and effective.”\r\nJames 5 v 16

    \r\n

    People need prayer and to know that there is a place or person to call when in need of prayer is comforting.

    \r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email and moblie. To join the chain just send an email to office@belvoirparish.co.uk with your name and email address, or call the church office and we will get you praying! No meetings are required.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with your request. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n\r\nThe Importance of Prayer\r\nIn Corinthians Chapter 12, St. Paul explains how, through the Holy Spirit, we in the church were baptized into one body; the body of Christ in verse 26, he writes,\r\n“When one member of the body suffers, all the members suffer with it, if one member is honored; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 15:41:52','2013-08-26 14:41:52','',116,'http://www.belvoirparish.co.uk/?p=470',0,'revision','',0),(472,1,'2013-08-26 15:55:13','2013-08-26 14:55:13','

    People need prayer and to know that there is a place or person to call when in need of prayer is comforting. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

    \r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nTo join the chain just send an email to office@belvoirparish.co.uk with your name and email address and \"Join Prayer Chain\" in the subject line or call the church office and we will get you praying! No meetings are required.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 15:55:13','2013-08-26 14:55:13','',116,'http://www.belvoirparish.co.uk/?p=472',0,'revision','',0),(471,1,'2013-08-26 15:50:49','2013-08-26 14:50:49','

    People need prayer and to know that there is a place or person to call when in need of prayer is comforting.

    \r\nWhen facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.\r\n\r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email and mobile text. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nTo join the chain just send an email to office@belvoirparish.co.uk with your name and email address and \"Join Prayer Chain\" in the subject line or call the church office and we will get you praying! No meetings are required.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 15:50:49','2013-08-26 14:50:49','',116,'http://www.belvoirparish.co.uk/?p=471',0,'revision','',0),(473,1,'2013-08-26 15:59:29','2013-08-26 14:59:29','

    People need prayer and to know that there is a place or person to call when in need of prayer is comforting. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

    \r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nTo join the chain just send an email to office@belvoirparish.co.uk with your name and email address and \"Join Prayer Chain\" in the subject line or call the church office and we will get you praying! No meetings are required.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    \r\n

    Notes for Prayer Chain Members\r\nIt may be more difficult to pray for people we do not know and/or when information is vague, but this is often the type of request received. Trust in God’s wisdom and omniscience. He knows the details we are missing and we can confidently lay our concerns in his hands regardless of how little we know.\r\nAt times, prayer requests are of a personal nature and strictly confidential. Even if they are not, Prayer Chain members are urged to always use prayerful discretion about sharing information outside the chain.\r\nRequests may not always come when it is “convenient,” and so your involvement will at times entail a sacrifice. Nevertheless, do not underestimate the power of and need for intercessory prayer and the fact that such “labour is not in vain.”

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 15:59:29','2013-08-26 14:59:29','',116,'http://www.belvoirparish.co.uk/?p=473',0,'revision','',0),(475,1,'2013-08-26 19:07:33','2013-08-26 18:07:33','\r\n
    \r\n

    Signup here

    \r\n
    * indicates required
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    Email Format \r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n','Prayer Chain Form','','publish','closed','closed','','test-page','','','2013-08-26 19:42:47','2013-08-26 18:42:47','',0,'http://www.belvoirparish.co.uk/?page_id=475',0,'page','',0),(494,1,'2013-08-26 19:42:30','2013-08-26 18:42:30','\r\n
    \r\n

    Signup here

    \r\n
    * indicates required
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    Email Format \r\n
      \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n','Prayer Chain Form','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:42:30','2013-08-26 18:42:30','',475,'http://www.belvoirparish.co.uk/?p=494',0,'revision','',0),(483,1,'2013-08-26 19:33:57','2013-08-26 18:33:57','\r\n
    \r\n
    \r\n

    Signup to the Belvoir Prayer Chain List

    \r\n
    * indicates required
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n Email Format \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n','test page','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:33:57','2013-08-26 18:33:57','',475,'http://www.belvoirparish.co.uk/?p=483',0,'revision','',0),(480,1,'2013-08-26 19:31:35','2013-08-26 18:31:35','\r\n\r\n\r\n
    \r\n
    \r\n

    Signup to the Belvoir Prayer Chain List

    \r\n
    * indicates required
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n Email Format \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n','test page','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:31:35','2013-08-26 18:31:35','',475,'http://www.belvoirparish.co.uk/?p=480',0,'revision','',0),(484,1,'2013-08-26 19:35:40','2013-08-26 18:35:40','\r\n
    \r\n
    \r\n

    Signup Form

    \r\n
    * indicates required
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n Email Format \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n','Prayer Chain Signup Form','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:35:40','2013-08-26 18:35:40','',475,'http://www.belvoirparish.co.uk/?p=484',0,'revision','',0),(482,1,'2013-08-26 19:32:13','2013-08-26 18:32:13','\r\n\r\n\r\n
    \r\n
    \r\n

    Signup to the Belvoir Prayer Chain List

    \r\n
    * indicates required
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n Email Format \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n','test page','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:32:13','2013-08-26 18:32:13','',475,'http://www.belvoirparish.co.uk/?p=482',0,'revision','',0),(476,1,'2013-08-26 19:07:19','2013-08-26 18:07:19','\r\n
    \r\n \r\n

    \r\n

    \r\n \r\n \r\n \r\n

    \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n

    \r\n \r\n

    \r\n \r\n
    \r\n
    \r\n

    \r\n

    \r\n \r\n \" size=\"30\" class=\"regular-text\" />\r\n \r\n

    \r\n \r\n

    \r\n \r\n \r\n \r\n \r\n

    \r\n \r\n

    \r\n \r\n \r\n

    \r\n \r\n \r\n

    \r\n \" />\r\n

    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n 0 ) {\r\n \r\n $lists = array();\r\n \r\n require_once( \'mailchimp/MCAPI.class.php\' );\r\n \r\n $api = new MCAPI( $ewmi_options[\'mailchimp_api_key\'] );\r\n $list_data = $api->lists();\r\n \r\n if( $list_data ) :\r\n foreach( $list_data[\'data\'] as $key => $list ) :\r\n $members = $api->listMembers( $list[\'id\'], \'subscribed\', null, 0, 5000 );\r\n $lists[$key][\'id\'] = $list[\'id\'];\r\n $lists[$key][\'name\'] = $list[\'name\'];\r\n $lists[$key][\'members\'] = $members[\'total\'];\r\n endforeach;\r\n endif;\r\n \r\n return $lists;\r\n }\r\n return false;\r\n}\r\n\r\n\r\n/* ------------------------------------------------------------------\r\n * REGISTER EMAIL IN MAILCHIMP\r\n * --------------------------------------------------------------- */\r\n \r\nfunction ewmi_register_email( $email, $list ) {\r\n \r\n global $ewmi_options;\r\n \r\n // Mailchimp list choice\r\n if( $_POST[\'ewmi_mailchimp_list\'] ) {\r\n $list = $_POST[\'ewmi_mailchimp_list\'];\r\n } else {\r\n $list = $ewmi_options[\'mailchimp_list\'];\r\n }\r\n \r\n // Process Subscription\r\n if( strlen ( trim ( $ewmi_options ) ) > 0 ) {\r\n \r\n require_once(\'mailchimp/MCAPI.class.php\');\r\n \r\n $api = new MCAPI( $ewmi_options[\'mailchimp_api_key\'] );\r\n \r\n if($api->listSubscribe( $list, $email, \'\' ) === true) {\r\n return true;\r\n }\r\n }\r\n\r\n return false;\r\n}\r\n\r\n\r\n/* ------------------------------------------------------------------\r\n * ADD FIELDS TO REGISTRATION FORM\r\n * --------------------------------------------------------------- */\r\n \r\nfunction ewmi_add_mailchimp_fields() {\r\n \r\n global $ewmi_options;\r\n \r\n ob_start(); \r\n if(strlen(trim( $ewmi_options[\'mailchimp_api_key\'] )) > 0 ) { \r\n ?>\r\n

    \r\n \r\n \r\n

    \r\n \r\n \r\n\r\n \r\n\r\n \'.__(\'Configuration\',\'ewmi\').\'\';\r\n \r\n // add the links to the list of links already there\r\n foreach($plugin_links as $link) {\r\n array_unshift($links, $link);\r\n }\r\n }\r\n \r\n return $links;\r\n}\r\nadd_filter(\'plugin_action_links\', \'ewt_plugin_action_links\', 10, 2);\r\n\r\n\r\n/* ------------------------------------------------------------------\r\n * Load JS for Administration Only\r\n * --------------------------------------------------------------- */\r\n\r\nfunction ewmi_load_admin_scripts($hook) {\r\n \r\n global $ewt_base_dir;\r\n global $ewmi_settings_page;\r\n \r\n if( $hook != $ewmi_settings_page ) \r\n return;\r\n \r\n // Enqueues Needed Admin Styles\r\n wp_enqueue_script( \'ewmi-admin-scripts\', $ewt_base_dir. \'includes/js/admin-scripts.js\' );\r\n\r\n\r\n}\r\n\r\nadd_action(\'admin_enqueue_scripts\', \'ewmi_load_admin_scripts\');\r\n\r\n\r\n/* ------------------------------------------------------------------\r\n * Load CSS for Administration Only\r\n * --------------------------------------------------------------- */\r\n\r\nfunction ewmi_load_admin_styles($hook) {\r\n \r\n global $ewt_base_dir;\r\n global $ewmi_settings_page;\r\n \r\n if( $hook != $ewmi_settings_page ) \r\n return;\r\n \r\n // Enqueues Needed Admin Styles\r\n wp_enqueue_style( \'ewmi-admin-styles\', $ewt_base_dir. \'includes/css/admin-styles.css\' );\r\n\r\n}\r\nadd_action(\'admin_enqueue_scripts\', \'ewmi_load_admin_styles\');\r\n\r\n?>','','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:07:19','2013-08-26 18:07:19','',475,'http://www.belvoirparish.co.uk/?p=476',0,'revision','',0),(479,1,'2013-08-26 19:30:22','2013-08-26 18:30:22','\r\n\r\n\r\n
    \r\n
    \r\n

    Subscribe to the Belvoir Prayer Chain List

    \r\n
    * indicates required
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n Email Format \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n','test page','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:30:22','2013-08-26 18:30:22','',475,'http://www.belvoirparish.co.uk/?p=479',0,'revision','',0),(477,1,'2013-08-26 19:07:33','2013-08-26 18:07:33','\r\n
    \r\n \r\n

    \r\n

    \r\n \r\n \r\n \r\n

    \r\n \r\n \r\n
    \r\n \r\n \r\n \r\n \r\n

    \r\n \r\n

    \r\n \r\n
    \r\n
    \r\n

    \r\n

    \r\n \r\n \" size=\"30\" class=\"regular-text\" />\r\n \r\n

    \r\n \r\n

    \r\n \r\n \r\n \r\n \r\n

    \r\n \r\n

    \r\n \r\n \r\n

    \r\n \r\n \r\n

    \r\n \" />\r\n

    \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n \r\n
    \r\n 0 ) {\r\n \r\n $lists = array();\r\n \r\n require_once( \'mailchimp/MCAPI.class.php\' );\r\n \r\n $api = new MCAPI( $ewmi_options[\'mailchimp_api_key\'] );\r\n $list_data = $api->lists();\r\n \r\n if( $list_data ) :\r\n foreach( $list_data[\'data\'] as $key => $list ) :\r\n $members = $api->listMembers( $list[\'id\'], \'subscribed\', null, 0, 5000 );\r\n $lists[$key][\'id\'] = $list[\'id\'];\r\n $lists[$key][\'name\'] = $list[\'name\'];\r\n $lists[$key][\'members\'] = $members[\'total\'];\r\n endforeach;\r\n endif;\r\n \r\n return $lists;\r\n }\r\n return false;\r\n}\r\n\r\n\r\n/* ------------------------------------------------------------------\r\n * REGISTER EMAIL IN MAILCHIMP\r\n * --------------------------------------------------------------- */\r\n \r\nfunction ewmi_register_email( $email, $list ) {\r\n \r\n global $ewmi_options;\r\n \r\n // Mailchimp list choice\r\n if( $_POST[\'ewmi_mailchimp_list\'] ) {\r\n $list = $_POST[\'ewmi_mailchimp_list\'];\r\n } else {\r\n $list = $ewmi_options[\'mailchimp_list\'];\r\n }\r\n \r\n // Process Subscription\r\n if( strlen ( trim ( $ewmi_options ) ) > 0 ) {\r\n \r\n require_once(\'mailchimp/MCAPI.class.php\');\r\n \r\n $api = new MCAPI( $ewmi_options[\'mailchimp_api_key\'] );\r\n \r\n if($api->listSubscribe( $list, $email, \'\' ) === true) {\r\n return true;\r\n }\r\n }\r\n\r\n return false;\r\n}\r\n\r\n\r\n/* ------------------------------------------------------------------\r\n * ADD FIELDS TO REGISTRATION FORM\r\n * --------------------------------------------------------------- */\r\n \r\nfunction ewmi_add_mailchimp_fields() {\r\n \r\n global $ewmi_options;\r\n \r\n ob_start(); \r\n if(strlen(trim( $ewmi_options[\'mailchimp_api_key\'] )) > 0 ) { \r\n ?>\r\n

    \r\n \r\n \r\n

    \r\n \r\n \r\n\r\n \r\n\r\n \'.__(\'Configuration\',\'ewmi\').\'\';\r\n \r\n // add the links to the list of links already there\r\n foreach($plugin_links as $link) {\r\n array_unshift($links, $link);\r\n }\r\n }\r\n \r\n return $links;\r\n}\r\nadd_filter(\'plugin_action_links\', \'ewt_plugin_action_links\', 10, 2);\r\n\r\n\r\n/* ------------------------------------------------------------------\r\n * Load JS for Administration Only\r\n * --------------------------------------------------------------- */\r\n\r\nfunction ewmi_load_admin_scripts($hook) {\r\n \r\n global $ewt_base_dir;\r\n global $ewmi_settings_page;\r\n \r\n if( $hook != $ewmi_settings_page ) \r\n return;\r\n \r\n // Enqueues Needed Admin Styles\r\n wp_enqueue_script( \'ewmi-admin-scripts\', $ewt_base_dir. \'includes/js/admin-scripts.js\' );\r\n\r\n\r\n}\r\n\r\nadd_action(\'admin_enqueue_scripts\', \'ewmi_load_admin_scripts\');\r\n\r\n\r\n/* ------------------------------------------------------------------\r\n * Load CSS for Administration Only\r\n * --------------------------------------------------------------- */\r\n\r\nfunction ewmi_load_admin_styles($hook) {\r\n \r\n global $ewt_base_dir;\r\n global $ewmi_settings_page;\r\n \r\n if( $hook != $ewmi_settings_page ) \r\n return;\r\n \r\n // Enqueues Needed Admin Styles\r\n wp_enqueue_style( \'ewmi-admin-styles\', $ewt_base_dir. \'includes/css/admin-styles.css\' );\r\n\r\n}\r\nadd_action(\'admin_enqueue_scripts\', \'ewmi_load_admin_styles\');\r\n\r\n?>','test page','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:07:33','2013-08-26 18:07:33','',475,'http://www.belvoirparish.co.uk/?p=477',0,'revision','',0),(486,1,'2013-08-26 19:36:21','2013-08-26 18:36:21','\r\n
    \r\n
    \r\n

    Subscribe Form

    \r\n
    * indicates required
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n Email Format \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n','Prayer Chain Signup Form','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:36:21','2013-08-26 18:36:21','',475,'http://www.belvoirparish.co.uk/?p=486',0,'revision','',0),(487,1,'2013-08-26 19:36:53','2013-08-26 18:36:53','\r\n
    \r\n
    \r\n

    Subscribe Here

    \r\n
    * indicates required
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n Email Format \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n','Prayer Chain Signup Form','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:36:53','2013-08-26 18:36:53','',475,'http://www.belvoirparish.co.uk/?p=487',0,'revision','',0),(489,1,'2013-08-26 19:38:12','2013-08-26 18:38:12','\r\n
    \r\n
    \r\n

    Signup here

    \r\n
    * indicates required
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n Email Format \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n','Belvoir Prayer Chain Form','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:38:12','2013-08-26 18:38:12','',475,'http://www.belvoirparish.co.uk/?p=489',0,'revision','',0),(492,1,'2013-08-26 19:41:30','2013-08-26 18:41:30','\r\n
    \r\n
    \r\n

    Signup here

    \r\n
    * indicates required
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n Email Format \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n','test page','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:41:30','2013-08-26 18:41:30','',475,'http://www.belvoirparish.co.uk/?p=492',0,'revision','',0),(490,1,'2013-08-26 19:38:57','2013-08-26 18:38:57','\r\n\r\n\r\n
    \r\n
    \r\n

    Signup to the Belvoir Prayer Chain List

    \r\n
    * indicates required
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n \r\n \r\n
    \r\n
    \r\n Email Format \r\n
    • \r\n
    • \r\n
    • \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n\r\n','test page','','inherit','closed','closed','','475-revision-v1','','','2013-08-26 19:38:57','2013-08-26 18:38:57','',475,'http://www.belvoirparish.co.uk/?p=490',0,'revision','',0),(495,1,'2013-08-26 19:46:25','2013-08-26 18:46:25','

    \"praying_on_bible_redPeople need prayer and to know that there is a place or person to call when in need of prayer is comforting. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

    \r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nChoose one of the 3 ways below to join the Prayer Chain list and we will get you praying!\r\n1.Follow this link to the Prayer Chain online form.\r\n2. Send an email to office@belvoirparish.co.uk with your name and email address and \"Join Prayer Chain\" in the subject line.\r\n3. Ring the church office.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    \r\n

    Notes for Prayer Chain Members\r\nIt may be more difficult to pray for people we do not know and/or when information is vague, but this is often the type of request received. Trust in God’s wisdom and omniscience. He knows the details we are missing and we can confidently lay our concerns in his hands regardless of how little we know.\r\nAt times, prayer requests are of a personal nature and strictly confidential. Even if they are not, Prayer Chain members are urged to always use prayerful discretion about sharing information outside the chain.\r\nRequests may not always come when it is “convenient,” and so your involvement will at times entail a sacrifice. Nevertheless, do not underestimate the power of and need for intercessory prayer and the fact that such “labour is not in vain.”

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 19:46:25','2013-08-26 18:46:25','',116,'http://www.belvoirparish.co.uk/?p=495',0,'revision','',0),(491,1,'2013-08-26 19:40:40','2013-08-26 18:40:40','

    \"praying_on_bible_redPeople need prayer and to know that there is a place or person to call when in need of prayer is comforting. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

    \r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nTo join the Prayer Chain list, please follow this link or send an email to office@belvoirparish.co.uk with your name and email address and \"Join Prayer Chain\" in the subject line or call the church office and we will get you praying! No meetings are required.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    \r\n

    Notes for Prayer Chain Members\r\nIt may be more difficult to pray for people we do not know and/or when information is vague, but this is often the type of request received. Trust in God’s wisdom and omniscience. He knows the details we are missing and we can confidently lay our concerns in his hands regardless of how little we know.\r\nAt times, prayer requests are of a personal nature and strictly confidential. Even if they are not, Prayer Chain members are urged to always use prayerful discretion about sharing information outside the chain.\r\nRequests may not always come when it is “convenient,” and so your involvement will at times entail a sacrifice. Nevertheless, do not underestimate the power of and need for intercessory prayer and the fact that such “labour is not in vain.”

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 19:40:40','2013-08-26 18:40:40','',116,'http://www.belvoirparish.co.uk/?p=491',0,'revision','',0),(949,1,'2014-11-29 11:11:18','2014-11-29 11:11:18','

    “And it shall come to pass, that before they call, I will answer;\r\nand while they are yet speaking, I will hear” Isaiah 65 v 24

    \r\nWe know that God hears us, and that when we call, He will answer.  Belvoir Parish would love to call out to God with you for all those things which are concerning to your heart.\r\n\r\n\"file000640756889\r\n\r\nWould you like someone to pray for you? Do you know someone sick who you would like prayer for? The Belvoir Prayer Chain will pray your requests - for you, your friends, your family, your church and anything else that may be on your heart up to the Lord who is our healer, our provider, our Father, and our greatest friend.\r\n\r\nIf you have a prayer request you can:\r\n1. Email belvoirprayer@gmail.com with ”Prayer Request” on the subject line;\r\n2. Submit it by following this link to the Prayer/Praise Form; or\r\n3. You can ring the office.\r\n\r\nYour request can be anonymous. All prayer requests will be emailed to the Belvoir Parish Prayer Chain.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2014-11-29 11:11:18','2014-11-29 11:11:18','',115,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(935,1,'2014-11-29 10:48:28','2014-11-29 10:48:28','','Prayer Request Form','','publish','closed','closed','','prayer-request-form','','','2014-11-29 10:57:24','2014-11-29 10:57:24','',0,'http://www.belvoirparish.co.uk/?page_id=935',0,'page','',0),(937,1,'2014-11-29 10:36:13','2014-11-29 10:36:13','<iframe src=\"https://docs.google.com/forms/d/16PVlrAKuK8nyeuOIn','Prayer Request Form','','inherit','closed','closed','','935-revision-v1','','','2014-11-29 10:36:13','2014-11-29 10:36:13','',935,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(936,1,'2014-11-29 10:35:42','2014-11-29 10:35:42','','Prayer Request Form','','inherit','closed','closed','','935-revision-v1','','','2014-11-29 10:35:42','2014-11-29 10:35:42','',935,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(938,1,'2014-11-29 10:37:05','2014-11-29 10:37:05','','Prayer Request Form','','inherit','closed','closed','','935-revision-v1','','','2014-11-29 10:48:28','2014-11-29 10:48:28','',935,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(940,1,'2014-11-29 11:05:45','2014-11-29 11:05:45','','Prayer Request Form','','inherit','closed','closed','','935-autosave-v1','','','2014-11-29 11:05:45','2014-11-29 11:05:45','',935,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(496,1,'2013-08-26 19:47:35','2013-08-26 18:47:35','

    \"praying_on_bible_redPeople need prayer and to know that there is a place or person to call when in need of prayer is comforting. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

    \r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nChoose one of the 3 ways below to join the Prayer Chain list and we will get you praying!\r\n1. Follow this link to the Prayer Chain online form.\r\n2. Send an email to office@belvoirparish.co.uk with your name and email address and\r\n\"Join Prayer Chain\" in the subject line.\r\n3. Ring the church office.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    \r\n

    Notes for Prayer Chain Members\r\nIt may be more difficult to pray for people we do not know and/or when information is vague, but this is often the type of request received. Trust in God’s wisdom and omniscience. He knows the details we are missing and we can confidently lay our concerns in his hands regardless of how little we know.\r\nAt times, prayer requests are of a personal nature and strictly confidential. Even if they are not, Prayer Chain members are urged to always use prayerful discretion about sharing information outside the chain.\r\nRequests may not always come when it is “convenient,” and so your involvement will at times entail a sacrifice. Nevertheless, do not underestimate the power of and need for intercessory prayer and the fact that such “labour is not in vain.”

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 19:47:35','2013-08-26 18:47:35','',116,'http://www.belvoirparish.co.uk/?p=496',0,'revision','',0),(498,1,'2013-08-26 19:51:26','2013-08-26 18:51:26','

    \"praying_on_bible_redPeople need prayer and to know that there is a place or person to call when in need of prayer. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

    \r\nThose of us who are members of the Belvoir Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, he/she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nChoose one of the 3 ways below to join the Prayer Chain list and we will get you praying!\r\n1. Follow this link to the Prayer Chain online form.\r\n2. Send an email to office@belvoirparish.co.uk with your name and email address and\r\n\"Join Prayer Chain\" in the subject line.\r\n3. Ring the church office.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    \r\n

    Notes for Prayer Chain Members\r\nIt may be more difficult to pray for people we do not know and/or when information is vague, but this is often the type of request received. Trust in God’s wisdom and omniscience. He knows the details we are missing and we can confidently lay our concerns in his hands regardless of how little we know.\r\nAt times, prayer requests are of a personal nature and strictly confidential. Even if they are not, Prayer Chain members are urged to always use prayerful discretion about sharing information outside the chain.\r\nRequests may not always come when it is “convenient,” and so your involvement will at times entail a sacrifice. Nevertheless, do not underestimate the power of and need for intercessory prayer and the fact that such “labour is not in vain.”

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 19:51:26','2013-08-26 18:51:26','',116,'http://www.belvoirparish.co.uk/?p=498',0,'revision','',0),(499,1,'2013-08-26 19:53:01','2013-08-26 18:53:01','If you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with ”Prayer Request” on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2013-08-26 19:53:01','2013-08-26 18:53:01','',115,'http://www.belvoirparish.co.uk/?p=499',0,'revision','',0),(506,1,'2013-08-26 20:21:09','2013-08-26 19:21:09','

    \"praying_on_bible_redPeople need prayer and to know that there is a place or person to call when in need of prayer is comforting. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

    \r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nTo join the Prayer Chain list, please follow this link or send an email to office@belvoirparish.co.uk with your name and email address and \"Join Prayer Chain\" in the subject line or call the church office and we will get you praying! No meetings are required.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    \r\n

    Notes for Prayer Chain Members\r\nIt may be more difficult to pray for people we do not know and/or when information is vague, but this is often the type of request received. Trust in God’s wisdom and omniscience. He knows the details we are missing and we can confidently lay our concerns in his hands regardless of how little we know.\r\nAt times, prayer requests are of a personal nature and strictly confidential. Even if they are not, Prayer Chain members are urged to always use prayerful discretion about sharing information outside the chain.\r\nRequests may not always come when it is “convenient,” and so your involvement will at times entail a sacrifice. Nevertheless, do not underestimate the power of and need for intercessory prayer and the fact that such “labour is not in vain.”

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-08-26 20:21:09','2013-08-26 19:21:09','',116,'http://www.belvoirparish.co.uk/?p=506',0,'revision','',0),(501,1,'2013-08-26 20:04:57','2013-08-26 19:04:57','Would you like someone to pray for you? Do you have someone sick who you would like prayed for?\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with ”Prayer Request” on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2013-08-26 20:04:57','2013-08-26 19:04:57','',115,'http://www.belvoirparish.co.uk/?p=501',0,'revision','',0),(502,1,'2013-08-26 20:07:29','2013-08-26 19:07:29','Would you like someone to pray for you? Do you know someone sick who you would like prayed for?\r\n\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with ”Prayer Request” on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n\r\nPrayer requests will be emailed to the Belvoir Parish Prayer Chain.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2013-08-26 20:07:29','2013-08-26 19:07:29','',115,'http://www.belvoirparish.co.uk/?p=502',0,'revision','',0),(505,1,'2013-08-26 20:16:19','2013-08-26 19:16:19','

    “And it shall come to pass, that before they call, I will answer;\r\nand while they are yet speaking, I will hear” Isaiah 65 v 24

    \r\nWe know that God hears us, and that when we call, He will answer.  Belvoir Parish would love to call out to God with you for all those things which are concerning to your heart.\r\n\r\nWould you like someone to pray for you? Do you know someone sick who you would like prayed for? The Belvoir Prayer Chain will pray your requests - for you, your friends, your family, your church and anything else that may be on your heart up to the Lord who is our healer, our provider, our Father, and our greatest friend.\r\n\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with ”Prayer Request” on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n\r\nAll prayer requests will be emailed to the Belvoir Parish Prayer Chain.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2013-08-26 20:16:19','2013-08-26 19:16:19','',115,'http://www.belvoirparish.co.uk/?p=505',0,'revision','',0),(503,1,'2013-08-26 20:14:51','2013-08-26 19:14:51','

    “And it shall come to pass, that before they call, I will answer;\r\nand while they are yet speaking, I will hear” Isaiah 65 v 24

    \r\nWe know that our God hears us, and that when we call, He will answer!  Belvoir Parish Prayer Chain would love to call out to God with you for all those things which are concerning to your heart.\r\n\r\nWould you like someone to pray for you? Do you know someone sick who you would like prayed for? The Belvoir Prayer Chain will pray your requests - for you, your friends, your family, your church and anything else that may be on your heart up to the Lord who is our healer, our provider, our Father, and our greatest friend.\r\n\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with ”Prayer Request” on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n\r\nAll prayer requests will be emailed to the Belvoir Parish Prayer Chain.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2013-08-26 20:14:51','2013-08-26 19:14:51','',115,'http://www.belvoirparish.co.uk/?p=503',0,'revision','',0),(504,1,'2013-08-26 20:15:14','2013-08-26 19:15:14','

    “And it shall come to pass, that before they call, I will answer;\r\nand while they are yet speaking, I will hear” Isaiah 65 v 24

    \r\nWe know that our God hears us, and that when we call, He will answer!  Belvoir Parish would love to call out to God with you for all those things which are concerning to your heart.\r\n\r\nWould you like someone to pray for you? Do you know someone sick who you would like prayed for? The Belvoir Prayer Chain will pray your requests - for you, your friends, your family, your church and anything else that may be on your heart up to the Lord who is our healer, our provider, our Father, and our greatest friend.\r\n\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with ”Prayer Request” on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n\r\nAll prayer requests will be emailed to the Belvoir Parish Prayer Chain.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2013-08-26 20:15:14','2013-08-26 19:15:14','',115,'http://www.belvoirparish.co.uk/?p=504',0,'revision','',0),(508,1,'2013-08-26 20:27:26','2013-08-26 19:27:26','','file000640756889 (1)','','inherit','closed','closed','','file000640756889-1','','','2013-08-26 20:27:26','2013-08-26 19:27:26','',115,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/file000640756889-1.jpg',0,'attachment','image/jpeg',0),(510,1,'2013-08-26 20:29:46','2013-08-26 19:29:46','

    “And it shall come to pass, that before they call, I will answer;\r\nand while they are yet speaking, I will hear” Isaiah 65 v 24

    \r\nWe know that God hears us, and that when we call, He will answer.  Belvoir Parish would love to call out to God with you for all those things which are concerning to your heart.\r\n\r\n\"file000640756889\r\n\r\nWould you like someone to pray for you? Do you know someone sick who you would like prayer for? The Belvoir Prayer Chain will pray your requests - for you, your friends, your family, your church and anything else that may be on your heart up to the Lord who is our healer, our provider, our Father, and our greatest friend.\r\n\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with ”Prayer Request” on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n\r\nAll prayer requests will be emailed to the Belvoir Parish Prayer Chain.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2013-08-26 20:29:46','2013-08-26 19:29:46','',115,'http://www.belvoirparish.co.uk/?p=510',0,'revision','',0),(511,1,'2013-08-26 20:35:44','2013-08-26 19:35:44','

    “And it shall come to pass, that before they call, I will answer;\r\nand while they are yet speaking, I will hear” Isaiah 65 v 24

    \r\nWe know that God hears us, and that when we call, He will answer.  Belvoir Parish would love to call out to God with you for all those things which are concerning to your heart.\r\n\r\n\"file000640756889\r\n\r\nWould you like someone to pray for you? Do you know someone sick who you would like prayer for? The Belvoir Prayer Chain will pray your requests - for you, your friends, your family, your church and anything else that may be on your heart up to the Lord who is our healer, our provider, our Father, and our greatest friend.\r\n\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with ”Prayer Request” on the subject line. Your request will be anonymous, unless otherwise stated, or you can write\r\nyour prayer request exactly as you would like it sent out.\r\n\r\nAll prayer requests will be emailed to the Belvoir Parish Prayer Chain.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2013-08-26 20:35:44','2013-08-26 19:35:44','',115,'http://www.belvoirparish.co.uk/?p=511',0,'revision','',0),(519,1,'2013-08-26 21:02:57','2013-08-26 20:02:57','...coming soon','Member Profile','','inherit','closed','closed','','389-revision-v1','','','2013-08-26 21:02:57','2013-08-26 20:02:57','',389,'http://www.belvoirparish.co.uk/?p=519',0,'revision','',0),(520,1,'2013-08-26 21:08:14','2013-08-26 20:08:14','

    “But when you pray, go into your room, close the door\r\nand pray to your Father, who is unseen.\r\nThen your Father, who sees what is done in secret,\r\nwill reward you.” Matthew 6 v 6

    \r\n

    Our prayer room is a place, set aside with creative things to help you connect with God. Throughout the year, we have 24 hour prayer events - where there is continuous prayer as people create a chain by spending an hour in the room at a time. Our prayer room is located in a room just off our front foyer. If you would like to use the prayer room, please contact the parish office for more details.

    ','Prayer Room','','inherit','closed','closed','','117-autosave-v1','','','2013-08-26 21:08:14','2013-08-26 20:08:14','',117,'http://www.belvoirparish.co.uk/?p=520',0,'revision','',0),(515,1,'2013-08-26 20:51:07','2013-08-26 19:51:07','','single_candle','','inherit','closed','closed','','single_candle','','','2013-08-26 20:51:07','2013-08-26 19:51:07','',117,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/single_candle.jpg',0,'attachment','image/jpeg',0),(516,1,'2013-08-26 20:52:09','2013-08-26 19:52:09','Our prayer room is a place, set aside with creative things to help you connect with God. Throughout the year, we have 24 hour prayer events - where there is continuous prayer as people create a chain by spending an hour in the room at a time. Our prayer room is located in a room just off our front foyer.\"single_candle\"','Prayer Room','','inherit','closed','closed','','117-revision-v1','','','2013-08-26 20:52:09','2013-08-26 19:52:09','',117,'http://www.belvoirparish.co.uk/?p=516',0,'revision','',0),(518,1,'2013-08-26 21:00:13','2013-08-26 20:00:13','

    Our prayer room is a place, set aside with creative things to help you connect with God. Throughout the year, we have 24 hour prayer events - where there is continuous prayer as people create a chain by spending an hour in the room at a time. Our prayer room is located in a room just off our front foyer. If you would like to use the prayer room, please contact the parish office for more details.

    ','Prayer Room','','inherit','closed','closed','','117-revision-v1','','','2013-08-26 21:00:13','2013-08-26 20:00:13','',117,'http://www.belvoirparish.co.uk/?p=518',0,'revision','',0),(517,1,'2013-08-26 20:59:10','2013-08-26 19:59:10','

    Our prayer room is a place, set aside with creative things to help you connect with God. Throughout the year, we have 24 hour prayer events - where there is continuous prayer as people create a chain by spending an hour in the room at a time. Our prayer room is located in a room just off our front foyer.\"single_candle\"

    ','Prayer Room','','inherit','closed','closed','','117-revision-v1','','','2013-08-26 20:59:10','2013-08-26 19:59:10','',117,'http://www.belvoirparish.co.uk/?p=517',0,'revision','',0),(522,1,'2013-08-26 21:08:03','2013-08-26 20:08:03','

    “But when you pray, go into your room, close the door\r\nand pray to your Father, who is unseen.\r\nThen your Father, who sees what is done in secret,\r\nwill reward you.” Matthew 6 v 6

    \r\n

    Our prayer room is a place, set aside with creative things to help you connect with God. Throughout the year, we have 24 hour prayer events - where there is continuous prayer as people create a chain by spending an hour in the room at a time. Our prayer room is located in a room just off our front foyer. If you would like to use the prayer room, please contact the parish office for more details.

    ','Prayer Room','','inherit','closed','closed','','117-revision-v1','','','2013-08-26 21:08:03','2013-08-26 20:08:03','',117,'http://www.belvoirparish.co.uk/?p=522',0,'revision','',0),(521,1,'2013-08-26 21:06:47','2013-08-26 20:06:47','

    “But when you pray, go into your room, close the door\r\n

    and pray to your Father, who is unseen.\r\n

    Then your Father, who sees what is done in secret,\r\n

    will reward you.” Matthew 6 v 6\r\n

    Our prayer room is a place, set aside with creative things to help you connect with God. Throughout the year, we have 24 hour prayer events - where there is continuous prayer as people create a chain by spending an hour in the room at a time. Our prayer room is located in a room just off our front foyer. If you would like to use the prayer room, please contact the parish office for more details.

    ','Prayer Room','','inherit','closed','closed','','117-revision-v1','','','2013-08-26 21:06:47','2013-08-26 20:06:47','',117,'http://www.belvoirparish.co.uk/?p=521',0,'revision','',0),(524,1,'2013-08-26 21:32:31','2013-08-26 20:32:31','Every Sunday we have activities for children and young people aged 0-18. We have a crèche, Sunday School for 4 to 14 year olds.\n\nWe want to do everything we can to serve you at Belvoir. We want to link up both parents and children to provide whatever service we can to help you feel both connected to the church life and fully able to be involved with everything that’s going on.','Children','','inherit','closed','closed','','358-autosave-v1','','','2013-08-26 21:32:31','2013-08-26 20:32:31','',358,'http://www.belvoirparish.co.uk/?p=524',0,'revision','',0),(525,1,'2013-08-26 21:33:19','2013-08-26 20:33:19','Every Sunday we have activities for children and young people aged 0-18. We have a crèche and Sunday School for 4 to 14 year olds.\r\n\r\nWe want to do everything we can to serve you at Belvoir. We want to link up both parents and children to provide whatever service we can to help you feel both connected to the church life and fully able to be involved with everything that’s going on.','Children','','inherit','closed','closed','','358-revision-v1','','','2013-08-26 21:33:19','2013-08-26 20:33:19','',358,'http://www.belvoirparish.co.uk/?p=525',0,'revision','',0),(527,1,'2013-08-26 21:56:47','2013-08-26 20:56:47','','Ministries','','inherit','closed','closed','','74-revision-v1','','','2013-08-26 21:56:47','2013-08-26 20:56:47','',74,'http://www.belvoirparish.co.uk/?p=527',0,'revision','',0),(528,1,'2013-08-26 22:37:30','2013-08-26 21:37:30','Belvoir Parish aims to encourage young people to:\r\nŸ COME to faith in Christ\r\nŸ GROW in that faith\r\nŸ CARE for one another\r\nŸ SERVE the Body of Christ\r\nŸ OFFER their whole lives to God\r\n\r\n ','Youth','','inherit','closed','closed','','361-revision-v1','','','2013-08-26 22:37:30','2013-08-26 21:37:30','',361,'http://www.belvoirparish.co.uk/?p=528',0,'revision','',0),(816,1,'2014-09-05 21:01:31','2014-09-05 20:01:31','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nDownload flyer for Youth Alpha Youth Alpha 2014\r\n\r\nDownload the Autumn schedule for Youth Cell Youth Cell - Autumn 2014 schedule\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2014-09-05 21:01:31','2014-09-05 20:01:31','',97,'http://www.belvoirparish.co.uk/?p=816',0,'revision','',0),(815,1,'2014-09-05 21:01:02','2014-09-05 20:01:02','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nDownload flyer for Youth Alpha\r\n\r\nYouth Alpha 2014\r\n\r\nDownload the Autumn schedule for Youth Cell \r\n\r\nYouth Cell - Autumn 2014 schedule\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2014-09-05 21:01:02','2014-09-05 20:01:02','',97,'http://www.belvoirparish.co.uk/?p=815',0,'revision','',0),(530,1,'2013-08-26 23:00:22','2013-08-26 22:00:22','Youth\r\n\r\nChildren\r\n\r\nFellowship\r\n\r\nOutreach\r\n\r\nPrayer','Ministries','','inherit','closed','closed','','74-autosave-v1','','','2013-08-26 23:00:22','2013-08-26 22:00:22','',74,'http://www.belvoirparish.co.uk/?p=530',0,'revision','',0),(534,1,'2013-08-26 23:01:50','2013-08-26 22:01:50','Local Outreach\n\n ','Outreach','','inherit','closed','closed','','89-autosave-v1','','','2013-08-26 23:01:50','2013-08-26 22:01:50','',89,'http://www.belvoirparish.co.uk/?p=534',0,'revision','',0),(533,1,'2013-08-26 23:00:09','2013-08-26 22:00:09','Youth\r\n\r\nChildren\r\n\r\nFellowship\r\n\r\nOutreach\r\n\r\nPrayer','Ministries','','inherit','closed','closed','','74-revision-v1','','','2013-08-26 23:00:09','2013-08-26 22:00:09','',74,'http://www.belvoirparish.co.uk/?p=533',0,'revision','',0),(535,1,'2013-08-26 23:02:03','2013-08-26 22:02:03','Local Outreach\r\n\r\nIndia Project','Outreach','','inherit','closed','closed','','89-revision-v1','','','2013-08-26 23:02:03','2013-08-26 22:02:03','',89,'http://www.belvoirparish.co.uk/?p=535',0,'revision','',0),(536,1,'2017-11-20 18:52:31','2017-11-20 18:52:31','Calendar\r\n\r\nWeekly Activities\r\n\r\nServing Opportunities\r\n\r\nSermon Blog\r\n\r\nGiving\r\n\r\nSpiritual Gifts Test\r\n\r\nChurch Resources','Connect','','inherit','closed','closed','','229-autosave-v1','','','2017-11-20 18:52:31','2017-11-20 18:52:31','',229,'http://www.belvoirparish.co.uk/?p=536',0,'revision','',0),(1421,1,'2017-11-20 18:52:20','2017-11-20 18:52:20','Calendar\r\n\r\nWeekly Activities\r\n\r\nServing Opportunities\r\n\r\nSermon Blog\r\n\r\nGiving\r\n\r\nSpiritual Gifts Test\r\n\r\nChurch Resources','Connect','','inherit','closed','closed','','229-revision-v1','','','2017-11-20 18:52:20','2017-11-20 18:52:20','',229,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(621,1,'2013-09-02 14:12:48','2013-09-02 13:12:48','Calendar\r\n\r\nWeekly Activities\r\n\r\nServing Opportunities\r\n\r\nMember Profile\r\n\r\nGiving\r\n\r\nSpiritual Gifts Test\r\n\r\nChurch Resources','Connect','','inherit','closed','closed','','229-revision-v1','','','2013-09-02 14:12:48','2013-09-02 13:12:48','',229,'http://www.belvoirparish.co.uk/?p=621',0,'revision','',0),(537,1,'2013-08-26 23:05:39','2013-08-26 22:05:39','Calendar\r\n\r\nWeekly Activities\r\n\r\nServing Opportunities\r\n\r\nMember Profile\r\n\r\nGiving\r\n\r\nPhotos\r\n\r\nSpiritual Gifts Test\r\n\r\nResources','Connect','','inherit','closed','closed','','229-revision-v1','','','2013-08-26 23:05:39','2013-08-26 22:05:39','',229,'http://www.belvoirparish.co.uk/?p=537',0,'revision','',0),(538,1,'2013-08-26 23:06:16','2013-08-26 22:06:16','Follow this link to Common Book of Prayer','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-08-26 23:06:16','2013-08-26 22:06:16','',221,'http://www.belvoirparish.co.uk/?p=538',0,'revision','',0),(540,1,'2013-08-26 23:10:13','2013-08-26 22:10:13','Helpful Websites:\r\n\r\nCommon Book of Prayer\r\n\r\n \r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth ','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-08-26 23:10:13','2013-08-26 22:10:13','',221,'http://www.belvoirparish.co.uk/?p=540',0,'revision','',0),(541,1,'2013-08-26 23:10:33','2013-08-26 22:10:33','Helpful Websites:\r\n\r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth ','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-08-26 23:10:33','2013-08-26 22:10:33','',221,'http://www.belvoirparish.co.uk/?p=541',0,'revision','',0),(572,1,'2013-08-28 09:49:04','2013-08-28 08:49:04','You can find us at\"554792_442505455762556_1981265917_n\"\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EA\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact','','inherit','closed','closed','','15-revision-v1','','','2013-08-28 09:49:04','2013-08-28 08:49:04','',15,'http://www.belvoirparish.co.uk/?p=572',0,'revision','',0),(544,1,'2013-08-26 23:14:26','2013-08-26 22:14:26','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nHow is the church financed? It is financed by the church member contributions.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nMany hands make light work! Please see the ministry opportunities on at this link or speak to a member of the clergy. Also see the fellowship page for more information one the different ministry groups that meet regularly.\r\n\r\nWhat are cell groups? Cell groups are small groups of  people that meet regularly for fellowship, prayer and bible studies.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-26 23:14:26','2013-08-26 22:14:26','',51,'http://www.belvoirparish.co.uk/?p=544',0,'revision','',0),(546,1,'2013-08-26 23:17:49','2013-08-26 22:17:49','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-26 23:17:49','2013-08-26 22:17:49','',51,'http://www.belvoirparish.co.uk/?p=546',0,'revision','',0),(545,1,'2013-08-26 23:15:00','2013-08-26 22:15:00','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\n\"welcome\"\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nHow is the church financed? It is financed by the church member contributions.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nMany hands make light work! Please see the ministry opportunities on at this link or speak to a member of the clergy. Also see the fellowship page for more information one the different ministry groups that meet regularly.\r\n\r\nWhat are cell groups? Cell groups are small groups of  people that meet regularly for fellowship, prayer and bible studies.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-08-26 23:15:00','2013-08-26 22:15:00','',51,'http://www.belvoirparish.co.uk/?p=545',0,'revision','',0),(547,1,'2013-08-26 23:20:21','2013-08-26 22:20:21','Helpful Websites:\r\n\r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-08-26 23:20:21','2013-08-26 22:20:21','',221,'http://www.belvoirparish.co.uk/?p=547',0,'revision','',0),(550,1,'2013-08-27 16:42:12','2013-08-27 15:42:12','The Mothers\' Union at Belvoir Parish provides a great opportunity for the women to meet for times of fellowship together. The committee plans a great programme with several special events held throughout the year.\r\n\r\n\"OLYMPUS\r\n\r\nMothers’ Union is a Christian organisation which promotes the well-being of families worldwide. The MU in Ireland is part of a membership of 3.6 million in 79 countries worldwide and there are 385 branches throughout the 12 dioceses of the Church of Ireland. Membership is for anyone who wishes to support the MU’s aims and objectives. It is for both men and women regardless of age or marital status.\r\n\r\nThe Aims and Objectives of Mothers’ Union:\r\nTo promote and support married life\r\nTo encourage parents in their role to develop the faith of their children\r\nTo maintain a worldwide fellowship of Christians united in prayer, worship and service\r\nTo promote conditions in society favourable to stable family life and the protection of children\r\nTo help those whose family life has met with adversity.\r\n\r\nEveryone is invited to come along. The Mothers\' Union at Belvoir Parish meets from September to March. The Mothers\' Union members bring a variety of practical help and support to their parish and community.\r\n\r\nFor further details please contact Meta Keightley.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldwide, follow this link\r\n\r\n\"Mother\'s','Mothers\' Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-27 16:42:12','2013-08-27 15:42:12','',109,'http://www.belvoirparish.co.uk/?p=550',0,'revision','',0),(549,1,'2013-08-27 16:41:02','2013-08-27 15:41:02','The Mothers\' Union at Belvoir Parish provides a great opportunity for the women to meet for times of fellowship together. The committee plans a great programme with several special events held throughout the year.\r\n\r\n\"OLYMPUS\r\n\r\nMothers’ Union is a Christian organisation which promotes the well-being of families worldwide. The MU in Ireland is part of a membership of 3.6 million in 79 countries worldwide and there are 385 branches throughout the 12 dioceses of the Church of Ireland. Membership is for anyone who wishes to support the MU’s aims and objectives. It is for both men and women regardless of age or marital status.\r\n\r\nThe Aims and Objectives of Mothers’ Union:\r\nTo promote and support married life\r\nTo encourage parents in their role to develop the faith of their children\r\nTo maintain a worldwide fellowship of Christians united in prayer, worship and service\r\nTo promote conditions in society favourable to stable family life and the protection of children\r\nTo help those whose family life has met with adversity.\r\n\r\nEveryone is invited to come along. The Mothers\' Union at Belvoir Parish meets from September to March. The Mothers\' Union members bring a variety of practical help and support to their parish and community.\r\n\r\nFor further details please contact Meta Keightley.\r\n\r\n \r\n\r\nFor more information about what the Mother Union does worldwide, follow this link\r\n\r\n\"Mother\'s','Mothers\' Union','','inherit','closed','closed','','109-revision-v1','','','2013-08-27 16:41:02','2013-08-27 15:41:02','',109,'http://www.belvoirparish.co.uk/?p=549',0,'revision','',0),(551,1,'2013-08-27 16:43:11','2013-08-27 15:43:11','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nPrayer Chain\r\nAre you willing to pray whenever a need arises -day or night? Would you like to become a Belvoir Prayer Chain Warrior?  If you have a prayer request for yourself or others, please email office@belvoirparish.co.uk  Requests can be anonymous - God knows who we are praying for!\r\n\r\nThere are many more areas then listed above so please let one of the clergy know if you would like to become more involved with the Belvoir family.','Serving at Belvoir','','inherit','closed','closed','','76-revision-v1','','','2013-08-27 16:43:11','2013-08-27 15:43:11','',76,'http://www.belvoirparish.co.uk/?p=551',0,'revision','',0),(553,1,'2013-08-27 21:52:31','2013-08-27 20:52:31','How can you learn more about Jesus and get to know others in church better?\r\nSometimes it can be easy to come along to church week by week but still find it hard to feel as if you belong.\r\n\r\nBelvoir wants you to know that you are part of our church from the moment you step through our door, but Sunday mornings don’t give us much time getting to know one another. That’s when the Wednesday Fellowship Meal and Cell groups are useful. And there is an annual Alpha course or the Mother\'s Union you could join. Lunch Bunch is always a great time for craic and fellowship.','Fellowship','','inherit','closed','closed','','365-revision-v1','','','2013-08-27 21:52:31','2013-08-27 20:52:31','',365,'http://www.belvoirparish.co.uk/?p=553',0,'revision','',0),(554,1,'2013-08-27 21:53:27','2013-08-27 20:53:27','How can you learn more about Jesus and get to know others in church better?\r\nSometimes it can be easy to come along to church week by week but still find it hard to feel as if you belong.\r\n\r\nBelvoir wants you to know that you are part of our church from the moment you step through our door, but Sunday mornings don’t give us much time getting to know one another. That’s when the Wednesday Fellowship Meal and Cell groups are useful. And there is the Mother\'s Union and an annual Alpha course that you could join. Lunch Bunch is always a great time for craic and fellowship.','Fellowship','','inherit','closed','closed','','365-revision-v1','','','2013-08-27 21:53:27','2013-08-27 20:53:27','',365,'http://www.belvoirparish.co.uk/?p=554',0,'revision','',0),(555,1,'2013-08-27 21:53:41','2013-08-27 20:53:41','How can you learn more about Jesus and get to know others in church better?\r\nSometimes it can be easy to come along to church week by week but still find it hard to feel as if you belong.\r\n\r\nBelvoir wants you to know that you are part of our church from the moment you step through our door, but Sunday mornings don’t give us much time getting to know one another. That’s when the Wednesday Fellowship Meal and Cell groups are useful. And there is the Mothers\' Union and an annual Alpha course that you could join. Lunch Bunch is always a great time for craic and fellowship.','Fellowship','','inherit','closed','closed','','365-revision-v1','','','2013-08-27 21:53:41','2013-08-27 20:53:41','',365,'http://www.belvoirparish.co.uk/?p=555',0,'revision','',0),(556,1,'2013-08-27 21:55:45','2013-08-27 20:55:45','How can you learn more about Jesus and get to know others in church better?\r\nSometimes it can be easy to come along to church week by week but still find it hard to feel as if you belong.\r\n\r\nBelvoir wants you to know that you are part of our church from the moment you step through our door, but Sunday mornings don’t give us much time getting to know one another. That’s when the Wednesday Fellowship Meal and Cell groups are useful. And there is the Mothers\' Union and an annual Alpha course that you could join. Lunch Bunch is always a great time for craic and fellowship.','Fellowship','','inherit','closed','closed','','365-revision-v1','','','2013-08-27 21:55:45','2013-08-27 20:55:45','',365,'http://www.belvoirparish.co.uk/?p=556',0,'revision','',0),(557,1,'2013-08-27 21:57:00','2013-08-27 20:57:00','','Mothers\' Union','','publish','closed','closed','','mothers-union-2','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=557',18,'nav_menu_item','',0),(559,1,'2018-01-20 14:25:57','2018-01-20 14:25:57','MONDAY\n10.30am           Women’s Cell Group\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\n6.30-8.00pm   Brownie Guides (7-10 yrs)\n\nTUESDAY\n10.00am           Parents & Toddlers Group\n\nWEDNESDAY\n12-1.30pm       Lunch Bunch\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\n8pm             Choir Practice\n\nTHURSDAY\n10.30am           Holy Communion\n3-5pm               Irish Dancing Classes (4-11yrs)\n6-8pm              Irish Dancing Classes (teens)\n8.00pm            Mother’s Union Meeting(2nd Thursday)\n\nFRIDAY\n6pm           Cobra Fit\n\nSATURDAY\n9.30am–2pm   Irish Dancing Classes\n\nSUNDAY\n 9.00am             Holy Communion\n11.00am             Family Worship - Creche, Sunday School & Youth group\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-autosave-v1','','','2018-01-20 14:25:57','2018-01-20 14:25:57','',143,'http://www.belvoirparish.co.uk/?p=559',0,'revision','',0),(1456,1,'2018-01-20 14:26:02','2018-01-20 14:26:02','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6-8pm              Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting(2nd Thursday)\r\n\r\nFRIDAY\r\n6pm           Cobra Fit\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2018-01-20 14:26:02','2018-01-20 14:26:02','',143,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(560,1,'2013-08-27 22:47:59','2013-08-27 21:47:59','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n 7–8.15pm       Church Fellowship Meal (2nd  & 4th Wednesdays)\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6-8pm              Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting(2nd Thursday)\r\n8.00pm            Thursday Cell (1st and 3rd Thursdays)\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n7.30-10.30pm  Badminton\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n4.30pm              Evening Prayer\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2013-08-27 22:47:59','2013-08-27 21:47:59','',143,'http://www.belvoirparish.co.uk/?p=560',0,'revision','',0),(561,1,'2013-08-27 23:57:36','2013-08-27 22:57:36','1. What is baptism?\r\n‘Baptism marks the beginning of a journey with God which continues for the rest of our lives, the first step in response to God\'s love.\'(BCP page 357)\r\n\r\nJesus was baptised in the river Jordan by John and this marked the beginning of his earthly ministry\' (Mark 1:9-11). Near the end of Jesus\' earthly ministry he commanded his disciples to ‘Go therefore and make disciples of all nations, baptising them in the name of the Father, and of the Son and of the Holy Spirit\'. (Matthew 28:18). For over two thousand years Jesus\' followers have begun their Christian lives with the sacrament of baptism. The water of baptism is a visible sign of the grace which God conveys in the sacrament. God\'s gift in baptism is new birth in Christ, a new direction in life as God\'s child, and a calling to be a lifelong, faithful disciple of Christ.\r\n\r\n2. Is there a particular age for Baptism?\r\nNo. Baptism can take place at any age. In the Church of Ireland most people are baptised as infants. Children are baptised before they can answer for themselves so that they become fully included in the life of the Church. Adults who have not been baptised, or who convert to Christianity, also receive the sacrament of baptism. If they do not know whether or not they have been baptised, they should receive conditional baptism. Baptism is a sacrament which, for any individual, cannot be repeated or undone, because it represents God\'s once-for-all gift and calling to those baptised. If baptised persons want to affirm their faith at a later stage, the proper procedure is to present themselves for Confirmation or to renew their baptismal vows.\r\n\r\n3.      What are godparents/sponsors?\r\nIt is both a privilege and a responsibility to be asked to be a godparent (also known as sponsor). The godparent promises to help care for the spiritual welfare of the child. It is important therefore that the godparents can answer honestly the declarations of faith and that they will be committed to supporting and praying for their godchild.\r\n\r\n4. What happens in the Baptism service?\r\nBaptism welcomes the candidates into the Christian family and the congregation promises to support and pray for them and their parents and godparents (or sponsors). Therefore, the baptism service ideally takes place within a time of public worship. In some situations, or in the case of an emergency baptism, it will be appropriate to have the baptism at another time. At the baptism of infants, parents and godparents are required to make promises on behalf of the child and to undertake to ‘encourage them in the life and faith of the Christian Community\' and to ‘care for them, and help them to take their place within the life and worship of Christ\'s Church\' (BCP page 361).\r\n\r\nAs they are answering on behalf of the child, they must also affirm their own Christian faith. Those being presented for baptism will then have water poured on their heads. Water declares God\'s presence in the life of the candidates and signifies that they become God\'s adopted children and members of the Church. The sign of the cross is made on the forehead as a visible sign of belonging to Christ: ‘Christ claims you for his own. Receive the sign of the cross. Live as a disciple of Christ\' (BCP page 362). As baptism is the beginning of the Christian life, a lighted candle may be presented with the words ‘You have received the light of Christ; walk in this light all the days of your life. Shine as a light in the world to the glory of God the Father\' (BCP page 367).\r\n\r\n5. What happens after baptism?\r\nAfter baptism it is the responsibility of the parents, godparents and the wider Church to ensure that each newly baptised child or adult is welcomed and nurtured in the faith as a member of the local and worldwide Christian family. In the fellowship of the Christian community, it is the responsibility of the baptised to make God\'s gift in baptism their own by sincere faith and resolute commitment to Christ. Otherwise God\'s gift in baptism is not accepted. Baptism in the name of the Holy Trinity does not confer membership of just one denomination, but rather of the whole Christian family.\r\n

    Quotations from The Book of Common Prayer 2004, © The Representative Church Body, of the Church of Ireland, 2004

    \r\n

    The above information copyright © 2007 APCK, Church of Ireland House, Dublin 6

    ','Baptism','','inherit','closed','closed','','262-revision-v1','','','2013-08-27 23:57:36','2013-08-27 22:57:36','',262,'http://www.belvoirparish.co.uk/?p=561',0,'revision','',0),(562,1,'2013-08-27 23:58:51','2013-08-27 22:58:51','1. What is Confirmation?\r\n\r\nConfirmation is the rite at which those who have been baptised seek the blessing of the Holy Spirit for their growth as Christians. The confirmation candidates first confirm the promises of their baptism. Then the bishop lays hands on them, praying that God\'s Spirit will confirm, strengthen and guide them to live out their faith in their everyday lives.\r\n\r\n2. Why Confirmation?\r\nAs children we often adopt our parents\' beliefs and practices but as we grow older we develop our own opinions and beliefs. This is part of the transition into adulthood, which is marked by many different stages - moving to secondary school, becoming a teenager, wanting to choose our own styles of clothes and music. In the Christian faith there is also a stage of transition when young people may feel that they want to make their own declaration of faith and commit their life to Christ. This transition is normally marked by confirmation. It is a service in which the young people confirm for themselves, and publicly before family, friends and the wider Church, the promises made on their behalf at their baptism. However, confirmation is not just something for teenagers but can take place whenever an individual desires to make a faith commitment. Sometimes young people come before they reach their teens and others come as adults.\r\n\r\n3. What happens at Confirmation?\r\nThe candidates renew their baptismal vows before the bishop; and as in baptism, the congregation is asked to support the candidates in their life of faith. The bishop then asks each candidate by name, ‘Do you .... believe and accept the Christian faith into which you are baptized?\'\r\n\r\nThe candidates then affirm their faith, together with the congregation, in the words of the Apostles\' Creed. After this, they kneel before the bishop, who lays hands on each one, praying,\r\n\r\n\'Confirm .... O Lord, with your heavenly grace, that he/she may continue to be yours for ever, and daily increase in your Holy Spirit more and more until he/she comes to your eternal kingdom. Amen.\'\r\n\r\n4. How is Confirmation related to Holy Communion?\r\nHoly Communion or Eucharist is when Christians draw especially close to God. In some parts of the Anglican Communion individuals who have been baptised do not have to be ‘confirmed\' to receive Holy Communion. In the Church of Ireland, admission to Holy Communion has usually presupposed confirmation.\r\n\r\n5. What happens after Confirmation?\r\nBy making a public affirmation of faith the candidates take responsibility for themselves as members of Christ\'s Church. When the bishop asks, ‘Will you proclaim by word and example the good news of God in Christ?\' and ‘Will you seek and serve Christ in all people, loving your neighbour as yourself?\', the candidates respond, ‘With the help of God, I will\'. This demonstrates both their commitment and their recognition of their dependence on God to live a Christian life.\r\n\r\nQuotations from The Book of Common Prayer 2004, © The Representative Church Body, of the Church of Ireland, 2004\r\n\r\nThe above information copyright © 2007 APCK, Church of Ireland House, Dublin 6','Confirmation','','inherit','closed','closed','','264-revision-v1','','','2013-08-27 23:58:51','2013-08-27 22:58:51','',264,'http://www.belvoirparish.co.uk/?p=562',0,'revision','',0),(565,1,'2013-08-28 00:01:26','2013-08-27 23:01:26','1. What is baptism?\r\n‘Baptism marks the beginning of a journey with God which continues for the rest of our lives, the first step in response to God\'s love.\'(BCP page 357)\r\n\r\nJesus was baptised in the river Jordan by John and this marked the beginning of his earthly ministry\' (Mark 1:9-11). Near the end of Jesus\' earthly ministry he commanded his disciples to ‘Go therefore and make disciples of all nations, baptising them in the name of the Father, and of the Son and of the Holy Spirit\'. (Matthew 28:18). For over two thousand years Jesus\' followers have begun their Christian lives with the sacrament of baptism. The water of baptism is a visible sign of the grace which God conveys in the sacrament. God\'s gift in baptism is new birth in Christ, a new direction in life as God\'s child, and a calling to be a lifelong, faithful disciple of Christ.\r\n\r\n2. Is there a particular age for Baptism?\r\nNo. Baptism can take place at any age. In the Church of Ireland most people are baptised as infants. Children are baptised before they can answer for themselves so that they become fully included in the life of the Church. Adults who have not been baptised, or who convert to Christianity, also receive the sacrament of baptism. If they do not know whether or not they have been baptised, they should receive conditional baptism. Baptism is a sacrament which, for any individual, cannot be repeated or undone, because it represents God\'s once-for-all gift and calling to those baptised. If baptised persons want to affirm their faith at a later stage, the proper procedure is to present themselves for Confirmation or to renew their baptismal vows.\r\n\r\n3.      What are godparents/sponsors?\r\nIt is both a privilege and a responsibility to be asked to be a godparent (also known as sponsor). The godparent promises to help care for the spiritual welfare of the child. It is important therefore that the godparents can answer honestly the declarations of faith and that they will be committed to supporting and praying for their godchild.\r\n\r\n4. What happens in the Baptism service?\r\nBaptism welcomes the candidates into the Christian family and the congregation promises to support and pray for them and their parents and godparents (or sponsors). Therefore, the baptism service ideally takes place within a time of public worship. In some situations, or in the case of an emergency baptism, it will be appropriate to have the baptism at another time. At the baptism of infants, parents and godparents are required to make promises on behalf of the child and to undertake to ‘encourage them in the life and faith of the Christian Community\' and to ‘care for them, and help them to take their place within the life and worship of Christ\'s Church\' (BCP page 361).\r\n\r\nAs they are answering on behalf of the child, they must also affirm their own Christian faith. Those being presented for baptism will then have water poured on their heads. Water declares God\'s presence in the life of the candidates and signifies that they become God\'s adopted children and members of the Church. The sign of the cross is made on the forehead as a visible sign of belonging to Christ: ‘Christ claims you for his own. Receive the sign of the cross. Live as a disciple of Christ\' (BCP page 362). As baptism is the beginning of the Christian life, a lighted candle may be presented with the words ‘You have received the light of Christ; walk in this light all the days of your life. Shine as a light in the world to the glory of God the Father\' (BCP page 367).\r\n\r\n5. What happens after baptism?\r\nAfter baptism it is the responsibility of the parents, godparents and the wider Church to ensure that each newly baptised child or adult is welcomed and nurtured in the faith as a member of the local and worldwide Christian family. In the fellowship of the Christian community, it is the responsibility of the baptised to make God\'s gift in baptism their own by sincere faith and resolute commitment to Christ. Otherwise God\'s gift in baptism is not accepted. Baptism in the name of the Holy Trinity does not confer membership of just one denomination, but rather of the whole Christian family.\r\n

    Quotations from The Book of Common Prayer 2004, © The Representative Church Body, of the Church of Ireland, 2004\r\n

    The above information copyright © 2007 APCK, Church of Ireland House, Dublin 6

    ','Baptism','','inherit','closed','closed','','262-revision-v1','','','2013-08-28 00:01:26','2013-08-27 23:01:26','',262,'http://www.belvoirparish.co.uk/?p=565',0,'revision','',0),(616,1,'2013-09-02 14:05:42','2013-09-02 13:05:42','1. What is baptism?\r\n‘Baptism marks the beginning of a journey with God which continues for the rest of our lives, the first step in response to God\'s love.\'(BCP page 357)\r\n\r\nJesus was baptised in the river Jordan by John and this marked the beginning of his earthly ministry\' (Mark 1:9-11). Near the end of Jesus\' earthly ministry he commanded his disciples to ‘Go therefore and make disciples of all nations, baptising them in the name of the Father, and of the Son and of the Holy Spirit\'. (Matthew 28:18). For over two thousand years Jesus\' followers have begun their Christian lives with the sacrament of baptism. The water of baptism is a visible sign of the grace which God conveys in the sacrament. God\'s gift in baptism is new birth in Christ, a new direction in life as God\'s child, and a calling to be a lifelong, faithful disciple of Christ.\r\n\r\n2. Is there a particular age for Baptism?\r\nNo. Baptism can take place at any age. In the Church of Ireland most people are baptised as infants. Children are baptised before they can answer for themselves so that they become fully included in the life of the Church. Adults who have not been baptised, or who convert to Christianity, also receive the sacrament of baptism. If they do not know whether or not they have been baptised, they should receive conditional baptism. Baptism is a sacrament which, for any individual, cannot be repeated or undone, because it represents God\'s once-for-all gift and calling to those baptised. If baptised persons want to affirm their faith at a later stage, the proper procedure is to present themselves for Confirmation or to renew their baptismal vows.\r\n\r\n3.      What are godparents/sponsors?\r\nIt is both a privilege and a responsibility to be asked to be a godparent (also known as sponsor). The godparent promises to help care for the spiritual welfare of the child. It is important therefore that the godparents can answer honestly the declarations of faith and that they will be committed to supporting and praying for their godchild.\r\n\r\n4. What happens in the Baptism service?\r\nBaptism welcomes the candidates into the Christian family and the congregation promises to support and pray for them and their parents and godparents (or sponsors). Therefore, the baptism service ideally takes place within a time of public worship. In some situations, or in the case of an emergency baptism, it will be appropriate to have the baptism at another time. At the baptism of infants, parents and godparents are required to make promises on behalf of the child and to undertake to ‘encourage them in the life and faith of the Christian Community\' and to ‘care for them, and help them to take their place within the life and worship of Christ\'s Church\' (BCP page 361).\r\n\r\nAs they are answering on behalf of the child, they must also affirm their own Christian faith. Those being presented for baptism will then have water poured on their heads. Water declares God\'s presence in the life of the candidates and signifies that they become God\'s adopted children and members of the Church. The sign of the cross is made on the forehead as a visible sign of belonging to Christ: ‘Christ claims you for his own. Receive the sign of the cross. Live as a disciple of Christ\' (BCP page 362). As baptism is the beginning of the Christian life, a lighted candle may be presented with the words ‘You have received the light of Christ; walk in this light all the days of your life. Shine as a light in the world to the glory of God the Father\' (BCP page 367).\r\n\r\n5. What happens after baptism?\r\nAfter baptism it is the responsibility of the parents, godparents and the wider Church to ensure that each newly baptised child or adult is welcomed and nurtured in the faith as a member of the local and worldwide Christian family. In the fellowship of the Christian community, it is the responsibility of the baptised to make God\'s gift in baptism their own by sincere faith and resolute commitment to Christ. Otherwise God\'s gift in baptism is not accepted. Baptism in the name of the Holy Trinity does not confer membership of just one denomination, but rather of the whole Christian family.\r\n

    Quotations from The Book of Common Prayer 2004, © The Representative Church Body, of the Church of Ireland, 2004

    \r\n

    The above information copyright © 2007 APCK, Church of Ireland House, Dublin 6

    ','Baptism','','inherit','closed','closed','','262-revision-v1','','','2013-09-02 14:05:42','2013-09-02 13:05:42','',262,'http://www.belvoirparish.co.uk/?p=616',0,'revision','',0),(614,1,'2013-09-02 14:05:12','2013-09-02 13:05:12','1. What is baptism?\r\n‘Baptism marks the beginning of a journey with God which continues for the rest of our lives, the first step in response to God\'s love.\'(BCP page 357)\r\n\r\nJesus was baptised in the river Jordan by John and this marked the beginning of his earthly ministry\' (Mark 1:9-11). Near the end of Jesus\' earthly ministry he commanded his disciples to ‘Go therefore and make disciples of all nations, baptising them in the name of the Father, and of the Son and of the Holy Spirit\'. (Matthew 28:18). For over two thousand years Jesus\' followers have begun their Christian lives with the sacrament of baptism. The water of baptism is a visible sign of the grace which God conveys in the sacrament. God\'s gift in baptism is new birth in Christ, a new direction in life as God\'s child, and a calling to be a lifelong, faithful disciple of Christ.\r\n\r\n2. Is there a particular age for Baptism?\r\nNo. Baptism can take place at any age. In the Church of Ireland most people are baptised as infants. Children are baptised before they can answer for themselves so that they become fully included in the life of the Church. Adults who have not been baptised, or who convert to Christianity, also receive the sacrament of baptism. If they do not know whether or not they have been baptised, they should receive conditional baptism. Baptism is a sacrament which, for any individual, cannot be repeated or undone, because it represents God\'s once-for-all gift and calling to those baptised. If baptised persons want to affirm their faith at a later stage, the proper procedure is to present themselves for Confirmation or to renew their baptismal vows.\r\n\r\n3.      What are godparents/sponsors?\r\nIt is both a privilege and a responsibility to be asked to be a godparent (also known as sponsor). The godparent promises to help care for the spiritual welfare of the child. It is important therefore that the godparents can answer honestly the declarations of faith and that they will be committed to supporting and praying for their godchild.\r\n\r\n4. What happens in the Baptism service?\r\nBaptism welcomes the candidates into the Christian family and the congregation promises to support and pray for them and their parents and godparents (or sponsors). Therefore, the baptism service ideally takes place within a time of public worship. In some situations, or in the case of an emergency baptism, it will be appropriate to have the baptism at another time. At the baptism of infants, parents and godparents are required to make promises on behalf of the child and to undertake to ‘encourage them in the life and faith of the Christian Community\' and to ‘care for them, and help them to take their place within the life and worship of Christ\'s Church\' (BCP page 361).\r\n\r\nAs they are answering on behalf of the child, they must also affirm their own Christian faith. Those being presented for baptism will then have water poured on their heads. Water declares God\'s presence in the life of the candidates and signifies that they become God\'s adopted children and members of the Church. The sign of the cross is made on the forehead as a visible sign of belonging to Christ: ‘Christ claims you for his own. Receive the sign of the cross. Live as a disciple of Christ\' (BCP page 362). As baptism is the beginning of the Christian life, a lighted candle may be presented with the words ‘You have received the light of Christ; walk in this light all the days of your life. Shine as a light in the world to the glory of God the Father\' (BCP page 367).\r\n\r\n5. What happens after baptism?\r\nAfter baptism it is the responsibility of the parents, godparents and the wider Church to ensure that each newly baptised child or adult is welcomed and nurtured in the faith as a member of the local and worldwide Christian family. In the fellowship of the Christian community, it is the responsibility of the baptised to make God\'s gift in baptism their own by sincere faith and resolute commitment to Christ. Otherwise God\'s gift in baptism is not accepted. Baptism in the name of the Holy Trinity does not confer membership of just one denomination, but rather of the whole Christian family.\r\n

    Quotations from The Book of Common Prayer 2004,

    \r\n

    © The Representative Church Body, of the Church of Ireland, 2004

    \r\n

    The above information copyright © 2007 APCK, Church of Ireland House, Dublin 6

    ','Baptism','','inherit','closed','closed','','262-revision-v1','','','2013-09-02 14:05:12','2013-09-02 13:05:12','',262,'http://www.belvoirparish.co.uk/?p=614',0,'revision','',0),(567,1,'2013-08-28 00:03:33','2013-08-27 23:03:33','1. What is Confirmation?\nConfirmation is the rite at which those who have been baptised seek the blessing of the Holy Spirit for their growth as Christians. The confirmation candidates first confirm the promises of their baptism. Then the bishop lays hands on them, praying that God\'s Spirit will confirm, strengthen and guide them to live out their faith in their everyday lives.\n\n2. Why Confirmation?\nAs children we often adopt our parents\' beliefs and practices but as we grow older we develop our own opinions and beliefs. This is part of the transition into adulthood, which is marked by many different stages - moving to secondary school, becoming a teenager, wanting to choose our own styles of clothes and music. In the Christian faith there is also a stage of transition when young people may feel that they want to make their own declaration of faith and commit their life to Christ. This transition is normally marked by confirmation. It is a service in which the young people confirm for themselves, and publicly before family, friends and the wider Church, the promises made on their behalf at their baptism. However, confirmation is not just something for teenagers but can take place whenever an individual desires to make a faith commitment. Sometimes young people come before they reach their teens and others come as adults.\n\n3. What happens at Confirmation?\nThe candidates renew their baptismal vows before the bishop; and as in baptism, the congregation is asked to support the candidates in their life of faith. The bishop then asks each candidate by name, ‘Do you .... believe and accept the Christian faith into which you are baptized?\'\n\nThe candidates then affirm their faith, together with the congregation, in the words of the Apostles\' Creed. After this, they kneel before the bishop, who lays hands on each one, praying,\n\n\'Confirm .... O Lord, with your heavenly grace, that he/she may continue to be yours for ever, and daily increase in your Holy Spirit more and more until he/she comes to your eternal kingdom. Amen.\'\n\n4. How is Confirmation related to Holy Communion?\nHoly Communion or Eucharist is when Christians draw especially close to God. In some parts of the Anglican Communion individuals who have been baptised do not have to be ‘confirmed\' to receive Holy Communion. In the Church of Ireland, admission to Holy Communion has usually presupposed confirmation.\n\n5. What happens after Confirmation?\nBy making a public affirmation of faith the candidates take responsibility for themselves as members of Christ\'s Church. When the bishop asks, ‘Will you proclaim by word and example the good news of God in Christ?\' and ‘Will you seek and serve Christ in all people, loving your neighbour as yourself?\', the candidates respond, ‘With the help of God, I will\'. This demonstrates both their commitment and their recognition of their dependence on God to live a Christian life.\n

    Quotations from The Book of Common Prayer 2004, ©The Representative Church Body, of the Church of Ireland, 2004

    \n

    The above information copyright © 2007 APCK, Church of Ireland House, Dublin 6

    ','Confirmation','','inherit','closed','closed','','264-autosave-v1','','','2013-08-28 00:03:33','2013-08-27 23:03:33','',264,'http://www.belvoirparish.co.uk/?p=567',0,'revision','',0),(568,1,'2013-08-28 00:03:38','2013-08-27 23:03:38','1. What is Confirmation?\r\nConfirmation is the rite at which those who have been baptised seek the blessing of the Holy Spirit for their growth as Christians. The confirmation candidates first confirm the promises of their baptism. Then the bishop lays hands on them, praying that God\'s Spirit will confirm, strengthen and guide them to live out their faith in their everyday lives.\r\n\r\n2. Why Confirmation?\r\nAs children we often adopt our parents\' beliefs and practices but as we grow older we develop our own opinions and beliefs. This is part of the transition into adulthood, which is marked by many different stages - moving to secondary school, becoming a teenager, wanting to choose our own styles of clothes and music. In the Christian faith there is also a stage of transition when young people may feel that they want to make their own declaration of faith and commit their life to Christ. This transition is normally marked by confirmation. It is a service in which the young people confirm for themselves, and publicly before family, friends and the wider Church, the promises made on their behalf at their baptism. However, confirmation is not just something for teenagers but can take place whenever an individual desires to make a faith commitment. Sometimes young people come before they reach their teens and others come as adults.\r\n\r\n3. What happens at Confirmation?\r\nThe candidates renew their baptismal vows before the bishop; and as in baptism, the congregation is asked to support the candidates in their life of faith. The bishop then asks each candidate by name, ‘Do you .... believe and accept the Christian faith into which you are baptized?\'\r\n\r\nThe candidates then affirm their faith, together with the congregation, in the words of the Apostles\' Creed. After this, they kneel before the bishop, who lays hands on each one, praying,\r\n\r\n\'Confirm .... O Lord, with your heavenly grace, that he/she may continue to be yours for ever, and daily increase in your Holy Spirit more and more until he/she comes to your eternal kingdom. Amen.\'\r\n\r\n4. How is Confirmation related to Holy Communion?\r\nHoly Communion or Eucharist is when Christians draw especially close to God. In some parts of the Anglican Communion individuals who have been baptised do not have to be ‘confirmed\' to receive Holy Communion. In the Church of Ireland, admission to Holy Communion has usually presupposed confirmation.\r\n\r\n5. What happens after Confirmation?\r\nBy making a public affirmation of faith the candidates take responsibility for themselves as members of Christ\'s Church. When the bishop asks, ‘Will you proclaim by word and example the good news of God in Christ?\' and ‘Will you seek and serve Christ in all people, loving your neighbour as yourself?\', the candidates respond, ‘With the help of God, I will\'. This demonstrates both their commitment and their recognition of their dependence on God to live a Christian life.\r\n

    Quotations from The Book of Common Prayer 2004, ©The Representative Church Body, of the Church of Ireland, 2004

    \r\n

    The above information copyright © 2007 APCK, Church of Ireland House, Dublin 6

    ','Confirmation','','inherit','closed','closed','','264-revision-v1','','','2013-08-28 00:03:38','2013-08-27 23:03:38','',264,'http://www.belvoirparish.co.uk/?p=568',0,'revision','',0),(569,1,'2013-08-28 00:04:56','2013-08-27 23:04:56','\"GazpachoThe Wednesday Fellowship Meal start at 7pm. The evening typically starts with a meal and followed by games in the hall for children and a short talk/interview for adults.\r\nWe have found that sharing meals together is a great way to get to know others. Everyone is welcome.','Wed Fellowship Meal','','inherit','closed','closed','','106-revision-v1','','','2013-08-28 00:04:56','2013-08-27 23:04:56','',106,'http://www.belvoirparish.co.uk/?p=569',0,'revision','',0),(571,1,'2013-08-28 00:05:16','2013-08-27 23:05:16','\"GazpachoThe Wednesday Fellowship Meal start at 7pm. The evening typically starts with a meal and followed by games in the hall for children and a short talk/interview for adults.\r\nWe have found that sharing meals together is a great way to get to know others. Everyone is welcome.','Wednesday Fellowship Meal','','inherit','closed','closed','','106-revision-v1','','','2013-08-28 00:05:16','2013-08-27 23:05:16','',106,'http://www.belvoirparish.co.uk/?p=571',0,'revision','',0),(574,1,'2013-08-28 09:57:49','2013-08-28 08:57:49','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Adrian McCartney (Rector) 07970 626 384\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','publish','closed','closed','','contact-us-2','','','2017-11-08 09:23:45','2017-11-08 09:23:45','',0,'http://www.belvoirparish.co.uk/?page_id=574',0,'page','',0),(576,1,'2013-08-28 09:59:13','2013-08-28 08:59:13',' ','','','publish','closed','closed','','576','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=576',44,'nav_menu_item','',0),(580,1,'2013-08-28 14:37:46','2013-08-28 13:37:46','You can find us at\"554792_442505455762556_1981265917_n\"\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EB\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2013-08-28 14:37:46','2013-08-28 13:37:46','',574,'http://www.belvoirparish.co.uk/?p=580',0,'revision','',0),(578,1,'2013-08-28 14:37:16','2013-08-28 13:37:16','You can find us at\"554792_442505455762556_1981265917_n\"\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EB\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2013-08-28 14:37:16','2013-08-28 13:37:16','',574,'http://www.belvoirparish.co.uk/?p=578',0,'revision','',0),(1125,1,'2015-02-26 08:28:32','2015-02-26 08:28:32','','yc update march','','inherit','closed','closed','','yc-update-march','','','2015-02-26 08:28:32','2015-02-26 08:28:32','',1124,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/02/yc-update-march.jpg',0,'attachment','image/jpeg',0),(634,1,'2013-09-02 18:05:53','2013-09-02 17:05:53','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nPrayer Chain\r\nAre you willing to pray whenever a need arises -day or night? Would you like to become a Belvoir Prayer Chain Warrior?  If you have a prayer request for yourself or others, please email office@belvoirparish.co.uk  Requests can be anonymous - God knows who we are praying for!\r\n\r\nThere are many more areas besides those listed above so please let one of the clergy know if you would like to become more involved within the Belvoir family.','Serving at Belvoir','','inherit','closed','closed','','76-revision-v1','','','2013-09-02 18:05:53','2013-09-02 17:05:53','',76,'http://www.belvoirparish.co.uk/?p=634',0,'revision','',0),(581,1,'2013-08-28 14:38:11','2013-08-28 13:38:11','You can find us at\"554792_442505455762556_1981265917_n\"\r\n\r\n21 Dunseverick Avenue\r\nBelfast\r\nBT8 7EB\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact','','inherit','closed','closed','','15-revision-v1','','','2013-08-28 14:38:11','2013-08-28 13:38:11','',15,'http://www.belvoirparish.co.uk/?p=581',0,'revision','',0),(631,1,'2013-09-02 16:37:42','2013-09-02 15:37:42',' ','','','publish','closed','closed','','631','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=631',2,'nav_menu_item','',0),(583,1,'2013-08-28 22:42:40','2013-08-28 21:42:40','1. We will make you welcome\r\n\r\n2. We will be family friendly\r\n\r\n3. We will make sure you can hear clearly\r\n\r\n4. We will be practical and relevant\r\n\r\n5. We will help you explore answers to your deepest questions\r\n\r\n6. We will offer you time to stop and think in a busy life\r\n\r\n7. We will help you make sense of the Bible and who Jesus is\r\n\r\n8. We will make sure your visit will be helpful but challenging\r\n\r\n9. We will help you discover for yourself God\'s love, acceptance and forgiveness\r\n\r\n10 We will offer you the chance to make a fresh start','Our Ten Promises','','publish','closed','closed','','our-ten-promises','','','2013-08-28 22:42:40','2013-08-28 21:42:40','',0,'http://www.belvoirparish.co.uk/?page_id=583',0,'page','',0),(584,1,'2013-08-28 22:42:40','2013-08-28 21:42:40','1. We will make you welcome\r\n\r\n2. We will be family friendly\r\n\r\n3. We will make sure you can hear clearly\r\n\r\n4. We will be practical and relevant\r\n\r\n5. We will help you explore answers to your deepest questions\r\n\r\n6. We will offer you time to stop and think in a busy life\r\n\r\n7. We will help you make sense of the Bible and who Jesus is\r\n\r\n8. We will make sure your visit will be helpful but challenging\r\n\r\n9. We will help you discover for yourself God\'s love, acceptance and forgiveness\r\n\r\n10 We will offer you the chance to make a fresh start','Our Ten Promises','','inherit','closed','closed','','583-revision-v1','','','2013-08-28 22:42:40','2013-08-28 21:42:40','',583,'http://www.belvoirparish.co.uk/?p=584',0,'revision','',0),(588,1,'2013-09-02 12:59:06','2013-09-02 11:59:06','','Baptism Form','','inherit','closed','closed','','baptism-form','','','2013-09-02 12:59:06','2013-09-02 11:59:06','',221,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/Baptism-Form.pdf',0,'attachment','application/pdf',0),(589,1,'2013-09-02 12:59:50','2013-09-02 11:59:50','','Form for Marriage in Belvoir','','inherit','closed','closed','','form-for-marriage-in-belvoir','','','2013-09-02 12:59:50','2013-09-02 11:59:50','',221,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/Form-for-Marriage-in-Belvoir.pdf',0,'attachment','application/pdf',0),(595,1,'2013-09-02 13:08:59','2013-09-02 12:08:59','Useful Forms:\r\n\r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nHelpful Websites:\r\n\r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-02 13:08:59','2013-09-02 12:08:59','',221,'http://www.belvoirparish.co.uk/?p=595',0,'revision','',0),(593,1,'2013-09-02 13:07:17','2013-09-02 12:07:17','Useful Forms:\r\n\r\nBaptism Form\r\n\r\nForm for Marriage in Belvoir\r\n\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nHelpful Websites:\r\n\r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-02 13:07:17','2013-09-02 12:07:17','',221,'http://www.belvoirparish.co.uk/?p=593',0,'revision','',0),(594,1,'2013-09-02 13:08:49','2013-09-02 12:08:49','','Marriage Form','','inherit','closed','closed','','marriage-form','','','2013-09-02 13:08:49','2013-09-02 12:08:49','',221,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/Marriage-Form.pdf',0,'attachment','application/pdf',0),(596,1,'2013-09-02 13:09:08','2013-09-02 12:09:08','Church Forms:\r\n\r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nHelpful Websites:\r\n\r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-02 13:09:08','2013-09-02 12:09:08','',221,'http://www.belvoirparish.co.uk/?p=596',0,'revision','',0),(597,1,'2013-09-02 13:09:39','2013-09-02 12:09:39','Church Forms:\r\n\r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nHelpful Websites:\r\n\r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-02 13:09:39','2013-09-02 12:09:39','',221,'http://www.belvoirparish.co.uk/?p=597',0,'revision','',0),(599,1,'2013-09-02 13:11:03','2013-09-02 12:11:03','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-02 13:11:03','2013-09-02 12:11:03','',221,'http://www.belvoirparish.co.uk/?p=599',0,'revision','',0),(598,1,'2013-09-02 13:10:19','2013-09-02 12:10:19','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.','Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-02 13:10:19','2013-09-02 12:10:19','',221,'http://www.belvoirparish.co.uk/?p=598',0,'revision','',0),(636,1,'2013-09-08 17:23:43','2013-09-08 16:23:43','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-08 17:23:43','2013-09-08 16:23:43','',221,'http://www.belvoirparish.co.uk/?p=636',0,'revision','',0),(602,1,'2013-09-02 13:15:30','2013-09-02 12:15:30','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian\r\n\"Belvoir-teamsmall\"Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of \"OLYMPUSour primary goals of Belvoir was to provide funds to build an onsite hospital - St.Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this website and watch the video below.\r\n\r\n\r\n\r\nPlease follow this link to download the Standing Order Form - India Fund.','India Project','','inherit','closed','closed','','46-revision-v1','','','2013-09-02 13:15:30','2013-09-02 12:15:30','',46,'http://www.belvoirparish.co.uk/?p=602',0,'revision','',0),(603,1,'2013-09-02 13:15:53','2013-09-02 12:15:53','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian\r\n\"Belvoir-teamsmall\"Mission Centre to encourage their ministry in Salem, India. The ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of \"OLYMPUSour primary goals of Belvoir was to provide funds to build an onsite hospital - St.Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this website and watch the video below.\r\n\r\n\r\n\r\nPlease follow this link to download the Standing Order Form - India Fund.','India Project','','inherit','closed','closed','','46-revision-v1','','','2013-09-02 13:15:53','2013-09-02 12:15:53','',46,'http://www.belvoirparish.co.uk/?p=603',0,'revision','',0),(605,1,'2013-09-02 13:43:57','2013-09-02 12:43:57','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-02 13:43:57','2013-09-02 12:43:57','',271,'http://www.belvoirparish.co.uk/?p=605',0,'revision','',0),(606,1,'2013-09-02 13:45:54','2013-09-02 12:45:54','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-02 13:45:54','2013-09-02 12:45:54','',271,'http://www.belvoirparish.co.uk/?p=606',0,'revision','',0),(637,1,'2013-09-08 17:24:35','2013-09-08 16:24:35','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving: \r\n\r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return to us an ongoing Gift Aid Declaration Form if you have not done so already. The benefit to HTB is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Form - India Fund\r\nGift Aid Form\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-08 17:24:35','2013-09-08 16:24:35','',271,'http://www.belvoirparish.co.uk/?p=637',0,'revision','',0),(608,1,'2013-09-02 13:48:01','2013-09-02 12:48:01','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving:\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Form - India Fund\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-02 13:48:01','2013-09-02 12:48:01','',271,'http://www.belvoirparish.co.uk/?p=608',0,'revision','',0),(607,1,'2013-09-02 13:46:38','2013-09-02 12:46:38','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving:\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-02 13:46:38','2013-09-02 12:46:38','',271,'http://www.belvoirparish.co.uk/?p=607',0,'revision','',0),(609,1,'2013-09-02 13:48:51','2013-09-02 12:48:51','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n
  • By setting up a Standing Order(downloadable forms below) with your bank – if you would like details on how to set this up, please contact Jennifer Stewart, Parish Administrator.
  • \r\n
  • Through your employers payroll giving scheme (this only applies if your employer runs such a scheme – your Human Resources department can provide details on this).
  • \r\n
  • By putting money into the collection during the Sunday service. Please complete the Church envelope request form if you would like to give regularly through envelopes.
  • \r\n
  • If you would like to write a cheque, please make it payable to Belvoir Parish Church
  • \r\n
  • You may also like to consider making a donation to Belvoir Parish in your will. Ask your solicitor when you make or amend to your will.
  • \r\n\r\nTax Efficient Giving: \r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return to us an ongoing Gift Aid Declaration Form if you have not done so already. The benefit to HTB is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Form - India Fund\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-02 13:48:51','2013-09-02 12:48:51','',271,'http://www.belvoirparish.co.uk/?p=609',0,'revision','',0),(610,1,'2013-09-02 13:51:07','2013-09-02 12:51:07','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\n \r\n\r\nTax Efficient Giving: \r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return to us an ongoing Gift Aid Declaration Form if you have not done so already. The benefit to HTB is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Form - India Fund\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-02 13:51:07','2013-09-02 12:51:07','',271,'http://www.belvoirparish.co.uk/?p=610',0,'revision','',0),(611,1,'2013-09-02 13:51:37','2013-09-02 12:51:37','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving: \r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return to us an ongoing Gift Aid Declaration Form if you have not done so already. The benefit to HTB is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Form - India Fund\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-02 13:51:37','2013-09-02 12:51:37','',271,'http://www.belvoirparish.co.uk/?p=611',0,'revision','',0),(612,1,'2013-09-02 14:03:25','2013-09-02 13:03:25','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\n\r\n\r\nTax Efficient Giving: \r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return to us an ongoing Gift Aid Declaration Form if you have not done so already. The benefit to HTB is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Form - India Fund\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-02 14:03:25','2013-09-02 13:03:25','',271,'http://www.belvoirparish.co.uk/?p=612',0,'revision','',0),(613,1,'2013-09-02 14:03:37','2013-09-02 13:03:37','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving: \r\n\r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return to us an ongoing Gift Aid Declaration Form if you have not done so already. The benefit to HTB is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Form - India Fund\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-02 14:03:37','2013-09-02 13:03:37','',271,'http://www.belvoirparish.co.uk/?p=613',0,'revision','',0),(615,1,'2013-09-02 14:07:37','2013-09-02 13:07:37','Please see this link for the downloadable Baptism Form.\r\n\r\n\r\n1. What is baptism?\r\n‘Baptism marks the beginning of a journey with God which continues for the rest of our lives, the first step in response to God\'s love.\'(BCP page 357)\r\n\r\nJesus was baptised in the river Jordan by John and this marked the beginning of his earthly ministry\' (Mark 1:9-11). Near the end of Jesus\' earthly ministry he commanded his disciples to ‘Go therefore and make disciples of all nations, baptising them in the name of the Father, and of the Son and of the Holy Spirit\'. (Matthew 28:18). For over two thousand years Jesus\' followers have begun their Christian lives with the sacrament of baptism. The water of baptism is a visible sign of the grace which God conveys in the sacrament. God\'s gift in baptism is new birth in Christ, a new direction in life as God\'s child, and a calling to be a lifelong, faithful disciple of Christ.\r\n\r\n2. Is there a particular age for Baptism?\r\nNo. Baptism can take place at any age. In the Church of Ireland most people are baptised as infants. Children are baptised before they can answer for themselves so that they become fully included in the life of the Church. Adults who have not been baptised, or who convert to Christianity, also receive the sacrament of baptism. If they do not know whether or not they have been baptised, they should receive conditional baptism. Baptism is a sacrament which, for any individual, cannot be repeated or undone, because it represents God\'s once-for-all gift and calling to those baptised. If baptised persons want to affirm their faith at a later stage, the proper procedure is to present themselves for Confirmation or to renew their baptismal vows.\r\n\r\n3.      What are godparents/sponsors?\r\nIt is both a privilege and a responsibility to be asked to be a godparent (also known as sponsor). The godparent promises to help care for the spiritual welfare of the child. It is important therefore that the godparents can answer honestly the declarations of faith and that they will be committed to supporting and praying for their godchild.\r\n\r\n4. What happens in the Baptism service?\r\nBaptism welcomes the candidates into the Christian family and the congregation promises to support and pray for them and their parents and godparents (or sponsors). Therefore, the baptism service ideally takes place within a time of public worship. In some situations, or in the case of an emergency baptism, it will be appropriate to have the baptism at another time. At the baptism of infants, parents and godparents are required to make promises on behalf of the child and to undertake to ‘encourage them in the life and faith of the Christian Community\' and to ‘care for them, and help them to take their place within the life and worship of Christ\'s Church\' (BCP page 361).\r\n\r\nAs they are answering on behalf of the child, they must also affirm their own Christian faith. Those being presented for baptism will then have water poured on their heads. Water declares God\'s presence in the life of the candidates and signifies that they become God\'s adopted children and members of the Church. The sign of the cross is made on the forehead as a visible sign of belonging to Christ: ‘Christ claims you for his own. Receive the sign of the cross. Live as a disciple of Christ\' (BCP page 362). As baptism is the beginning of the Christian life, a lighted candle may be presented with the words ‘You have received the light of Christ; walk in this light all the days of your life. Shine as a light in the world to the glory of God the Father\' (BCP page 367).\r\n\r\n5. What happens after baptism?\r\nAfter baptism it is the responsibility of the parents, godparents and the wider Church to ensure that each newly baptised child or adult is welcomed and nurtured in the faith as a member of the local and worldwide Christian family. In the fellowship of the Christian community, it is the responsibility of the baptised to make God\'s gift in baptism their own by sincere faith and resolute commitment to Christ. Otherwise God\'s gift in baptism is not accepted. Baptism in the name of the Holy Trinity does not confer membership of just one denomination, but rather of the whole Christian family.\r\n

    Quotations from The Book of Common Prayer 2004, © The Representative Church Body, of the Church of Ireland, 2004

    \r\n

    The above information copyright © 2007 APCK, Church of Ireland House, Dublin 6

    ','Baptism','','inherit','closed','closed','','262-autosave-v1','','','2013-09-02 14:07:37','2013-09-02 13:07:37','',262,'http://www.belvoirparish.co.uk/?p=615',0,'revision','',0),(617,1,'2013-09-02 14:07:29','2013-09-02 13:07:29','Please see this link for the downloadable Baptism Form.\r\n\r\n\r\n1. What is baptism?\r\n‘Baptism marks the beginning of a journey with God which continues for the rest of our lives, the first step in response to God\'s love.\'(BCP page 357)\r\n\r\nJesus was baptised in the river Jordan by John and this marked the beginning of his earthly ministry\' (Mark 1:9-11). Near the end of Jesus\' earthly ministry he commanded his disciples to ‘Go therefore and make disciples of all nations, baptising them in the name of the Father, and of the Son and of the Holy Spirit\'. (Matthew 28:18). For over two thousand years Jesus\' followers have begun their Christian lives with the sacrament of baptism. The water of baptism is a visible sign of the grace which God conveys in the sacrament. God\'s gift in baptism is new birth in Christ, a new direction in life as God\'s child, and a calling to be a lifelong, faithful disciple of Christ.\r\n\r\n2. Is there a particular age for Baptism?\r\nNo. Baptism can take place at any age. In the Church of Ireland most people are baptised as infants. Children are baptised before they can answer for themselves so that they become fully included in the life of the Church. Adults who have not been baptised, or who convert to Christianity, also receive the sacrament of baptism. If they do not know whether or not they have been baptised, they should receive conditional baptism. Baptism is a sacrament which, for any individual, cannot be repeated or undone, because it represents God\'s once-for-all gift and calling to those baptised. If baptised persons want to affirm their faith at a later stage, the proper procedure is to present themselves for Confirmation or to renew their baptismal vows.\r\n\r\n3.      What are godparents/sponsors?\r\nIt is both a privilege and a responsibility to be asked to be a godparent (also known as sponsor). The godparent promises to help care for the spiritual welfare of the child. It is important therefore that the godparents can answer honestly the declarations of faith and that they will be committed to supporting and praying for their godchild.\r\n\r\n4. What happens in the Baptism service?\r\nBaptism welcomes the candidates into the Christian family and the congregation promises to support and pray for them and their parents and godparents (or sponsors). Therefore, the baptism service ideally takes place within a time of public worship. In some situations, or in the case of an emergency baptism, it will be appropriate to have the baptism at another time. At the baptism of infants, parents and godparents are required to make promises on behalf of the child and to undertake to ‘encourage them in the life and faith of the Christian Community\' and to ‘care for them, and help them to take their place within the life and worship of Christ\'s Church\' (BCP page 361).\r\n\r\nAs they are answering on behalf of the child, they must also affirm their own Christian faith. Those being presented for baptism will then have water poured on their heads. Water declares God\'s presence in the life of the candidates and signifies that they become God\'s adopted children and members of the Church. The sign of the cross is made on the forehead as a visible sign of belonging to Christ: ‘Christ claims you for his own. Receive the sign of the cross. Live as a disciple of Christ\' (BCP page 362). As baptism is the beginning of the Christian life, a lighted candle may be presented with the words ‘You have received the light of Christ; walk in this light all the days of your life. Shine as a light in the world to the glory of God the Father\' (BCP page 367).\r\n\r\n5. What happens after baptism?\r\nAfter baptism it is the responsibility of the parents, godparents and the wider Church to ensure that each newly baptised child or adult is welcomed and nurtured in the faith as a member of the local and worldwide Christian family. In the fellowship of the Christian community, it is the responsibility of the baptised to make God\'s gift in baptism their own by sincere faith and resolute commitment to Christ. Otherwise God\'s gift in baptism is not accepted. Baptism in the name of the Holy Trinity does not confer membership of just one denomination, but rather of the whole Christian family.\r\n

    Quotations from The Book of Common Prayer 2004, © The Representative Church Body, of the Church of Ireland, 2004

    \r\n

    The above information copyright © 2007 APCK, Church of Ireland House, Dublin 6

    ','Baptism','','inherit','closed','closed','','262-revision-v1','','','2013-09-02 14:07:29','2013-09-02 13:07:29','',262,'http://www.belvoirparish.co.uk/?p=617',0,'revision','',0),(619,1,'2013-09-02 14:11:14','2013-09-02 13:11:14',' ','','','publish','closed','closed','','619','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=619',47,'nav_menu_item','',0),(620,1,'2013-09-02 14:12:21','2013-09-02 13:12:21',' ','','','publish','closed','closed','','620','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=620',33,'nav_menu_item','',0),(623,1,'2013-09-02 15:55:12','2013-09-02 14:55:12','','0001G1','','inherit','closed','closed','','0001g1','','','2013-09-02 15:55:12','2013-09-02 14:55:12','',51,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/0001G1.jpeg',0,'attachment','image/jpeg',0),(625,1,'2013-09-02 15:59:18','2013-09-02 14:59:18','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\n\"0001G1\" Where can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-09-02 15:59:18','2013-09-02 14:59:18','',51,'http://www.belvoirparish.co.uk/?p=625',0,'revision','',0),(626,1,'2013-09-02 16:01:02','2013-09-02 15:01:02','Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\n\"0001G1\" Where can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2013-09-02 16:01:02','2013-09-02 15:01:02','',51,'http://www.belvoirparish.co.uk/?p=626',0,'revision','',0),(629,1,'2013-09-02 16:06:01','2013-09-02 15:06:01','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2013-09-02 16:06:01','2013-09-02 15:06:01','',574,'http://www.belvoirparish.co.uk/?p=629',0,'revision','',0),(628,1,'2013-09-02 16:04:48','2013-09-02 15:04:48','Belvoir Parish Church\"554792_442505455762556_1981265917_n\"21 Dunseverick Avenue\r\n\r\nBelfast\r\nBT8 7EB\r\n\r\n \r\n\r\nBelvoir Parish Church\r\n21 Dunseverick Ave\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\n \r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Canon Tom Keightley (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2013-09-02 16:04:48','2013-09-02 15:04:48','',574,'http://www.belvoirparish.co.uk/?p=628',0,'revision','',0),(795,1,'2014-01-28 16:48:14','2014-01-28 16:48:14','','Standing Order Forms - General','','inherit','closed','closed','','danske-bank-no-1-acc-standing-order','','','2014-01-28 16:48:14','2014-01-28 16:48:14','',271,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/Danske-Bank-No.1-Acc-Standing-Order.doc',0,'attachment','application/msword',0),(796,1,'2014-01-28 16:48:22','2014-01-28 16:48:22','','Standing Order Forms - India Fund','','inherit','closed','closed','','danske-bank-no-3-acc-standing-order','','','2014-01-28 16:48:22','2014-01-28 16:48:22','',271,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/Danske-Bank-No.3-Acc-Standing-Order.doc',0,'attachment','application/msword',0),(797,1,'2014-01-28 16:48:28','2014-01-28 16:48:28','','Standing Order Forms - Building Fund','','inherit','closed','closed','','danske-bank-b-f-acc-standing-order','','','2014-01-28 16:48:28','2014-01-28 16:48:28','',271,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/Danske-Bank-B-F-Acc-Standing-Order.doc',0,'attachment','application/msword',0),(798,1,'2014-01-28 16:55:04','2014-01-28 16:55:04','

    \"Every man shall give as he is able, according to the blessing\nof the LORD your God which He has given you.\"\nDeuteronomy 16 v 17

    \nWays to Give:\n\nTax Efficient Giving: \n\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return a Gift Aid Form if you have not done so already. The benefit to Belvoir is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\n\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\n\nChurch Forms:\nStanding Order Forms - General\nStanding Order Forms - Building\nStanding Order Forms - India Fund\nGift Aid Form\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-autosave-v1','','','2014-01-28 16:55:04','2014-01-28 16:55:04','',271,'http://www.belvoirparish.co.uk/?p=798',0,'revision','',0),(639,1,'2013-09-08 17:25:52','2013-09-08 16:25:52','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving: \r\n\r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return a Gift Aid Form if you have not done so already. The benefit to HTB is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Form - India Fund\r\nGift Aid Form\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-09-08 17:25:52','2013-09-08 16:25:52','',271,'http://www.belvoirparish.co.uk/?p=639',0,'revision','',0),(641,1,'2013-09-11 11:49:16','2013-09-11 10:49:16','','intro invitation autumn','','inherit','closed','closed','','intro-invitation-autumn','','','2013-09-11 11:49:16','2013-09-11 10:49:16','',213,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/intro-invitation-autumn.jpg',0,'attachment','image/jpeg',0),(642,1,'2013-09-11 11:49:21','2013-09-11 10:49:21','','alpha logo','','inherit','closed','closed','','alpha-logo','','','2013-09-11 11:49:21','2013-09-11 10:49:21','',213,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/alpha-logo.jpg',0,'attachment','image/jpeg',0),(643,1,'2013-09-11 11:49:23','2013-09-11 10:49:23','','Is there more to life than this.png','','inherit','closed','closed','','is-there-more-to-life-than-this-png','','','2013-09-11 11:49:23','2013-09-11 10:49:23','',213,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/Is-there-more-to-life-than-this.png.jpg',0,'attachment','image/jpeg',0),(645,1,'2013-09-11 11:51:41','2013-09-11 10:51:41','','alpha logo','','inherit','closed','closed','','alpha-logo-2','','','2013-09-11 11:51:41','2013-09-11 10:51:41','',213,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/08/alpha-logo1.jpg',0,'attachment','image/jpeg',0),(646,1,'2013-09-11 12:03:03','2013-09-11 11:03:03','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.

    \r\n

    “Attending Alpha not only enabled us to develop and strengthen our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n\"Is\r\n

    2013 Dates

    \r\nOct 1  Are the Gospels reliable?\r\nOct 8 Who was Jesus? his claims.\r\nOct 15 Who was Jesus? the evidence.\r\nOct 22 Why did Jesus die?\r\nOct 29 & 5 Nov - Break (no Alpha)\r\nNov 12 How can we have faith?\r\nNov 15th-16th How can I make the most of my life?(Fri night to Sat lunch)\r\nNov 19 How can I resist evil?\r\nNov 26 Does God heal today?\r\nDec 3   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2013-09-11 12:03:03','2013-09-11 11:03:03','',213,'http://www.belvoirparish.co.uk/?p=646',0,'revision','',0),(752,1,'2013-10-09 17:51:33','2013-10-09 16:51:33','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.

    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n

    Course Outline

    \r\nWeek 1 Intro Evening - Alpha Supper\r\nWeek 2 Are the Gospels reliable?\r\nWeek 3 Who was Jesus? his claims.\"Is\r\nWeek 4 Who was Jesus? the evidence.\r\nWeek 5 Why did Jesus die?\r\nWeek 6 & 7 - Break (no Alpha)\r\nWeek 8 How can we have faith?\r\nWeek 9 How can I make the most of my life?(Fri night to Sat lunch)\r\nWeek 10 How can I resist evil?\r\nWeek 11 Does God heal today?\r\nDec 3   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2013-10-09 17:51:33','2013-10-09 16:51:33','',213,'http://www.belvoirparish.co.uk/?p=752',0,'revision','',0),(647,1,'2013-09-11 12:06:05','2013-09-11 11:06:05','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.

    \r\n

    “Attending Alpha not only enabled us to develop and strengthen our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n\"Is\r\n

    2013 Dates 

    \r\nThe Alpha course will be held in the Belvoir Parish Family Centre at 7.30pm each night listed below.\r\n\r\nSept 24 Intro Evening - Alpha Supper\r\nOct 1  Are the Gospels reliable?\r\nOct 8 Who was Jesus? his claims.\r\nOct 15 Who was Jesus? the evidence.\r\nOct 22 Why did Jesus die?\r\nOct 29 & 5 Nov - Break (no Alpha)\r\nNov 12 How can we have faith?\r\nNov 15th-16th How can I make the most of my life?(Fri night to Sat lunch)\r\nNov 19 How can I resist evil?\r\nNov 26 Does God heal today?\r\nDec 3   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2013-09-11 12:06:05','2013-09-11 11:06:05','',213,'http://www.belvoirparish.co.uk/?p=647',0,'revision','',0),(860,1,'2014-09-18 15:32:34','2014-09-18 14:32:34','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \n
    \n
    ******************
    \n
    \n
    Our next Alpha begins on Tuesday 30th September 2014 at 7pm in the Church Family Centre.
    \n
    Contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the course.\n\n
    ','Alpha starts','','inherit','closed','closed','','836-autosave-v1','','','2014-09-18 15:32:34','2014-09-18 14:32:34','',836,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(849,1,'2014-09-17 00:09:24','2014-09-16 23:09:24','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    Our next Alpha begins on Tuesday 30th September 2014 at 7pm in the Church Family Centre.
    \r\n
    Contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the course.
    \r\n

    \"Is“Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2014-09-17 00:09:24','2014-09-16 23:09:24','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(650,1,'2013-09-11 12:09:03','2013-09-11 11:09:03','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.

    \r\n

    “Attending Alpha not only enabled us to develop and strengthen our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n

    2013 Dates 

    \r\nThe Alpha course will be held in the Belvoir Parish Family Centre at 7.30pm each night listed below.\r\n\r\nSept 24 Intro Evening - Alpha Supper\r\nOct 1  Are the Gospels reliable?\r\nOct 8 Who was Jesus? his claims.\"Is Oct 15 Who was Jesus? the evidence.\r\nOct 22 Why did Jesus die?\r\nOct 29 & 5 Nov - Break (no Alpha)\r\nNov 12 How can we have faith?\r\nNov 15th-16th How can I make the most of my life?(Fri night to Sat lunch)\r\nNov 19 How can I resist evil?\r\nNov 26 Does God heal today?\r\nDec 3   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2013-09-11 12:09:03','2013-09-11 11:09:03','',213,'http://www.belvoirparish.co.uk/?p=650',0,'revision','',0),(648,1,'2013-09-11 12:07:22','2013-09-11 11:07:22','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.

    \r\n

    “Attending Alpha not only enabled us to develop and strengthen our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n\"Is\r\n

    2013 Dates 

    \r\nThe Alpha course will be held in the Belvoir Parish Family Centre at 7.30pm each night listed below.\r\n\r\nSept 24 Intro Evening - Alpha Supper\r\nOct 1  Are the Gospels reliable?\r\nOct 8 Who was Jesus? his claims.\r\nOct 15 Who was Jesus? the evidence.\r\nOct 22 Why did Jesus die?\r\nOct 29 & 5 Nov - Break (no Alpha)\r\nNov 12 How can we have faith?\r\nNov 15th-16th How can I make the most of my life?(Fri night to Sat lunch)\r\nNov 19 How can I resist evil?\r\nNov 26 Does God heal today?\r\nDec 3   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2013-09-11 12:07:22','2013-09-11 11:07:22','',213,'http://www.belvoirparish.co.uk/?p=648',0,'revision','',0),(649,1,'2013-09-11 12:07:56','2013-09-11 11:07:56','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.

    \r\n

    “Attending Alpha not only enabled us to develop and strengthen our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n\"Is\r\n

    2013 Dates 

    \r\nThe Alpha course will be held in the Belvoir Parish Family Centre at 7.30pm each night listed below.\r\n\r\nSept 24 Intro Evening - Alpha Supper\r\nOct 1  Are the Gospels reliable?\r\nOct 8 Who was Jesus? his claims.\r\nOct 15 Who was Jesus? the evidence.\r\nOct 22 Why did Jesus die?\r\nOct 29 & 5 Nov - Break (no Alpha)\r\nNov 12 How can we have faith?\r\nNov 15th-16th How can I make the most of my life?(Fri night to Sat lunch)\r\nNov 19 How can I resist evil?\r\nNov 26 Does God heal today?\r\nDec 3   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2013-09-11 12:07:56','2013-09-11 11:07:56','',213,'http://www.belvoirparish.co.uk/?p=649',0,'revision','',0),(651,1,'2013-09-11 12:10:42','2013-09-11 11:10:42','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.

    \r\n

    “Attending Alpha not only enabled us to develop and strengthen our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n

    2013 Dates 

    \r\nThe Alpha course will be held in the Belvoir Parish Family Centre at 7.30pm each night listed below.\r\n\r\nSept 24 Intro Evening - Alpha Supper\r\nOct 1  Are the Gospels reliable?\r\nOct 8 Who was Jesus? his claims.\"Is Oct 15 Who was Jesus? the evidence.\r\nOct 22 Why did Jesus die?\r\nOct 29 & 5 Nov - Break (no Alpha)\r\nNov 12 How can we have faith?\r\nNov 15th-16th How can I make the most of my life?(Fri night to Sat lunch)\r\nNov 19 How can I resist evil?\r\nNov 26 Does God heal today?\r\nDec 3   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2013-09-11 12:10:42','2013-09-11 11:10:42','',213,'http://www.belvoirparish.co.uk/?p=651',0,'revision','',0),(653,1,'2013-09-11 12:34:26','2013-09-11 11:34:26','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.

    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n

    2013 Dates 

    \r\nThe Alpha course will be held in the Belvoir Parish Family Centre at 7.30pm each night listed below.\r\n\r\nSept 24 Intro Evening - Alpha Supper\r\nOct 1  Are the Gospels reliable?\r\nOct 8 Who was Jesus? his claims.\"Is Oct 15 Who was Jesus? the evidence.\r\nOct 22 Why did Jesus die?\r\nOct 29 & 5 Nov - Break (no Alpha)\r\nNov 12 How can we have faith?\r\nNov 15th-16th How can I make the most of my life?(Fri night to Sat lunch)\r\nNov 19 How can I resist evil?\r\nNov 26 Does God heal today?\r\nDec 3   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2013-09-11 12:34:26','2013-09-11 11:34:26','',213,'http://www.belvoirparish.co.uk/?p=653',0,'revision','',0),(652,1,'2013-09-11 12:13:33','2013-09-11 11:13:33','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.

    \r\n

    “Attending Alpha not only enabled us to develop and our\r\nrelationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n

    2013 Dates 

    \r\nThe Alpha course will be held in the Belvoir Parish Family Centre at 7.30pm each night listed below.\r\n\r\nSept 24 Intro Evening - Alpha Supper\r\nOct 1  Are the Gospels reliable?\r\nOct 8 Who was Jesus? his claims.\"Is Oct 15 Who was Jesus? the evidence.\r\nOct 22 Why did Jesus die?\r\nOct 29 & 5 Nov - Break (no Alpha)\r\nNov 12 How can we have faith?\r\nNov 15th-16th How can I make the most of my life?(Fri night to Sat lunch)\r\nNov 19 How can I resist evil?\r\nNov 26 Does God heal today?\r\nDec 3   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2013-09-11 12:13:33','2013-09-11 11:13:33','',213,'http://www.belvoirparish.co.uk/?p=652',0,'revision','',0),(654,1,'2013-09-11 12:40:04','2013-09-11 11:40:04','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 12:40:04','2013-09-11 11:40:04','',221,'http://www.belvoirparish.co.uk/?p=654',0,'revision','',0),(665,1,'2013-09-11 23:07:05','2013-09-11 22:07:05','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 23:07:05','2013-09-11 22:07:05','',221,'http://www.belvoirparish.co.uk/?p=665',0,'revision','',0),(656,1,'2013-09-11 12:47:19','2013-09-11 11:47:19','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org : Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 12:47:19','2013-09-11 11:47:19','',221,'http://www.belvoirparish.co.uk/?p=656',0,'revision','',0),(657,1,'2013-09-11 13:10:19','2013-09-11 12:10:19','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n7.30pm             Alpha Course(starting 1 Oct)\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n 7–8.15pm       Church Fellowship Meal (2nd  & 4th Wednesdays)\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6-8pm              Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting(2nd Thursday)\r\n8.00pm            Thursday Cell (1st and 3rd Thursdays)\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n7.30-10.30pm  Badminton\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n4.30pm              Evening Prayer\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2013-09-11 13:10:19','2013-09-11 12:10:19','',143,'http://www.belvoirparish.co.uk/?p=657',0,'revision','',0),(685,1,'2013-09-17 23:33:42','2013-09-17 22:33:42','

    \"praying_on_bible_redPeople need prayer and to know that there is a place or person to call when in need of prayer is comforting. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

    \r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nTo join the Prayer Chain list, please follow this LINK or send an email to office@belvoirparish.co.uk with your name and email address and \"Join Prayer Chain\" in the subject line or call the church office and we will get you praying! No meetings are required.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    \r\n

    Notes for Prayer Chain Members\r\nIt may be more difficult to pray for people we do not know and/or when information is vague, but this is often the type of request received. Trust in God’s wisdom and omniscience. He knows the details we are missing and we can confidently lay our concerns in his hands regardless of how little we know.\r\nAt times, prayer requests are of a personal nature and strictly confidential. Even if they are not, Prayer Chain members are urged to always use prayerful discretion about sharing information outside the chain.\r\nRequests may not always come when it is “convenient,” and so your involvement will at times entail a sacrifice. Nevertheless, do not underestimate the power of and need for intercessory prayer and the fact that such “labour is not in vain.”

    ','Prayer Chain','','inherit','closed','closed','','116-revision-v1','','','2013-09-17 23:33:42','2013-09-17 22:33:42','',116,'http://www.belvoirparish.co.uk/?p=685',0,'revision','',0),(659,1,'2013-09-11 22:33:28','2013-09-11 21:33:28','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org : Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 22:33:28','2013-09-11 21:33:28','',221,'http://www.belvoirparish.co.uk/?p=659',0,'revision','',0),(661,1,'2013-09-11 22:36:58','2013-09-11 21:36:58','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org : Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 22:36:58','2013-09-11 21:36:58','',221,'http://www.belvoirparish.co.uk/?p=661',0,'revision','',0),(660,1,'2013-09-11 22:35:09','2013-09-11 21:35:09','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org : Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 22:35:09','2013-09-11 21:35:09','',221,'http://www.belvoirparish.co.uk/?p=660',0,'revision','',0),(662,1,'2013-09-11 22:39:43','2013-09-11 21:39:43','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org : Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 22:39:43','2013-09-11 21:39:43','',221,'http://www.belvoirparish.co.uk/?p=662',0,'revision','',0),(663,1,'2013-09-11 22:52:26','2013-09-11 21:52:26','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org : Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive : created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 22:52:26','2013-09-11 21:52:26','',221,'http://www.belvoirparish.co.uk/?p=663',0,'revision','',0),(664,1,'2013-09-11 22:57:01','2013-09-11 21:57:01','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 22:57:01','2013-09-11 21:57:01','',221,'http://www.belvoirparish.co.uk/?p=664',0,'revision','',0),(667,1,'2013-09-11 23:09:09','2013-09-11 22:09:09','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 23:09:09','2013-09-11 22:09:09','',221,'http://www.belvoirparish.co.uk/?p=667',0,'revision','',0),(671,1,'2013-09-11 23:13:11','2013-09-11 22:13:11','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 23:13:11','2013-09-11 22:13:11','',221,'http://www.belvoirparish.co.uk/?p=671',0,'revision','',0),(669,1,'2013-09-11 23:11:07','2013-09-11 22:11:07','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 23:11:07','2013-09-11 22:11:07','',221,'http://www.belvoirparish.co.uk/?p=669',0,'revision','',0),(668,1,'2013-09-11 23:10:34','2013-09-11 22:10:34','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 23:10:34','2013-09-11 22:10:34','',221,'http://www.belvoirparish.co.uk/?p=668',0,'revision','',0),(670,1,'2013-09-11 23:12:07','2013-09-11 22:12:07','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 23:12:07','2013-09-11 22:12:07','',221,'http://www.belvoirparish.co.uk/?p=670',0,'revision','',0),(672,1,'2013-09-11 23:14:05','2013-09-11 22:14:05','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 23:14:05','2013-09-11 22:14:05','',221,'http://www.belvoirparish.co.uk/?p=672',0,'revision','',0),(673,1,'2013-09-11 23:18:01','2013-09-11 22:18:01','

    Church Forms

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-11 23:18:01','2013-09-11 22:18:01','',221,'http://www.belvoirparish.co.uk/?p=673',0,'revision','',0),(687,1,'2013-09-18 11:09:49','2013-09-18 10:09:49','

    Church Forms

    \n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \nBaptism Form\n\nMarriage Form\n\nStanding Order Forms - General\n\nStanding Order Forms - Building\n\nStanding Order Form - India Fund\n\n\nGift Aid Form\n

    Helpful Links

    \n

    Daily Lectionary: Link to daily Bible Readings.

    \nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\n\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\n\nDiocese of Down and Dromore: News, Events and Information about our Diocese.\n\n\nDown and Dromore Youth: News and resources for young people.\n\n\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\n\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\n\n\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\n\n\nFamily Faith: Encourages families to look at life lessons and faith together.\n\nBiblegateway: Search the Bible by passage, keyword, or topic.\n\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\n\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\n\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\n\nSummer Madness: Christian Youth Festival \n\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-autosave-v1','','','2013-09-18 11:09:49','2013-09-18 10:09:49','',221,'http://www.belvoirparish.co.uk/?p=687',0,'revision','',0),(675,1,'2013-09-15 21:26:31','2013-09-15 20:26:31','','1175571_10151831066673617_784056219_n','','inherit','closed','closed','','1175571_10151831066673617_784056219_n','','','2013-09-15 21:26:31','2013-09-15 20:26:31','',118,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/1175571_10151831066673617_784056219_n.jpg',0,'attachment','image/jpeg',0),(676,1,'2013-09-15 21:26:51','2013-09-15 20:26:51',' \r\n\r\nWould you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request for the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-09-15 21:26:51','2013-09-15 20:26:51','',118,'http://www.belvoirparish.co.uk/?p=676',0,'revision','',0),(678,1,'2013-09-15 21:28:16','2013-09-15 20:28:16',' \r\n\r\nWould you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request for the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n\r\n\r\n ','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-09-15 21:28:16','2013-09-15 20:28:16','',118,'http://www.belvoirparish.co.uk/?p=678',0,'revision','',0),(677,1,'2013-09-15 21:27:36','2013-09-15 20:27:36',' \r\n\r\nWould you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request for the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n\r\n\r\n\"1175571_10151831066673617_784056219_n\"','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-09-15 21:27:36','2013-09-15 20:27:36','',118,'http://www.belvoirparish.co.uk/?p=677',0,'revision','',0),(679,1,'2013-09-15 21:35:49','2013-09-15 20:35:49','','0001Nb','','inherit','closed','closed','','0001nb','','','2013-09-15 21:35:49','2013-09-15 20:35:49','',118,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/0001Nb.jpeg',0,'attachment','image/jpeg',0),(681,1,'2013-09-15 21:38:31','2013-09-15 20:38:31','\"0001Nb\"\r\n\r\nWould you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request for the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n\r\n\r\n ','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-09-15 21:38:31','2013-09-15 20:38:31','',118,'http://www.belvoirparish.co.uk/?p=681',0,'revision','',0),(680,1,'2013-09-15 21:37:19','2013-09-15 20:37:19','Would you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request for the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n\r\n\r\n\"0001Nb\"\r\n\r\n ','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-09-15 21:37:19','2013-09-15 20:37:19','',118,'http://www.belvoirparish.co.uk/?p=680',0,'revision','',0),(682,1,'2013-09-15 21:39:14','2013-09-15 20:39:14','\"0001Nb\"\r\n\r\nWould you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request for the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n\r\n\r\n ','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-09-15 21:39:14','2013-09-15 20:39:14','',118,'http://www.belvoirparish.co.uk/?p=682',0,'revision','',0),(726,1,'2013-09-18 11:11:50','2013-09-18 10:11:50','\"0001Nb\"\r\n\r\nWould you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request to the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n\r\n\r\nWould you like to sign up for the Belvoir Church Prayer Chain Emails?\r\n\r\nWould you like to read or listen to the Daily Lectionary?\r\n\r\n ','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-09-18 11:11:50','2013-09-18 10:11:50','',118,'http://www.belvoirparish.co.uk/?p=726',0,'revision','',0),(683,1,'2013-09-15 21:40:01','2013-09-15 20:40:01','\"0001Nb\"\r\n\r\nWould you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request to the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n\r\n\r\n ','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-09-15 21:40:01','2013-09-15 20:40:01','',118,'http://www.belvoirparish.co.uk/?p=683',0,'revision','',0),(686,1,'2013-09-17 23:33:57','2013-09-17 22:33:57','

    \"praying_on_bible_redPeople need prayer and to know that there is a place or person to call when in need of prayer is comforting. When facing problems, knowing that others care and are praying for you can be such a source of comfort and support. Many have said when they know others are praying for them, they can feel those prayers and it really does make a difference.

    \r\nThose of us who are members of the Prayer Chain feel this is a very powerful ministry of our church. We welcome new members to join us on the Prayer Chain at any time.\r\n\r\nHow Does the Prayer Chain Work?\r\nThe Belvoir Parish prayer chain is operated by email. When the Prayer Chain Coordinator receives a prayer request, she then sends the request via email to all the members of the prayer chain. The Prayer Chain members then include that person in their prayers. It’s as easy, and yet as powerful, as that!\r\n\r\nHow can I be added to the Prayer Chain list?\r\nTo join the Prayer Chain list, please follow this LINK or send an email to office@belvoirparish.co.uk with your name and email address and \"Join Prayer Chain\" in the subject line or call the church office and we will get you praying! No meetings are required.\r\n\r\nPrayer Request\r\nIf you have a prayer request you can ring the parish office or send an email to office@belvoirparish.co.uk with \"Prayer Request\" on the subject line. Your request will be anonymous, unless otherwise stated, or you can write your prayer request exactly as you would like it sent out.\r\n

    The Importance of Prayer\r\nIn Corinthians chapter 12, Paul explains how, through the Holy Spirit, we in the church were baptised into one body; the body of Christ in verse 26, he writes, “When one member of the body suffers, all the members suffer with it, if one member is honoured; all the members share its joy.”\r\nJesus asks us to love one another as he loves us. When we pray, we show God we know he is in charge and that we have faith in the immeasurable scope of his power.  That is why it is so important we pray for each other.

    \r\n

    Notes for Prayer Chain Members\r\nIt may be more difficult to pray for people we do not know and/or when information is vague, but this is often the type of request received. Trust in God’s wisdom and omniscience. He knows the details we are missing and we can confidently lay our concerns in his hands regardless of how little we know.\r\nAt times, prayer requests are of a personal nature and strictly confidential. Even if they are not, Prayer Chain members are urged to always use prayerful discretion about sharing information outside the chain.\r\nRequests may not always come when it is “convenient,” and so your involvement will at times entail a sacrifice. Nevertheless, do not underestimate the power of and need for intercessory prayer and the fact that such “labour is not in vain.”

    ','Prayer Chain','','inherit','closed','closed','','116-autosave-v1','','','2013-09-17 23:33:57','2013-09-17 22:33:57','',116,'http://www.belvoirparish.co.uk/?p=686',0,'revision','',0),(688,1,'2013-09-17 23:41:07','2013-09-17 22:41:07','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-17 23:41:07','2013-09-17 22:41:07','',221,'http://www.belvoirparish.co.uk/?p=688',0,'revision','',0),(689,1,'2013-09-17 23:41:26','2013-09-17 22:41:26','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-17 23:41:26','2013-09-17 22:41:26','',221,'http://www.belvoirparish.co.uk/?p=689',0,'revision','',0),(691,1,'2013-09-17 23:43:27','2013-09-17 22:43:27','\"0001aPfbe9d9\"\r\nSign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here','Prayer/News Signup','','publish','closed','closed','','prayernews-signup','','','2014-12-07 23:01:56','2014-12-07 23:01:56','',0,'http://www.belvoirparish.co.uk/?page_id=691',0,'page','',0),(692,1,'2013-09-17 23:43:27','2013-09-17 22:43:27','Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here','Prayer/News Signup','','inherit','closed','closed','','691-revision-v1','','','2013-09-17 23:43:27','2013-09-17 22:43:27','',691,'http://www.belvoirparish.co.uk/?p=692',0,'revision','',0),(693,1,'2013-09-17 23:43:45','2013-09-17 22:43:45','Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here','Prayer/News Signup','','inherit','closed','closed','','691-revision-v1','','','2013-09-17 23:43:45','2013-09-17 22:43:45','',691,'http://www.belvoirparish.co.uk/?p=693',0,'revision','',0),(694,1,'2013-09-17 23:45:24','2013-09-17 22:45:24',' ','','','publish','closed','closed','','694','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=694',39,'nav_menu_item','',0),(696,1,'2013-09-17 23:47:26','2013-09-17 22:47:26','\"0001Nb\"\r\n\r\nWould you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request to the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n\r\n\r\nWould you like to sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates?\r\n\r\n ','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-09-17 23:47:26','2013-09-17 22:47:26','',118,'http://www.belvoirparish.co.uk/?p=696',0,'revision','',0),(697,1,'2013-09-17 23:47:54','2013-09-17 22:47:54','\"0001Nb\"\r\n\r\nWould you like to learn more about the Belvoir Prayer Chain?\r\n\r\nWould you like to submit a Prayer Request to the Belvoir Prayer Chain?\r\n\r\nWould you learn more about the Belvoir Prayer Room?\r\n\r\n\r\nWould you like to sign up for the Belvoir Church Prayer Chain Emails?\r\n\r\n ','Prayer','','inherit','closed','closed','','118-revision-v1','','','2013-09-17 23:47:54','2013-09-17 22:47:54','',118,'http://www.belvoirparish.co.uk/?p=697',0,'revision','',0),(698,1,'2013-09-18 09:51:59','2013-09-18 08:51:59','Sign up for the Belvoir Church Prayer Chain Emails Here','Prayer sign-up','','publish','closed','closed','','prayer-sign-up','','','2013-09-18 09:51:59','2013-09-18 08:51:59','',0,'http://www.belvoirparish.co.uk/?page_id=698',0,'page','',0),(699,1,'2013-09-18 09:51:59','2013-09-18 08:51:59','Sign up for the Belvoir Church Prayer Chain Emails Here','Prayer sign-up','','inherit','closed','closed','','698-revision-v1','','','2013-09-18 09:51:59','2013-09-18 08:51:59','',698,'http://www.belvoirparish.co.uk/?p=699',0,'revision','',0),(700,1,'2013-09-18 09:52:50','2013-09-18 08:52:50',' ','','','publish','closed','closed','','700','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=700',9,'nav_menu_item','',0),(701,1,'2013-09-18 09:57:41','2013-09-18 08:57:41','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDaily Lectionary\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 09:57:41','2013-09-18 08:57:41','',221,'http://www.belvoirparish.co.uk/?p=701',0,'revision','',0),(702,1,'2013-09-18 10:03:58','2013-09-18 09:03:58','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nChurch of Ireland website: daily and Sunday lectionary resources.\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:03:58','2013-09-18 09:03:58','',221,'http://www.belvoirparish.co.uk/?p=702',0,'revision','',0),(703,1,'2013-09-18 10:04:29','2013-09-18 09:04:29','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nChurch of Ireland website: Daily and Sunday lectionary resources.\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:04:29','2013-09-18 09:04:29','',221,'http://www.belvoirparish.co.uk/?p=703',0,'revision','',0),(704,1,'2013-09-18 10:04:58','2013-09-18 09:04:58','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nChurch of Ireland website: Daily and Sunday lectionary resources.\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:04:58','2013-09-18 09:04:58','',221,'http://www.belvoirparish.co.uk/?p=704',0,'revision','',0),(707,1,'2013-09-18 10:14:07','2013-09-18 09:14:07','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDaily and Sunday lectionary resources\r\n\r\nDiocese of Down and Dromore\r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\n\r\n\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:14:07','2013-09-18 09:14:07','',221,'http://www.belvoirparish.co.uk/?p=707',0,'revision','',0),(705,1,'2013-09-18 10:07:13','2013-09-18 09:07:13','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nChurch of Ireland website: Daily and Sunday lectionary resources.\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith: encourages families to start looking at life lessons and faith together\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:07:13','2013-09-18 09:07:13','',221,'http://www.belvoirparish.co.uk/?p=705',0,'revision','',0),(706,1,'2013-09-18 10:07:56','2013-09-18 09:07:56','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nChurch of Ireland website: Daily and Sunday lectionary resources.\r\n\r\nDiocese of Down and Dromore \r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:07:56','2013-09-18 09:07:56','',221,'http://www.belvoirparish.co.uk/?p=706',0,'revision','',0),(708,1,'2013-09-18 10:14:26','2013-09-18 09:14:26','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDaily and Sunday lectionary resources\r\n\r\nDiocese of Down and Dromore\r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\n\r\n\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:14:26','2013-09-18 09:14:26','',221,'http://www.belvoirparish.co.uk/?p=708',0,'revision','',0),(710,1,'2013-09-18 10:17:19','2013-09-18 09:17:19','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nDaily and Sunday lectionary resources\r\n\r\nDiocese of Down and Dromore\r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\n\r\n\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:17:19','2013-09-18 09:17:19','',221,'http://www.belvoirparish.co.uk/?p=710',0,'revision','',0),(709,1,'2013-09-18 10:16:36','2013-09-18 09:16:36','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nCommon Book of Prayer\r\n\r\nDaily and Sunday lectionary resources\r\n\r\nDiocese of Down and Dromore\r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\n\r\n\r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:16:36','2013-09-18 09:16:36','',221,'http://www.belvoirparish.co.uk/?p=709',0,'revision','',0),(711,1,'2013-09-18 10:20:56','2013-09-18 09:20:56','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nDaily and Sunday lectionary resources\r\n\r\nDiocese of Down and Dromore\r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:20:56','2013-09-18 09:20:56','',221,'http://www.belvoirparish.co.uk/?p=711',0,'revision','',0),(712,1,'2013-09-18 10:23:54','2013-09-18 09:23:54','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nDaily and Sunday lectionary resources\r\n\r\nDiocese of Down and Dromore\r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nChurch of Ireland Youth Department\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:23:54','2013-09-18 09:23:54','',221,'http://www.belvoirparish.co.uk/?p=712',0,'revision','',0),(713,1,'2013-09-18 10:29:46','2013-09-18 09:29:46','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore\r\n\r\n\r\nDown and Dromore Youth \r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:29:46','2013-09-18 09:29:46','',221,'http://www.belvoirparish.co.uk/?p=713',0,'revision','',0),(714,1,'2013-09-18 10:41:45','2013-09-18 09:41:45','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore\r\n\r\n\r\nDown and Dromore\r\n\r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\r\n\r\n\r\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\r\n\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:41:45','2013-09-18 09:41:45','',221,'http://www.belvoirparish.co.uk/?p=714',0,'revision','',0),(715,1,'2013-09-18 10:43:44','2013-09-18 09:43:44','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore\r\n\r\n\r\nDown and Dromore Youth: News and resources for young people.\r\n\r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\r\n\r\n\r\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\r\n\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:43:44','2013-09-18 09:43:44','',221,'http://www.belvoirparish.co.uk/?p=715',0,'revision','',0),(716,1,'2013-09-18 10:45:25','2013-09-18 09:45:25','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore: News, Events and Information about our Diocese.\r\n\r\n\r\nDown and Dromore Youth: News and resources for young people.\r\n\r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\r\n\r\n\r\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\r\n\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:45:25','2013-09-18 09:45:25','',221,'http://www.belvoirparish.co.uk/?p=716',0,'revision','',0),(717,1,'2013-09-18 10:47:28','2013-09-18 09:47:28','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore: News, Events and Information about our Diocese.\r\n\r\n\r\nDown and Dromore Youth: News and resources for young people.\r\n\r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\r\n\r\n\r\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\r\n\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:47:28','2013-09-18 09:47:28','',221,'http://www.belvoirparish.co.uk/?p=717',0,'revision','',0),(718,1,'2013-09-18 10:48:16','2013-09-18 09:48:16','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore: News, Events and Information about our Diocese.\r\n\r\n\r\nDown and Dromore Youth: News and resources for young people.\r\n\r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\r\n\r\n\r\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\r\n\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:48:16','2013-09-18 09:48:16','',221,'http://www.belvoirparish.co.uk/?p=718',0,'revision','',0),(719,1,'2013-09-18 10:48:54','2013-09-18 09:48:54','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Websites

    \r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore: News, Events and Information about our Diocese.\r\n\r\n\r\nDown and Dromore Youth: News and resources for young people.\r\n\r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\r\n\r\n\r\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\r\n\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 10:48:54','2013-09-18 09:48:54','',221,'http://www.belvoirparish.co.uk/?p=719',0,'revision','',0),(720,1,'2013-09-18 11:03:52','2013-09-18 10:03:52','[embed_bible_passage reading_plan=\'bcp\']','Daily Lectionary','','publish','closed','closed','','daily-bible-reading','','','2013-09-18 11:07:05','2013-09-18 10:07:05','',0,'http://www.belvoirparish.co.uk/?page_id=720',0,'page','',0),(721,1,'2013-09-18 11:03:31','2013-09-18 10:03:31','[embed_bible_passage reading_plan=\'bcp\']','Daily Bible Reading','','inherit','closed','closed','','720-revision-v1','','','2013-09-18 11:03:31','2013-09-18 10:03:31','',720,'http://www.belvoirparish.co.uk/?p=721',0,'revision','',0),(722,1,'2013-09-18 11:05:42','2013-09-18 10:05:42',' ','','','publish','closed','closed','','daily-lectionary','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=722',37,'nav_menu_item','',0),(723,1,'2013-09-18 11:07:05','2013-09-18 10:07:05','[embed_bible_passage reading_plan=\'bcp\']','Daily Lectionary','','inherit','closed','closed','','720-revision-v1','','','2013-09-18 11:07:05','2013-09-18 10:07:05','',720,'http://www.belvoirparish.co.uk/?p=723',0,'revision','',0),(724,1,'2013-09-18 11:07:47','2013-09-18 10:07:47',' ','','','publish','closed','closed','','724','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=724',3,'nav_menu_item','',0),(725,1,'2013-09-18 11:09:58','2013-09-18 10:09:58','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building\r\n\r\nStanding Order Form - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Links

    \r\n

    Daily Lectionary: Link to daily Bible Readings.

    \r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore: News, Events and Information about our Diocese.\r\n\r\n\r\nDown and Dromore Youth: News and resources for young people.\r\n\r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\r\n\r\n\r\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\r\n\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2013-09-18 11:09:58','2013-09-18 10:09:58','',221,'http://www.belvoirparish.co.uk/?p=725',0,'revision','',0),(727,1,'2013-09-18 11:30:11','2013-09-18 10:30:11','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nPrayer Chain\r\nAre you willing to pray whenever a need arises -day or night? Would you like to become a Belvoir Prayer Chain Warrior?  You can sign-up here. If you have a prayer request for yourself or others, please email office@belvoirparish.co.uk  Requests can be anonymous - God knows who we are praying for!\r\n\r\nThere are many more areas besides those listed above so please let one of the clergy know if you would like to become more involved within the Belvoir family.','Serving at Belvoir','','inherit','closed','closed','','76-revision-v1','','','2013-09-18 11:30:11','2013-09-18 10:30:11','',76,'http://www.belvoirparish.co.uk/?p=727',0,'revision','',0),(731,1,'2013-09-25 09:30:15','2013-09-25 08:30:15','','Gallery','','publish','closed','closed','','gallery','','','2013-09-25 09:30:15','2013-09-25 08:30:15','',0,'http://www.belvoirparish.co.uk/?page_id=731',0,'page','',0),(732,1,'2013-09-25 09:22:46','2013-09-25 08:22:46','\"Belvoir5\"\"Belvoir1\"\"Belvoir3\"\"Belvoir8\"\"Belvoir2\"','Celebration of God \'13','','publish','closed','closed','','celebration-of-god-13','','','2013-09-26 20:04:05','2013-09-26 19:04:05','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_photoalbums&p=732',0,'cpt_photoalbums','',0),(733,1,'2013-09-25 09:15:20','2013-09-25 08:15:20','','Belvoir1','','inherit','closed','closed','','belvoir1','','','2013-09-25 09:15:20','2013-09-25 08:15:20','',732,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/09/Belvoir1.jpg',0,'attachment','image/jpeg',0),(760,1,'2013-10-28 13:47:50','2013-10-28 13:47:50','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving: \r\n\r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return a Gift Aid Form if you have not done so already. The benefit to Belvoir is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Form - India Fund\r\nGift Aid Form\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2013-10-28 13:47:50','2013-10-28 13:47:50','',271,'http://www.belvoirparish.co.uk/?p=760',0,'revision','',0),(753,1,'2013-10-09 18:10:40','2013-10-09 17:10:40','How can you learn more about Jesus and get to know others in church better?\r\nSometimes it can be easy to come along to church week by week but still find it hard to feel as if you belong.\r\n\r\nBelvoir wants you to know that you are part of our church from the moment you step through our door, but Sunday mornings don’t give us much time getting to know one another. That’s when the Wednesday Fellowship and Cell groups are useful. And there is the Mothers\' Union and an annual Alpha course that you could join. Lunch Bunch is always a great time for craic and fellowship.','Fellowship','','inherit','closed','closed','','365-revision-v1','','','2013-10-09 18:10:40','2013-10-09 17:10:40','',365,'http://www.belvoirparish.co.uk/?p=753',0,'revision','',0),(754,1,'2013-10-09 18:11:23','2013-10-09 17:11:23','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n7.30pm             Alpha Course(starting 1 Oct)\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n 7–8.15pm       Wednesday Fellowship (2nd  & 4th Wednesdays)\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6-8pm              Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting(2nd Thursday)\r\n8.00pm            Thursday Cell (1st and 3rd Thursdays)\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n7.30-10.30pm  Badminton\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n4.30pm              Evening Prayer\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2013-10-09 18:11:23','2013-10-09 17:11:23','',143,'http://www.belvoirparish.co.uk/?p=754',0,'revision','',0),(755,1,'2013-10-09 18:19:56','2013-10-09 17:19:56',' \n\n\"file0002127568066\"The Wednesday Fellowship start at 7pm. The evening typically starts with a tea and cake, followed by games in the hall for children and a short talk/interview for adults.\n\nIt is a great way to fellowship and get to know others more. Everyone is welcome.','Wednesday Fellowship ','','inherit','closed','closed','','106-autosave-v1','','','2013-10-09 18:19:56','2013-10-09 17:19:56','',106,'http://www.belvoirparish.co.uk/?p=755',0,'revision','',0),(756,1,'2013-10-09 18:18:38','2013-10-09 17:18:38','','file0002127568066','','inherit','closed','closed','','file0002127568066','','','2013-10-09 18:18:38','2013-10-09 17:18:38','',106,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/file0002127568066.jpg',0,'attachment','image/jpeg',0),(759,1,'2013-11-08 19:00:56','2013-11-08 19:00:56','On Friday 8th November we will be holding an India Night at 7pm in the church. This evening will provide an unique opportunity to find out about the amazing work of the Indian Christian Mission Centre (ICMC) – a non-denominational mission in Tamil Nadu which runs orphanages, day-care centres, schools, colleges and church. Interviews with the Director and founder, Rev Dr Jayaraj Krishnan, his daughter, Dr Neva and son, Rev Bright along with video clips of the work in India.\r\nA light supper will be served immediately after in the Family Centre.','India Evening','','publish','closed','closed','','india-evening','','','2013-10-24 18:55:38','2013-10-24 17:55:38','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=759',0,'cpt_events','',0),(782,1,'2014-02-03 19:45:13','2014-02-03 19:45:13',' \r\n\r\n\"0001Ww\"\r\n\r\nThe God Enquiry Course\r\nDoes God Exist? If God Exists, How Might We Know What God Is Like? Is A Christian View Of God Believable? If you would like to explore these questions in an open atmosphere (free from pressure to believe or to conform) this course is for you.\r\n\r\nBelvoir Parish Family Centre           \r\nStarting on Monday 3rd Feb 2014 @ 7.45pm\r\nCost for the 10 week course: £50\r\n**Booking Essential**\r\n\r\nCourse speaker: Rev Dr Brendan McCarthy, Priest-in-Charge of Cloonclare Parish (Manorhamilton) and he is also the Church of England National Advisor on Medical Ethics\r\n\r\nFor Further Details:\r\nPlease contact Canon Tom Keightley 90643777\r\nor\r\nTo Book the Course: \r\nPlease email Rev Jeremy Mould jermould@gmail.com\r\n\r\n ','The God Enquiry - 10 week course','','publish','closed','closed','','the-god-enquiry-10-week-course','','','2014-01-16 13:34:08','2014-01-16 13:34:08','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=782',0,'cpt_events','',0),(774,1,'2013-12-22 19:00:02','2013-12-22 19:00:02','','Nine Lessons & Carols','','publish','closed','closed','','nine-lessons-carols','','','2013-12-18 22:39:29','2013-12-18 22:39:29','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=774',0,'cpt_events','',0),(775,1,'2013-12-24 23:30:38','2013-12-24 23:30:38','','Midnight Communion','','publish','closed','closed','','midnight-communion','','','2013-12-18 22:40:13','2013-12-18 22:40:13','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=775',0,'cpt_events','',0),(776,1,'2013-12-25 10:00:20','2013-12-25 10:00:20','','Family Service (There will be no 9am service on Christmas Day)','','publish','closed','closed','','family-service-there-will-be-no-9am-service-on-christmas-day','','','2013-12-18 22:41:07','2013-12-18 22:41:07','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=776',0,'cpt_events','',0),(777,1,'2013-12-23 20:00:36','2013-12-23 20:00:36','
    \r\n
    \r\n
    Christmas Party for Youth Cell (6th Form), Students & 20,s @ the Thompson\'s: 8pm Monday 23rd Dec. BYO snacks & Drinks. Parents welcome too!
    \r\n
    \r\n
    ','Youth Cell Christmas Party - 6th Form, Students & 20s','','publish','closed','closed','','youth-cell-christmas-party-6th-form-students-20s','','','2013-12-18 22:43:04','2013-12-18 22:43:04','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=777',0,'cpt_events','',0),(793,1,'2014-01-22 19:00:08','2014-01-22 19:00:08','Join us Wednesday 22nd Jan for \"On the Couch with Geoffrey\" featuring Jackie Cromie. The evening starts at 7pm.','Wednesday Night Fellowship','','publish','closed','closed','','wednesday-night-fellowship-2','','','2014-01-21 19:37:42','2014-01-21 19:37:42','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=793',0,'cpt_events','',0),(794,1,'2014-01-23 11:00:16','2014-01-23 11:00:16','Join us for a coffee morning on Thursday at 11am. Everyone is invited!','Mother\'s Union Coffee Morning','','publish','closed','closed','','mothers-union-coffee-morning','','','2014-01-22 18:51:15','2014-01-22 18:51:15','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=794',0,'cpt_events','',0),(1275,1,'2016-09-08 14:24:21','2016-09-08 13:24:21','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nSee the Autumn 2016 schedule here','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2016-09-08 14:24:21','2016-09-08 13:24:21','',97,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1311,1,'2016-12-13 14:46:35','2016-12-13 14:46:35','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nSee the Winter 2017 schedule here','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2016-12-13 14:46:35','2016-12-13 14:46:35','',97,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1276,1,'2016-09-08 14:25:46','2016-09-08 13:25:46','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nSee the Autumn 2016 schedule here','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2016-09-08 14:25:46','2016-09-08 13:25:46','',97,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(812,1,'2014-09-05 13:28:29','2014-09-05 12:28:29','','Youth Alpha 2014','','inherit','closed','closed','','youth-alpha-2014','','','2014-09-05 13:28:29','2014-09-05 12:28:29','',97,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/Youth-Alpha-2014.pdf',0,'attachment','application/pdf',0),(788,1,'2014-01-16 13:27:36','2014-01-16 13:27:36','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute DVD presentation on a large screen in the comfort of the “Living Room” followed by any questions and discussion.

    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n

    Course Outline

    \r\nWeek 1 Intro Evening - Alpha Supper\r\nWeek 2 Are the Gospels reliable?\r\nWeek 3 Who was Jesus? his claims.\"Is\r\nWeek 4 Who was Jesus? the evidence.\r\nWeek 5 Why did Jesus die?\r\nWeek 6 & 7 - Break (no Alpha)\r\nWeek 8 How can we have faith?\r\nWeek 9 How can I make the most of my life?(Fri night to Sat lunch)\r\nWeek 10 How can I resist evil?\r\nWeek 11 Does God heal today?\r\nWeek 12   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2014-01-16 13:27:36','2014-01-16 13:27:36','',213,'http://www.belvoirparish.co.uk/?p=788',0,'revision','',0),(790,1,'2014-01-16 13:31:18','2014-01-16 13:31:18','','0001Ww','','inherit','closed','closed','','0001ww','','','2014-01-16 13:31:18','2014-01-16 13:31:18','',782,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/02/0001Ww.jpeg',0,'attachment','image/jpeg',0),(791,1,'2014-01-16 13:33:35','2014-01-16 13:33:35',' \n\n \n\n\"0001Ww\"\n\nThe God Enquiry Cou\nDoes God Exist? If God Exists, How Might We Know What God Is Like? Is A Christian View Of God Believable? If you would like to explore these questions in an open atmosphere (free from pressure to believe or to conform) this course is for you.\n\nBelvoir Parish Family Centre           \nStarting on Monday 3rd Feb 2014 @ 7.45pm\nCost for the 10 week course: £50\n**Booking Essential**\n\nCourse speaker: Rev Dr Brendan McCarthy, Priest-in-Charge of Cloonclare Parish (Manorhamilton) and he is also the Church of England National Advisor on Medical Ethics\n\nFor Further Details:\nPlease contact Canon Tom Keightley 90643777\nor\nTo Book the Course: \nPlease email Rev Jeremy Mould jermould@gmail.com\n\n ','The God Enquiry - 10 week course','','inherit','closed','closed','','782-autosave-v1','','','2014-01-16 13:33:35','2014-01-16 13:33:35','',782,'http://www.belvoirparish.co.uk/?p=791',0,'revision','',0),(800,1,'2014-01-28 16:55:14','2014-01-28 16:55:14','

    \"Every man shall give as he is able, according to the blessing\r\nof the LORD your God which He has given you.\"\r\nDeuteronomy 16 v 17

    \r\nWays to Give:\r\n\r\nTax Efficient Giving: \r\n\r\nIf you pay UK tax (Income or Capital Gains Tax) and would like us to be able to claim back the basic rate tax, you will need to fill in, sign and return a Gift Aid Form if you have not done so already. The benefit to Belvoir is that it can recover the basic rate of income tax, currently 25p for each pound given. (If you pay higher rate tax, you may recover this through your own tax return.)\r\n\r\nThe Parish is financed by the contributions of church members. If you have any questions on these or other ways of giving, please contact Jennifer Stewart, Parish Administrator.\r\n\r\nChurch Forms:\r\nStanding Order Forms - General\r\nStanding Order Forms - Building\r\nStanding Order Forms - India Fund\r\nGift Aid Form\r\n

     \"OLYMPUS

    ','Giving','','inherit','closed','closed','','271-revision-v1','','','2014-01-28 16:55:14','2014-01-28 16:55:14','',271,'http://www.belvoirparish.co.uk/?p=800',0,'revision','',0),(802,1,'2014-01-28 16:57:25','2014-01-28 16:57:25','

    Church Forms

    \r\n

    Sign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here

    \r\nBaptism Form\r\n\r\nMarriage Form\r\n\r\nStanding Order Forms - General\r\n\r\nStanding Order Forms - Building Fund\r\n\r\nStanding Order Forms - India Fund\r\n\r\n\r\nGift Aid Form\r\n

    Helpful Links

    \r\n

    Daily Lectionary: Link to daily Bible Readings.

    \r\nChurch of Ireland: Information on the structures and ethos of the Church, up-to-date news and press releasesliturgical resources and a directory of the various dioceses and parishes.\r\n\r\nDaily and Sunday lectionary resources: PDF versions of the daily lectionary.\r\n\r\nDiocese of Down and Dromore: News, Events and Information about our Diocese.\r\n\r\n\r\nDown and Dromore Youth: News and resources for young people.\r\n\r\n\r\nChurch of Ireland Youth Department: Information about youth ministry across Ireland.\r\n\r\nChurch of Ireland Gazette Online: Subscribe to the CofI Gazette online.\r\n\r\n\r\nThe Good Book Shop: The official Church of Ireland bookshop in Northern Ireland.\r\n\r\n\r\nFamily Faith: Encourages families to look at life lessons and faith together.\r\n\r\nBiblegateway: Search the Bible by passage, keyword, or topic.\r\n\r\nAlpha: A series of interactive sessions that freely explore the basics of the Christian faith.\r\n\r\nEsvbible.org: Bible Study Resources, Devotions and Bible-Reading Plans, Bible Reference Tools, Listen to the Bible being read aloud.\r\n\r\nWordLive: created by Scripture Union, is a free, online guide, helping you meet with God devotionally - through the Bible.\r\n\r\nSummer Madness: Christian Youth Festival \r\n\r\nIgnite: Listings of local Christian events','Church Resources','','inherit','closed','closed','','221-revision-v1','','','2014-01-28 16:57:25','2014-01-28 16:57:25','',221,'http://www.belvoirparish.co.uk/?p=802',0,'revision','',0),(804,1,'2014-02-03 11:20:02','2014-02-03 11:20:02','Helen Long has published a booklet of poems about stories and characters from the Bible called Biblical Ballads. Each story is accompanied with an illustration by Pat Neill. Copies are available for £3 from Helen. All profits will go to the NI Chest, Heart & Stroke charity.','Biblical Ballads by Helen Long','','publish','closed','closed','','biblical-ballads-by-helen-long','','','2014-02-03 11:20:02','2014-02-03 11:20:02','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=804',0,'cpt_news','',0),(805,1,'2014-03-07 19:30:14','2014-03-07 19:30:14','Women\'s World Day of Prayer will be held in Belvoir Methodist Church at 7.30pm on Friday 7th March. All ladies are welcome.','Women\'s World Day of Prayer','','publish','closed','closed','','womens-world-day-of-prayer','','','2014-02-03 11:35:26','2014-02-03 11:35:26','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=805',0,'cpt_events','',0),(813,1,'2014-09-05 13:28:34','2014-09-05 12:28:34','','Youth Cell - Autumn 2014 schedule','','inherit','closed','closed','','youth-cell-autumn-2014-schedule','','','2014-09-05 13:28:34','2014-09-05 12:28:34','',97,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/Youth-Cell-Autumn-2014-schedule.pdf',0,'attachment','application/pdf',0),(814,1,'2014-09-05 13:30:30','2014-09-05 12:30:30','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nDownload flyer for Youth Alpha\r\n\r\n\r\nYouth Alpha 2014\r\n\r\nDownload the Autumn schedule for Youth Cell \r\n\r\n\r\nYouth Cell - Autumn 2014 schedule\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2014-09-05 13:30:30','2014-09-05 12:30:30','',97,'http://www.belvoirparish.co.uk/?p=814',0,'revision','',0),(818,1,'2014-09-05 21:12:03','2014-09-05 20:12:03','\"Is\r\n\r\nBelvoir Youth Alpha 2014\r\nSunday nights starting the 21st September 7.30-8.30pm\r\nFor 16+ in “The Living Room”\r\n(no sign-up needed)\r\n\r\n7.30pm          Pizza\r\n7.40pm          Video\r\n8.00pm          Questions\r\n8.30pm          Close \r\n\r\nSept\r\n21         Is there more to life than this?\r\n28         Who was Jesus?\r\n\r\nOct \r\n12         Why did Jesus die?\r\n19         How can we have faith?\r\n\r\nNov\r\n9          Why pray?\r\n16         Why read the Bible?\r\n23         How does God guide us?\r\n29          Who is the Holy Spirit?\r\n\r\nMore Info on www.alpha.org and the Belvoir Parish Facebook page\r\nOr contact Jeremy Mould\r\nT: 07896839488\r\nE: jermould@gmail.com\r\n\r\n\"alpha','Youth Alpha','','publish','closed','closed','','youth-alpha','','','2014-09-05 21:24:43','2014-09-05 20:24:43','',0,'http://www.belvoirparish.co.uk/?page_id=818',3,'page','',0),(819,1,'2014-09-05 21:02:50','2014-09-05 20:02:50','','Youth Alpha','','inherit','closed','closed','','818-revision-v1','','','2014-09-05 21:02:50','2014-09-05 20:02:50','',818,'http://www.belvoirparish.co.uk/?p=819',0,'revision','',0),(820,1,'2014-09-05 21:07:25','2014-09-05 20:07:25','Belvoir Youth Alpha 2014\r\nSunday nights starting the 21st September 7.30-8.30pm\r\nFor 16+ in “The Living Room”\r\n(no sign-up needed)\r\n\r\n \r\n7.30pm          Pizza\r\n7.40pm          Video\r\n8.00pm          Questions\r\n8.30pm          Close \r\n\r\n ','Youth Alpha','','inherit','closed','closed','','818-revision-v1','','','2014-09-05 21:07:25','2014-09-05 20:07:25','',818,'http://www.belvoirparish.co.uk/?p=820',0,'revision','',0),(821,1,'2014-09-05 21:09:47','2014-09-05 20:09:47','Belvoir Youth Alpha 2014\r\nSunday nights starting the 21st September 7.30-8.30pm\r\nFor 16+ in “The Living Room”\r\n(no sign-up needed)\r\n\r\n7.30pm          Pizza\r\n7.40pm          Video\r\n8.00pm          Questions\r\n8.30pm          Close \r\n\r\n \r\n\r\nSept\r\n21         Is there more to life than this?\r\n28         Who was Jesus?\r\n\r\nOct \r\n12         Why did Jesus die?\r\n19         How can we have faith?\r\n\r\nNov\r\n9          Why pray?\r\n16         Why read the Bible?\r\n23         How does God guide us?\r\n29          Who is the Holy Spirit?\r\n \r\nMore Info on www.alpha.org & Belvoir Parish Facebook page\r\nOr contact Jeremy Mould\r\nT: 07896839488\r\nE: jermould@gmail.com','Youth Alpha','','inherit','closed','closed','','818-revision-v1','','','2014-09-05 21:09:47','2014-09-05 20:09:47','',818,'http://www.belvoirparish.co.uk/?p=821',0,'revision','',0),(822,1,'2014-09-05 21:11:14','2014-09-05 20:11:14','Belvoir Youth Alpha 2014\r\nSunday nights starting the 21st September 7.30-8.30pm\r\nFor 16+ in “The Living Room”\r\n(no sign-up needed)\r\n\r\n7.30pm          Pizza\r\n7.40pm          Video\r\n8.00pm          Questions\r\n8.30pm          Close \r\n\r\nSept\r\n21         Is there more to life than this?\r\n28         Who was Jesus?\r\n\r\nOct \r\n12         Why did Jesus die?\r\n19         How can we have faith?\r\n\r\nNov\r\n9          Why pray?\r\n16         Why read the Bible?\r\n23         How does God guide us?\r\n29          Who is the Holy Spirit?\r\n\r\nMore Info on www.alpha.org and the Belvoir Parish Facebook page\r\nOr contact Jeremy Mould\r\nT: 07896839488\r\nE: jermould@gmail.com','Youth Alpha','','inherit','closed','closed','','818-revision-v1','','','2014-09-05 21:11:14','2014-09-05 20:11:14','',818,'http://www.belvoirparish.co.uk/?p=822',0,'revision','',0),(823,1,'2014-09-05 21:12:46','2014-09-05 20:12:46',' ','','','publish','closed','closed','','823','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=823',29,'nav_menu_item','',0),(824,1,'2014-09-05 21:13:29','2014-09-05 20:13:29','Belvoir Youth Alpha 2014\r\nSunday nights starting the 21st September 7.30-8.30pm\r\nFor 16+ in “The Living Room”\r\n(no sign-up needed)\r\n\r\n7.30pm          Pizza\r\n7.40pm          Video\r\n8.00pm          Questions\r\n8.30pm          Close \r\n\r\nSept\r\n21         Is there more to life than this?\r\n28         Who was Jesus?\r\n\r\nOct \r\n12         Why did Jesus die?\r\n19         How can we have faith?\r\n\r\nNov\r\n9          Why pray?\r\n16         Why read the Bible?\r\n23         How does God guide us?\r\n29          Who is the Holy Spirit?\r\n\r\nMore Info on www.alpha.org and the Belvoir Parish Facebook page\r\nOr contact Jeremy Mould\r\nT: 07896839488\r\nE: jermould@gmail.com','Youth Alpha','','inherit','closed','closed','','818-revision-v1','','','2014-09-05 21:13:29','2014-09-05 20:13:29','',818,'http://www.belvoirparish.co.uk/?p=824',0,'revision','',0),(825,1,'2014-09-05 21:14:25','2014-09-05 20:14:25','Belvoir Youth Alpha 2014\r\nSunday nights starting the 21st September 7.30-8.30pm\r\nFor 16+ in “The Living Room”\r\n(no sign-up needed)\r\n\r\n7.30pm          Pizza\r\n7.40pm          Video\r\n8.00pm          Questions\r\n8.30pm          Close \r\n\r\nSept\r\n21         Is there more to life than this?\r\n28         Who was Jesus?\r\n\r\nOct \r\n12         Why did Jesus die?\r\n19         How can we have faith?\r\n\r\nNov\r\n9          Why pray?\r\n16         Why read the Bible?\r\n23         How does God guide us?\r\n29          Who is the Holy Spirit?\r\n\r\nMore Info on www.alpha.org and the Belvoir Parish Facebook page\r\nOr contact Jeremy Mould\r\nT: 07896839488\r\nE: jermould@gmail.com','Youth Alpha','','inherit','closed','closed','','818-revision-v1','','','2014-09-05 21:14:25','2014-09-05 20:14:25','',818,'http://www.belvoirparish.co.uk/?p=825',0,'revision','',0),(826,1,'2014-09-05 21:16:26','2014-09-05 20:16:26','\"Is\r\n\r\nBelvoir Youth Alpha 2014\r\nSunday nights starting the 21st September 7.30-8.30pm\r\nFor 16+ in “The Living Room”\r\n(no sign-up needed)\r\n\r\n7.30pm          Pizza\r\n7.40pm          Video\r\n8.00pm          Questions\r\n8.30pm          Close \r\n\r\nSept\r\n21         Is there more to life than this?\r\n28         Who was Jesus?\r\n\r\nOct \r\n12         Why did Jesus die?\r\n19         How can we have faith?\r\n\r\nNov\r\n9          Why pray?\r\n16         Why read the Bible?\r\n23         How does God guide us?\r\n29          Who is the Holy Spirit?\r\n\r\nMore Info on www.alpha.org and the Belvoir Parish Facebook page\r\nOr contact Jeremy Mould\r\nT: 07896839488\r\nE: jermould@gmail.com\r\n\r\n\"alpha','Youth Alpha','','inherit','closed','closed','','818-autosave-v1','','','2014-09-05 21:16:26','2014-09-05 20:16:26','',818,'http://www.belvoirparish.co.uk/?p=826',0,'revision','',0),(827,1,'2014-09-05 21:16:42','2014-09-05 20:16:42','\"Is\r\n\r\nBelvoir Youth Alpha 2014\r\nSunday nights starting the 21st September 7.30-8.30pm\r\nFor 16+ in “The Living Room”\r\n(no sign-up needed)\r\n\r\n7.30pm          Pizza\r\n7.40pm          Video\r\n8.00pm          Questions\r\n8.30pm          Close \r\n\r\nSept\r\n21         Is there more to life than this?\r\n28         Who was Jesus?\r\n\r\nOct \r\n12         Why did Jesus die?\r\n19         How can we have faith?\r\n\r\nNov\r\n9          Why pray?\r\n16         Why read the Bible?\r\n23         How does God guide us?\r\n29          Who is the Holy Spirit?\r\n\r\nMore Info on www.alpha.org and the Belvoir Parish Facebook page\r\nOr contact Jeremy Mould\r\nT: 07896839488\r\nE: jermould@gmail.com\r\n\r\n\"alpha','Youth Alpha','','inherit','closed','closed','','818-revision-v1','','','2014-09-05 21:16:42','2014-09-05 20:16:42','',818,'http://www.belvoirparish.co.uk/?p=827',0,'revision','',0),(1120,1,'2015-03-05 19:30:23','2015-03-05 19:30:23','','Lent study','','publish','closed','closed','','lent-study-starts','','','2015-03-05 12:25:43','2015-03-05 12:25:43','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1120',0,'cpt_events','',0),(1156,1,'2015-06-11 12:56:16','2015-06-11 11:56:16','','India Ladies night June 2015','','inherit','closed','closed','','india-ladies-night-june-2015','','','2015-06-11 12:56:16','2015-06-11 11:56:16','',1155,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/06/India-Ladies-night-June-2015.jpg',0,'attachment','image/jpeg',0),(1124,1,'2015-02-26 08:29:04','2015-02-26 08:29:04','\"yc','Youth Cell Schedule in March','','publish','closed','closed','','youth-cell-schedule-in-march','','','2015-02-26 08:29:04','2015-02-26 08:29:04','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1124',0,'cpt_news','',0),(1007,1,'2014-12-12 16:31:12','2014-12-12 16:31:12','Click to download the new Belvoir Youth Winter Programme 2015','New Youth Cell 2015 Winter Schedule','','publish','closed','closed','','new-youth-cell-2015-winter-schedule','','','2014-12-12 16:31:32','2014-12-12 16:31:32','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1007',0,'cpt_news','',0),(830,1,'2014-09-05 21:27:43','2014-09-05 20:27:43','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\n2014 Youth Cell Programme\r\nSeptember \r\n7th BBQ at Thompson’s 6pm-8pm\r\n14th Introductions & Consent Forms and Levy\r\n21th Cell Night: Life\r\n28th Cell Night: Jesus \r\nOctober\r\n5th Social\r\n12th Cell Night: The Cross\r\n19th Cell Night: Faith\r\nSaturday 25th—Monday 27th October\r\nWeekend Away @ Kilbroney\r\n\r\nNovember \r\n2nd No Youth Cell – half term break\r\n9th Cell Night: Prayer\r\n16th Cell Night: Word\r\n23th Cell Night: Follow\r\n29th Cell Night: Spirit\r\nDecember    \r\n7th Christmas Party Games Night\r\n14th Home Cinema Night\r\n21th Belvoir Parish Carol Service\r\n28th (& Jan 4th) Holiday Break: No Youth Cell\r\n\r\nDownload flyer for Youth Alpha Youth Alpha 2014\r\n\r\nDownload the Autumn schedule for Youth Cell Youth Cell - Autumn 2014 schedule\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2014-09-05 21:27:43','2014-09-05 20:27:43','',97,'http://www.belvoirparish.co.uk/?p=830',0,'revision','',0),(829,1,'2014-09-05 21:26:56','2014-09-05 20:26:56','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\n2014 Youth Cell Programme\r\nSeptember \r\n7th BBQ at Thompson’s 6pm-8pm\r\n14th Introductions & Consent Forms and Levy\r\n21th Cell Night: Life\r\n28th Cell Night: Jesus \r\nOctober\r\n5th Social\r\n12th Cell Night: The Cross\r\n19th Cell Night: Faith\r\nSaturday 25th—Monday 27th October\r\nWeekend Away @ Kilbroney\r\n\r\nNovember \r\n2nd No Youth Cell – half term break\r\n9th Cell Night: Prayer\r\n16th Cell Night: Word\r\n23th Cell Night: Follow\r\n29th Cell Night: Spirit\r\nDecember    \r\n7th Christmas Party Games Night\r\n14th Home Cinema Night\r\n21th Belvoir Parish Carol Service\r\n28th (& Jan 4th) Holiday Break: No Youth Cell\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nDownload flyer for Youth Alpha Youth Alpha 2014\r\n\r\nDownload the Autumn schedule for Youth Cell Youth Cell - Autumn 2014 schedule\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2014-09-05 21:26:56','2014-09-05 20:26:56','',97,'http://www.belvoirparish.co.uk/?p=829',0,'revision','',0),(1126,1,'2015-02-26 08:30:00','2015-02-26 08:30:00','Belvoir Parish aims to encourage young people to:\r\nŸ COME to faith in Christ\r\nŸ GROW in that faith\r\nŸ CARE for one another\r\nŸ SERVE the Body of Christ\r\nŸ OFFER their whole lives to God\r\n\r\n ','Youth','','inherit','closed','closed','','361-revision-v1','','','2015-02-26 08:30:00','2015-02-26 08:30:00','',361,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(831,1,'2014-09-05 21:28:06','2014-09-05 20:28:06','Belvoir Parish aims to encourage young people to:\r\nŸ COME to faith in Christ\r\nŸ GROW in that faith\r\nŸ CARE for one another\r\nŸ SERVE the Body of Christ\r\nŸ OFFER their whole lives to God\r\n\r\nDownload flyer for Youth Alpha Youth Alpha 2014\r\n\r\nDownload the Autumn schedule for Youth Cell Youth Cell - Autumn 2014 schedule','Youth','','inherit','closed','closed','','361-revision-v1','','','2014-09-05 21:28:06','2014-09-05 20:28:06','',361,'http://www.belvoirparish.co.uk/?p=831',0,'revision','',0),(847,1,'2014-09-17 00:04:22','2014-09-16 23:04:22','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute presentation by Tom, Jeremy or Jacqueline in the comfort of the “Living Room” followed by a question and discussion time.

    \r\n

    \"Is“Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2014-09-17 00:04:22','2014-09-16 23:04:22','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(834,1,'2014-09-16 23:36:53','2014-09-16 22:36:53','

    The Alpha Course is an excellent opportunity for you to investigate the claims of Christianity in a non-threatening environment. “Who is Jesus? Why did he die? How can I be sure?” are some of the subjects covered by the Alpha Course.

    \r\n

    The evening starts with a meal & chat, a 20 minute presentation by Tom, Jeremy or Jacqueline in the comfort of the “Living Room” followed by a question and discussion time.

    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n

    Course Outline

    \r\nWeek 1 Intro Evening - Alpha Supper\r\nWeek 2 Are the Gospels reliable?\r\nWeek 3 Who was Jesus? his claims.\"Is\r\nWeek 4 Who was Jesus? the evidence.\r\nWeek 5 Why did Jesus die?\r\nWeek 6 & 7 - Break (no Alpha)\r\nWeek 8 How can we have faith?\r\nWeek 9 How can I make the most of my life?(Fri night to Sat lunch)\r\nWeek 10 How can I resist evil?\r\nWeek 11 Does God heal today?\r\nWeek 12   How does God guide us?','Alpha','','inherit','closed','closed','','213-revision-v1','','','2014-09-16 23:36:53','2014-09-16 22:36:53','',213,'http://www.belvoirparish.co.uk/?p=834',0,'revision','',0),(835,1,'2014-09-21 11:00:42','2014-09-21 10:00:42','Everyone is invited to stay for a BBQ after the Service.','Celebration of God - The Really Good News!','','publish','closed','closed','','church-with-bbq','','','2014-09-17 00:26:59','2014-09-16 23:26:59','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=835',0,'cpt_events','',0),(836,1,'2014-09-30 19:00:40','2014-09-30 18:00:40','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    ******************
    \r\n
    \r\n
    Our next Alpha begins on Tuesday 30th September 2014 at 7pm in the Church Family Centre.
    \r\n
    Contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the course.
    \r\n
    \r\n
    \"question-300x300\"\r\n\r\n
    ','Alpha at Belvoir','','publish','closed','closed','','alpha-starts','','','2014-09-18 15:33:21','2014-09-18 14:33:21','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=836',0,'cpt_events','',0),(838,0,'2014-09-16 23:53:04','2014-09-16 22:53:04','
    [event-title]
    \r\n
    Starts: [start-time]
    \r\n
    Ends: [end-date] - [end-time]
    \r\n[if-location]
    Location: [location]
    [/if-location]\r\n[if-description]
    Description: [description]
    [/if-description]\r\n
    [link newwindow=\"true\"]More details...[/link]
    \r\n','Church Calendar','','publish','closed','closed','','church-calendar','','','2014-09-16 23:53:04','2014-09-16 22:53:04','',0,'http://www.belvoirparish.co.uk/gce_feed/church-calendar',0,'calendar','',0),(839,1,'2014-09-16 23:53:04','2014-09-16 22:53:04','
    [event-title]
    \r\n
    Starts: [start-time]
    \r\n
    Ends: [end-date] - [end-time]
    \r\n[if-location]
    Location: [location]
    [/if-location]\r\n[if-description]
    Description: [description]
    [/if-description]\r\n
    [link newwindow=\"true\"]More details...[/link]
    \r\n','Church Calendar','','publish','closed','closed','','church-calendar-2','','','2014-09-16 23:53:04','2014-09-16 22:53:04','',0,'http://www.belvoirparish.co.uk/gce_feed/church-calendar-2',0,'calendar','',0),(931,1,'2014-11-23 18:17:56','2014-11-23 18:17:56','\"unnamed\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\n\"0001G1\" Where can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2014-11-23 18:17:56','2014-11-23 18:17:56','',51,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(929,1,'2014-01-01 00:00:41','2014-01-01 00:00:41','\"unnamed\"','Mission 2015','','publish','closed','closed','','mission-2015','','','2014-11-23 18:15:41','2014-11-23 18:15:41','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=929',0,'cpt_events','',0),(963,1,'2014-12-03 23:38:38','2014-12-03 23:38:38','\"unnamed\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir!\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\n\"0001G1\"When do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2014-12-03 23:38:38','2014-12-03 23:38:38','',51,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(930,1,'2014-11-23 18:17:34','2014-11-23 18:17:34','\"unnamed\"Welcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\n\"0001G1\" Where can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2014-11-23 18:17:34','2014-11-23 18:17:34','',51,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(924,1,'2014-11-23 18:05:33','2014-11-23 18:05:33','','0001aPfbe9d9','','inherit','closed','closed','','0001apfbe9d9','','','2014-11-23 18:05:33','2014-11-23 18:05:33','',923,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/11/0001aPfbe9d9.png',0,'attachment','image/png',0),(925,1,'2014-11-23 18:10:35','2014-11-23 18:10:35','','unnamed','','inherit','closed','closed','','unnamed','','','2014-11-23 18:11:00','2014-11-23 18:11:00','',923,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/11/unnamed.jpg',0,'attachment','image/jpeg',0),(1110,1,'2015-02-04 18:10:27','2015-02-04 18:10:27',' \r\n\r\n \r\n\r\n \r\n\r\n\"India_Mission_Trip_Prayer_Points_web\"','India Trip Prayer Points','','publish','closed','closed','','india-trip-prayer-points','','','2015-02-04 18:11:39','2015-02-04 18:11:39','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1110',0,'cpt_news','',0),(1072,1,'2015-01-20 23:00:54','2015-01-20 23:00:54','','image','','inherit','closed','closed','','image','','','2015-01-20 23:00:54','2015-01-20 23:00:54','',104,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/image.jpeg',0,'attachment','image/jpeg',0),(1066,1,'2015-01-15 20:02:23','2015-01-15 20:02:23',' \r\n \r\n \r\n \r\n \r\n
    1. Side View of the Hospital Building 
    \r\n
    \r\n
    \"\"\r\n
    \r\n
    \r\n
    \r\n
    2. Front View of the Hospital
    \r\n
    \r\n
    \"\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \"\"\r\n
    \r\n
    \r\n
    \r\n
    3. Grill and Plastering work is going on
    \r\n
    \r\n
    \r\n
    \r\n
    \"\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \"\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    4. Ceiling Plastering work is going on
    \r\n
    \r\n
    \r\n
    \"\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \"\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    5. Portico of First Floor
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \"\"\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    ','India Project Photo Update January 2015','','publish','closed','closed','','india-project-update-january-2015','','','2015-01-15 20:05:04','2015-01-15 20:05:04','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1066',0,'cpt_news','',0),(916,1,'2014-11-13 21:47:55','2014-11-13 21:47:55','Click below for the latest India update.\r\n\r\nIndia Update August 2014','August 2014 India Update','','inherit','closed','closed','','908-revision-v1','','','2014-11-13 21:47:55','2014-11-13 21:47:55','',908,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(917,1,'2014-11-13 21:49:07','2014-11-13 21:49:07','Click below for the latest India update.\r\n\r\nIndia Update August 2014','August 2014 Update','','inherit','closed','closed','','908-revision-v1','','','2014-11-13 21:49:07','2014-11-13 21:49:07','',908,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(918,1,'2014-11-13 21:50:40','2014-11-13 21:50:40','Click below for the latest India update.\r\n\r\nIndia Update August 2014','Latest India Update','','inherit','closed','closed','','908-revision-v1','','','2014-11-13 21:50:40','2014-11-13 21:50:40','',908,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(952,1,'2014-12-24 23:30:17','2014-12-24 23:30:17','\"Christmas','Midnight Communion Service','','publish','closed','closed','','midnight-communion-service','','','2014-12-06 16:42:18','2014-12-06 16:42:18','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=952',0,'cpt_events','',0),(951,1,'2014-12-25 10:00:11','2014-12-25 10:00:11','\"Christmas','Christmas Day Family Service','','publish','closed','closed','','christmas-day-family-service','','','2014-12-06 16:43:21','2014-12-06 16:43:21','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=951',0,'cpt_events','',0),(923,1,'2014-11-23 18:11:11','2014-11-23 18:11:11','\"unnamed\"','Mission 2015 Flyer','','publish','closed','closed','','mission-2015','','','2014-11-23 18:12:06','2014-11-23 18:12:06','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=923',0,'cpt_news','',0),(850,1,'2014-09-17 00:09:35','2014-09-16 23:09:35','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    Our next Alpha begins on Tuesday 30th September 2014 at 7pm in the Church Family Centre.
    \r\n
    Contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the course.
    \r\n

    \"Is“Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2014-09-17 00:09:35','2014-09-16 23:09:35','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(851,1,'2014-09-17 00:09:51','2014-09-16 23:09:51','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    Our next Alpha begins on Tuesday 30th September 2014 at 7pm in the Church Family Centre.
    \r\n
    Contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the course.
    \r\n
    \r\n

    \"Is“Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2014-09-17 00:09:51','2014-09-16 23:09:51','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(852,1,'2014-09-17 00:10:35','2014-09-16 23:10:35','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    Our next Alpha begins on Tuesday 30th September 2014 at 7pm in the Church Family Centre.
    \r\n
    Contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2014-09-17 00:10:35','2014-09-16 23:10:35','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1057,1,'2014-12-14 21:37:22','2014-12-14 21:37:22','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    ******************
    \r\n
    \r\n
    Our Alpha course has just finished. Please contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the next course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2014-12-14 21:37:22','2014-12-14 21:37:22','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(854,1,'2014-09-17 00:11:42','2014-09-16 23:11:42','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    ******************
    \r\n
    \r\n
    Our next Alpha begins on Tuesday 30th September 2014 at 7pm in the Church Family Centre.
    \r\n
    Contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2014-09-17 00:11:42','2014-09-16 23:11:42','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(853,1,'2014-09-17 00:11:02','2014-09-16 23:11:02','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    ******************
    \r\n
    Our next Alpha begins on Tuesday 30th September 2014 at 7pm in the Church Family Centre.
    \r\n
    Contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2014-09-17 00:11:02','2014-09-16 23:11:02','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(859,1,'2014-09-18 15:31:56','2014-09-18 14:31:56','','alphalogo','','inherit','closed','closed','','alphalogo','','','2014-09-18 15:31:56','2014-09-18 14:31:56','',836,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/09/alphalogo.png',0,'attachment','image/png',0); INSERT INTO `wp_posts` VALUES (858,1,'2014-09-18 15:31:53','2014-09-18 14:31:53','','alpha_logo_detail_and_variations-300x121','','inherit','closed','closed','','alpha_logo_detail_and_variations-300x121','','','2014-09-18 15:31:53','2014-09-18 14:31:53','',836,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/09/alpha_logo_detail_and_variations-300x121.png',0,'attachment','image/png',0),(876,1,'2014-10-02 17:20:36','2014-10-02 16:20:36','\"DSC04413\" \"DSC04414\" \"DSC04415\" \"DSC04416\" \"DSC04417\" \"DSC04419\" \"DSC04420\" \"DSC04421\" \"DSC04422\" \"DSC04423\" \"DSC04424\" \"DSC04425\" \"DSC04426\" \"DSC04427\" \"DSC04428\" \"DSC04429\" \"DSC04431\" \"DSC04433\" \"DSC04434\" \"DSC04437\" \"DSC04438\" \"DSC04439\" \"DSC04440\" \"DSC04441\" \"DSC04442\" \"DSC04444\"','India Hospital Project Update Sept 2014','','publish','closed','closed','','india-hospital-project-update-sept-2014','','','2014-10-02 17:20:36','2014-10-02 16:20:36','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_photoalbums&p=876',0,'cpt_photoalbums','',0),(856,1,'2014-08-10 00:17:16','2014-08-09 23:17:16','Celebrating a lovely lady, Mrs Yvonne Headden\'s commitment to the growth and well being of Belvoir Parish Church since 1966 !! Her loyalty and sense of duty is a true testament and example to her faith and Christian life.\r\n\r\n\"10551065_616056208508060_1334249280944951826_n\"','Celebrating a lovely lady, Mrs Yvonne Headden\'s commitment','','publish','closed','closed','','celebrating-a-lovely-lady-mrs-yvonne-headdens-commitment','','','2014-09-17 00:17:50','2014-09-16 23:17:50','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=856',0,'cpt_news','',0),(857,1,'2014-09-17 00:16:30','2014-09-16 23:16:30','','10551065_616056208508060_1334249280944951826_n','','inherit','closed','closed','','10551065_616056208508060_1334249280944951826_n','','','2014-09-17 00:16:30','2014-09-16 23:16:30','',856,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/09/10551065_616056208508060_1334249280944951826_n.jpg',0,'attachment','image/jpeg',0),(861,1,'2014-09-21 19:30:16','2014-09-21 18:30:16','Youth Alpha start this Sunday 21 September at 7.30pm.','Youth Alpha at Belvoir','','publish','closed','closed','','youth-alpha-at-belvoir','','','2014-09-18 16:07:41','2014-09-18 15:07:41','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=861',0,'cpt_events','',0),(862,1,'2014-09-18 16:06:01','2014-09-18 15:06:01','','Youth Alpha Invitation Sept 2014','','inherit','closed','closed','','youth-alpha-invitation-sept-2014','','','2014-09-18 16:06:01','2014-09-18 15:06:01','',861,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/09/Youth-Alpha-Invitation-Sept-2014.jpg',0,'attachment','image/jpeg',0),(864,1,'2014-09-22 11:57:12','2014-09-22 10:57:12','The next Belvoir trip to the ICMC is planned for February 2015. Below are a couple documents with useful information. See Jacqueline or Jeremy for further details.\r\n\r\nIndia 2015 - FAQ\'s\r\n\r\nDraft Itinerary - India Feb 2015','India Trip - Feb 2015','','publish','closed','closed','','india-trip-feb-2015','','','2014-09-22 11:59:35','2014-09-22 10:59:35','',0,'http://www.belvoirparish.co.uk/?page_id=864',0,'page','',0),(865,1,'2014-09-22 11:56:25','2014-09-22 10:56:25','','India 2015 - FAQ\'s','','inherit','closed','closed','','india-2015-faqs','','','2014-09-22 11:56:25','2014-09-22 10:56:25','',864,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/09/India-2015-FAQs.pdf',0,'attachment','application/pdf',0),(866,1,'2014-09-22 11:56:32','2014-09-22 10:56:32','','Draft Itinerary - India Feb 2015','','inherit','closed','closed','','draft-itinerary-india-feb-2015','','','2014-09-22 11:56:32','2014-09-22 10:56:32','',864,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/09/Draft-Itinerary-India-Feb-2015.pdf',0,'attachment','application/pdf',0),(867,1,'2014-09-22 11:57:12','2014-09-22 10:57:12','The next Belvoir trip to the ICMC is planned for February 2015. Below are a couple documents with useful information.\r\n\r\nIndia 2015 - FAQ\'s\r\n\r\nDraft Itinerary - India Feb 2015','India Trip - Feb 2015','','inherit','closed','closed','','864-revision-v1','','','2014-09-22 11:57:12','2014-09-22 10:57:12','',864,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(872,1,'2014-09-22 11:59:11','2014-09-22 10:59:11','The next Belvoir trip to the ICMC is planned for February 2015. Below are a couple documents with useful information. See Jacqueline or Jeremy for further details.\r\n\r\nIndia 2015 - FAQ\'s\r\n\r\nDraft Itinerary - India Feb 2015','India Trip - Feb 2015','','inherit','closed','closed','','864-revision-v1','','','2014-09-22 11:59:11','2014-09-22 10:59:11','',864,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(869,1,'2014-09-22 11:57:48','2014-09-22 10:57:48','The next Belvoir trip to the ICMC is planned for February 2015. Below are a couple documents with useful information.\r\n\r\nIndia 2015 - FAQ\'s\r\n\r\nDraft Itinerary - India Feb 2015','India Trip - Feb 2015','','inherit','closed','closed','','864-revision-v1','','','2014-09-22 11:57:48','2014-09-22 10:57:48','',864,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(874,1,'2014-09-22 12:08:22','2014-09-22 11:08:22','Over the past few years, volunteer teams from Belvoir have travelled to Indian Christian\r\n\"Belvoir-teamsmall\"Mission Centre to encourage their ministry in Salem, India. Our next trip is February 2015, please follow this link for further details.\r\n\r\nThe ICMC supports 800 orphans on three sites, providing them with clothing, accommodation, meals and education up to degree level. The Belvoir volunteers have spent time with the children at the three orphanages, St Basil’s school and St Patrick’s church. They have shared songs, talks, dramas and some Irish dancing. They have also got involved in practical tasks including mural painting to brighten up the buildings.\r\n\r\nOne of \"OLYMPUSour primary goals of Belvoir was to provide funds to build an onsite hospital - St.Patrick\'s Mission Hospital. We have raised our initial goal of £100,000 and we continue to support ICMC as they further develop the hospital ministry.\r\n\r\nSt. Patrick\'s Mission Hospital continues to need help to serve the needs of the poorest people in Salem, Tamil Nadu, India. To find out how you can get involved please visit this website and watch the video below.\r\n\r\n\r\n\r\nPlease follow this link to download the Standing Order Form - India Fund.','India Project','','inherit','closed','closed','','46-revision-v1','','','2014-09-22 12:08:22','2014-09-22 11:08:22','',46,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(873,1,'2014-09-22 11:59:35','2014-09-22 10:59:35','The next Belvoir trip to the ICMC is planned for February 2015. Below are a couple documents with useful information. See Jacqueline or Jeremy for further details.\r\n\r\nIndia 2015 - FAQ\'s\r\n\r\nDraft Itinerary - India Feb 2015','India Trip - Feb 2015','','inherit','closed','closed','','864-revision-v1','','','2014-09-22 11:59:35','2014-09-22 10:59:35','',864,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(908,1,'2014-11-13 21:38:20','2014-11-13 21:38:20','Click below for the latest India update.\r\n\r\nIndia Update January 2015\r\n\r\nIndia Update August 2014\r\n\r\n ','Latest India Update','','publish','closed','closed','','latest-india-update','','','2015-01-15 20:17:43','2015-01-15 20:17:43','',0,'http://www.belvoirparish.co.uk/?page_id=908',0,'page','',0),(909,1,'2014-11-13 21:34:45','2014-11-13 21:34:45','','india update sept 2014 version b Copy','','inherit','closed','closed','','india-update-sept-2014-version-b-copy','','','2014-11-13 21:34:45','2014-11-13 21:34:45','',908,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/11/india-update-sept-2014-version-b-Copy.pdf',0,'attachment','application/pdf',0),(877,1,'2014-10-02 17:17:19','2014-10-02 16:17:19','','DSC04413','','inherit','closed','closed','','dsc04413','','','2014-10-02 17:17:19','2014-10-02 16:17:19','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04413.jpg',0,'attachment','image/jpeg',0),(878,1,'2014-10-02 17:17:43','2014-10-02 16:17:43','','DSC04414','','inherit','closed','closed','','dsc04414','','','2014-10-02 17:17:43','2014-10-02 16:17:43','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04414.jpg',0,'attachment','image/jpeg',0),(879,1,'2014-10-02 17:17:45','2014-10-02 16:17:45','','DSC04415','','inherit','closed','closed','','dsc04415','','','2014-10-02 17:17:45','2014-10-02 16:17:45','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04415.jpg',0,'attachment','image/jpeg',0),(880,1,'2014-10-02 17:17:48','2014-10-02 16:17:48','','DSC04416','','inherit','closed','closed','','dsc04416','','','2014-10-02 17:17:48','2014-10-02 16:17:48','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04416.jpg',0,'attachment','image/jpeg',0),(881,1,'2014-10-02 17:17:50','2014-10-02 16:17:50','','DSC04417','','inherit','closed','closed','','dsc04417','','','2014-10-02 17:17:50','2014-10-02 16:17:50','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04417.jpg',0,'attachment','image/jpeg',0),(882,1,'2014-10-02 17:17:53','2014-10-02 16:17:53','','DSC04419','','inherit','closed','closed','','dsc04419','','','2014-10-02 17:17:53','2014-10-02 16:17:53','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04419.jpg',0,'attachment','image/jpeg',0),(883,1,'2014-10-02 17:17:57','2014-10-02 16:17:57','','DSC04420','','inherit','closed','closed','','dsc04420','','','2014-10-02 17:17:57','2014-10-02 16:17:57','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04420.jpg',0,'attachment','image/jpeg',0),(884,1,'2014-10-02 17:17:59','2014-10-02 16:17:59','','DSC04421','','inherit','closed','closed','','dsc04421','','','2014-10-02 17:17:59','2014-10-02 16:17:59','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04421.jpg',0,'attachment','image/jpeg',0),(885,1,'2014-10-02 17:18:01','2014-10-02 16:18:01','','DSC04422','','inherit','closed','closed','','dsc04422','','','2014-10-02 17:18:01','2014-10-02 16:18:01','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04422.jpg',0,'attachment','image/jpeg',0),(886,1,'2014-10-02 17:18:03','2014-10-02 16:18:03','','DSC04423','','inherit','closed','closed','','dsc04423','','','2014-10-02 17:18:03','2014-10-02 16:18:03','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04423.jpg',0,'attachment','image/jpeg',0),(887,1,'2014-10-02 17:18:05','2014-10-02 16:18:05','','DSC04424','','inherit','closed','closed','','dsc04424','','','2014-10-02 17:18:05','2014-10-02 16:18:05','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04424.jpg',0,'attachment','image/jpeg',0),(888,1,'2014-10-02 17:18:07','2014-10-02 16:18:07','','DSC04425','','inherit','closed','closed','','dsc04425','','','2014-10-02 17:18:07','2014-10-02 16:18:07','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04425.jpg',0,'attachment','image/jpeg',0),(889,1,'2014-10-02 17:18:09','2014-10-02 16:18:09','','DSC04426','','inherit','closed','closed','','dsc04426','','','2014-10-02 17:18:09','2014-10-02 16:18:09','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04426.jpg',0,'attachment','image/jpeg',0),(890,1,'2014-10-02 17:18:11','2014-10-02 16:18:11','','DSC04427','','inherit','closed','closed','','dsc04427','','','2014-10-02 17:18:11','2014-10-02 16:18:11','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04427.jpg',0,'attachment','image/jpeg',0),(891,1,'2014-10-02 17:18:13','2014-10-02 16:18:13','','DSC04428','','inherit','closed','closed','','dsc04428','','','2014-10-02 17:18:13','2014-10-02 16:18:13','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04428.jpg',0,'attachment','image/jpeg',0),(892,1,'2014-10-02 17:18:18','2014-10-02 16:18:18','','DSC04429','','inherit','closed','closed','','dsc04429','','','2014-10-02 17:18:18','2014-10-02 16:18:18','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04429.jpg',0,'attachment','image/jpeg',0),(893,1,'2014-10-02 17:18:20','2014-10-02 16:18:20','','DSC04430','','inherit','closed','closed','','dsc04430','','','2014-10-02 17:18:20','2014-10-02 16:18:20','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04430.jpg',0,'attachment','image/jpeg',0),(894,1,'2014-10-02 17:18:23','2014-10-02 16:18:23','','DSC04431','','inherit','closed','closed','','dsc04431','','','2014-10-02 17:18:23','2014-10-02 16:18:23','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04431.jpg',0,'attachment','image/jpeg',0),(895,1,'2014-10-02 17:18:25','2014-10-02 16:18:25','','DSC04432','','inherit','closed','closed','','dsc04432','','','2014-10-02 17:18:25','2014-10-02 16:18:25','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04432.jpg',0,'attachment','image/jpeg',0),(896,1,'2014-10-02 17:18:26','2014-10-02 16:18:26','','DSC04433','','inherit','closed','closed','','dsc04433','','','2014-10-02 17:18:26','2014-10-02 16:18:26','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04433.jpg',0,'attachment','image/jpeg',0),(897,1,'2014-10-02 17:18:29','2014-10-02 16:18:29','','DSC04434','','inherit','closed','closed','','dsc04434','','','2014-10-02 17:18:29','2014-10-02 16:18:29','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04434.jpg',0,'attachment','image/jpeg',0),(898,1,'2014-10-02 17:18:31','2014-10-02 16:18:31','','DSC04435','','inherit','closed','closed','','dsc04435','','','2014-10-02 17:18:31','2014-10-02 16:18:31','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04435.jpg',0,'attachment','image/jpeg',0),(899,1,'2014-10-02 17:18:33','2014-10-02 16:18:33','','DSC04436','','inherit','closed','closed','','dsc04436','','','2014-10-02 17:18:33','2014-10-02 16:18:33','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04436.jpg',0,'attachment','image/jpeg',0),(900,1,'2014-10-02 17:18:35','2014-10-02 16:18:35','','DSC04437','','inherit','closed','closed','','dsc04437','','','2014-10-02 17:18:35','2014-10-02 16:18:35','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04437.jpg',0,'attachment','image/jpeg',0),(901,1,'2014-10-02 17:18:38','2014-10-02 16:18:38','','DSC04438','','inherit','closed','closed','','dsc04438','','','2014-10-02 17:18:38','2014-10-02 16:18:38','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04438.jpg',0,'attachment','image/jpeg',0),(902,1,'2014-10-02 17:18:39','2014-10-02 16:18:39','','DSC04439','','inherit','closed','closed','','dsc04439','','','2014-10-02 17:18:39','2014-10-02 16:18:39','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04439.jpg',0,'attachment','image/jpeg',0),(903,1,'2014-10-02 17:18:41','2014-10-02 16:18:41','','DSC04440','','inherit','closed','closed','','dsc04440','','','2014-10-02 17:18:41','2014-10-02 16:18:41','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04440.jpg',0,'attachment','image/jpeg',0),(904,1,'2014-10-02 17:18:43','2014-10-02 16:18:43','','DSC04441','','inherit','closed','closed','','dsc04441','','','2014-10-02 17:18:43','2014-10-02 16:18:43','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04441.jpg',0,'attachment','image/jpeg',0),(905,1,'2014-10-02 17:18:45','2014-10-02 16:18:45','','DSC04442','','inherit','closed','closed','','dsc04442','','','2014-10-02 17:18:45','2014-10-02 16:18:45','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04442.jpg',0,'attachment','image/jpeg',0),(906,1,'2014-10-02 17:18:47','2014-10-02 16:18:47','','DSC04444','','inherit','closed','closed','','dsc04444','','','2014-10-02 17:18:47','2014-10-02 16:18:47','',876,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/10/DSC04444.jpg',0,'attachment','image/jpeg',0),(932,1,'2014-11-23 18:18:28','2014-11-23 18:18:28','\"unnamed\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\n\"0001G1\" Where can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir! Most people would arrive around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\nWhen do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2014-11-23 18:18:28','2014-11-23 18:18:28','',51,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(941,1,'2014-11-29 10:49:44','2014-11-29 10:49:44','','Prayer Request Form','','inherit','closed','closed','','935-revision-v1','','','2014-11-29 10:49:44','2014-11-29 10:49:44','',935,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(942,1,'2014-11-29 10:52:35','2014-11-29 10:52:35','','Untitled 3','','inherit','closed','closed','','untitled-3','','','2014-11-29 10:52:35','2014-11-29 10:52:35','',935,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/11/Untitled-3.jpg',0,'attachment','image/jpeg',0),(944,1,'2014-11-29 10:57:24','2014-11-29 10:57:24','','Prayer Request Form','','inherit','closed','closed','','935-revision-v1','','','2014-11-29 10:57:24','2014-11-29 10:57:24','',935,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(943,1,'2014-11-29 10:53:30','2014-11-29 10:53:30','','Prayer Request Form','','inherit','closed','closed','','935-revision-v1','','','2014-11-29 10:53:30','2014-11-29 10:53:30','',935,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(946,1,'2014-11-29 11:02:32','2014-11-29 11:02:32','

    “And it shall come to pass, that before they call, I will answer;\r\nand while they are yet speaking, I will hear” Isaiah 65 v 24

    \r\nWe know that God hears us, and that when we call, He will answer.  Belvoir Parish would love to call out to God with you for all those things which are concerning to your heart.\r\n\r\n\"file000640756889\r\n\r\nWould you like someone to pray for you? Do you know someone sick who you would like prayer for? The Belvoir Prayer Chain will pray your requests - for you, your friends, your family, your church and anything else that may be on your heart up to the Lord who is our healer, our provider, our Father, and our greatest friend.\r\n\r\nIf you have a prayer request you can:\r\n\r\n1. Email belvoirprayer@gmail.com with ”Prayer Request” on the subject line;\r\n2. Submit it by following this link to the Prayer/Praise Form; or\r\n3. You can ring the office.\r\n\r\nYour request can be anonymous. All prayer requests will be emailed to the Belvoir Parish Prayer Chain.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2014-11-29 11:02:32','2014-11-29 11:02:32','',115,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(945,1,'2014-11-29 11:01:46','2014-11-29 11:01:46','

    “And it shall come to pass, that before they call, I will answer;\r\nand while they are yet speaking, I will hear” Isaiah 65 v 24

    \r\nWe know that God hears us, and that when we call, He will answer.  Belvoir Parish would love to call out to God with you for all those things which are concerning to your heart.\r\n\r\n\"file000640756889\r\n\r\nWould you like someone to pray for you? Do you know someone sick who you would like prayer for? The Belvoir Prayer Chain will pray your requests - for you, your friends, your family, your church and anything else that may be on your heart up to the Lord who is our healer, our provider, our Father, and our greatest friend.\r\n\r\nIf you have a prayer request you can:\r\n\r\n1. Email belvoirprayer@gmail.com with ”Prayer Request” on the subject line;\r\n\r\n2. Submit it by following this link to the Prayer/Praise Form.\r\n\r\n2. You can ring the office.Your request will be anonymous, unless otherwise stated, or you can write\r\nyour prayer request exactly as you would like it sent out.\r\n\r\nAll prayer requests will be emailed to the Belvoir Parish Prayer Chain.','Prayer Requests','','inherit','closed','closed','','115-revision-v1','','','2014-11-29 11:01:46','2014-11-29 11:01:46','',115,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1114,1,'2015-02-17 23:43:52','2015-02-17 23:43:52','','Easter Vestry','','inherit','closed','closed','','1113-autosave-v1','','','2015-02-17 23:43:52','2015-02-17 23:43:52','',1113,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(948,1,'2014-11-29 11:08:39','2014-11-29 11:08:39',' ','','','publish','closed','closed','','948','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=948',46,'nav_menu_item','',0),(1005,1,'2014-12-12 16:29:24','2014-12-12 16:29:24','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nSenior Small Group: Alpha Course\r\nJan\r\n11 How does God guide?\r\n18 Who is the Holy Spirit he and what does He do?\r\n25 How can I be filled?\r\n\r\nFeb     \r\n1 Social: We are Vertigo\r\n8  How can I resist evil?\r\n15 Does God still heal?\r\n22 No Youth Cell: Half-term Break\r\n\r\nMarch \r\n1 Social: Games Night\r\n8  What to do with the rest of my life?\r\n15 Cell Night\r\n22 Cell Night\r\n29 No YC Easter Holiday\r\n\r\n \r\n\r\nMid and Junior Small Groups “Family Time”\r\nJan\r\n11 Doing your best\r\n18 Being trustworthy\r\n25 Being scared\r\n\r\nFeb \r\n1 Social: We are Vertigo\r\n8 What is forgiveness?\r\n15 What is love?\r\n22 No Youth Cell: Half-term Break\r\n\r\nMarch \r\n1 Social: Games Night\r\n8 Why we are special\r\n15 Talking and Listening\r\n22 When we say wrong things\r\n29 No YC Easter Holiday\r\n\r\n \r\n\r\nDownload Belvoir Youth Winter Programme 2015\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2014-12-12 16:29:24','2014-12-12 16:29:24','',97,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(957,1,'2014-12-21 19:00:36','2014-12-21 19:00:36','\"Christmas','Nine Lessons & Carol Service','','publish','closed','closed','','nine-lessons-carol-service','','','2014-12-06 16:42:59','2014-12-06 16:42:59','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=957',0,'cpt_events','',0),(958,1,'2014-12-21 11:00:33','2014-12-21 11:00:33','\"Christmas','Children\'s Nativity','','publish','closed','closed','','childrens-nativity-2','','','2014-12-06 16:48:13','2014-12-06 16:48:13','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=958',0,'cpt_events','',0),(1002,1,'2014-12-12 16:22:08','2014-12-12 16:22:08','','Belfast Youth Winter Programme 2015','','inherit','closed','closed','','belfast-youth-winter-programme-2015','','','2014-12-12 16:22:08','2014-12-12 16:22:08','',97,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/Belfast-Youth-Winter-Programme-2015.pdf',0,'attachment','application/pdf',0),(965,1,'2014-12-04 11:33:43','2014-12-04 11:33:43',' 30 July 2018\r\n\r\nGod’s will and God will.\"\"\r\n\r\nWhen I was about 14 yrs old I decided I wanted to climb the Cavehill in North Belfast. I had seen the signs for Cavehill on the Antrim Road, just above the junction with the North Circular so I decided that was the place to start. I was full of enthusiasm and determination. The cave hill is such an iconic piece of the backdrop landscape to Belfast (especially when viewed from east Belfast, where I lived). I had imagined what this adventure would be like, filled with exploration, excitement, discovery, and new horizons.\r\n\r\nWhen I got off the bus and began to walk in the direction indicated by the road sign I soon discovered that I was walking uphill, but on a residential street with nice detached houses and gardens and parked cars. This was somewhat dull and unadventurous. I remained committed to my goal so walked on.\"\"\r\n\r\nAt last, a set of sandstone gateposts with a sign “Cavehill Park”; at last. This turned out to be a winding tarmac road, lined with Rhododendrons – very beautiful but I wanted to press on.\r\n\r\nThe winding tarmac road brought me to Belfast Castle which turned out to be more a stately home than an actual castle, yet another moment of revelation, which was both slightly disappointing and obvious to everyone but me. I was now without direction so asked a dog-walker. I was pointed up a dirt path into the woods. I followed the path which became a dark damp, sweaty experience as it climbed steeply. The only reassurance was that every now and again I got a glimpse of the destination, Napoleon’s nose as it is known, that huge lump of rock that stands proud as the top of Cavehill. To actually see this as a nose one has to view Cavehill from South Belfast and imagine a giant Napoleon lying sleeping, face heavenwards with chin at the far end. This may have been the inspiration for one, Jonathan Swift, who lived in Belfast and may have spotted this sleeping giant from the bottom of the Limestone Road where there is a Lilliput Street??????? The stuff of imagination that inspires adventure, so much more in the young, which I was!\r\n\r\nBack to the dark woods. Those glimpses of the high point of the hill were both inspiring and convincing that the uphill struggle is worth the struggle.\r\n\r\nEventually the trees thinned, and I found myself above the tree-line and out in the open. Unfortunately, the path took a sharp turn to the left when I knew the top was to the right. For an eternity I walked in what felt like the wrong direction, struggling with the notion that I really ought to turn back and look for a better path or just give up. However, I was nothing if not a determined young fellow, so I continued. Sure enough, the path slowly began to turn around the southern end of the Cavehill and then up the back of it. On this part of the climb the city was no longer in view and the summit had disappeared behind what just looked like a slope covered in heather and rock. Upwards and onwards! Sure, pain is just a feeling and can be ignored for a while at least.\r\n\r\nThen, it slowly became obvious that there was not much ground higher than the path on which I was walking, a sharp decline into a dip and then a rush up a steep stony slope and I was there – both exhilarating and terrifying and I looked out over the city from the most glorious vantage point one could ever imagine. I saw the city as never before, perhaps as God sees it, although he would be able to make out the people’s faces and even hear their words, being God. So, God-like I began to try to make sense of it all…the lough, the suburbs, the Antrim Road, the house-lined streets, the castle, the woods, the path that could never have come straight up here but needed to veer in the wrong direction to make its way on a possible climb to this place of enlightenment.\r\n\r\nI must refer to a book: “Reaching the Invisible God” by Philip Yancey. In the penultimate chapter he uses three phrases which he has taken from another writer.\r\n
      \r\n
    1. \r\nThe intentional will of God. This is the place where God’s story begins, perhaps where all stories begin. God’s creative power is at work, forming and shaping. His intentional will is that everything is good. He steps back, takes a long hard look, and declares everything to be good. When that first explosion of creating is complete on the sixth day, He declares it to be VERY GOOD. Our own stories of faith also begin at a place like that - that first rush of faith and inspiration that drew me towards the adventure with God and in God. It is all going to go well, it is all new and I have God on my side.
    2. \r\n
    3. \r\nThe Circumstantial will of God. In the Bible story of God, it does not go well for very long after it was declared to be VERY GOOD. To be created in the image of God must at least include the possibility of free will, and we all know from experience that free will include a propensity for selfishness etc. So, God ends up with a world that is no longer VERY GOOD but, in fact, is VERY BAD. Someone has worked out that three quarters of the Bible tells us of God’s struggle with humankind, trying to wrestle and love us back into shape. He takes the hit far more than us, changing his shape and life, giving up his heavenly status and immortality, taking on vulnerability and risk… (all the stuff in the Matthew, Mark, Luke and John stories). On my walk up what I thought was going to be a glorious trail to the top of Cavehill I had a long, continuous climb that was at times dull and mundane, sometimes dark and sweaty, sometimes confused and unknown, and even sometimes apparently in the wrong direction; yet every now and again a glimpse and a reminder of what this uphill was all about, Napoleon’s Nose! Could I just add that I had to deliberately try to see it at times? In the life of faith, God often surprises us with his presence, but many more times we have to put ourselves in the places where he is to be found – with other journeyers in worship, prayer, discipleship, in the Bible (or UCB notes if that helps), in quietness, in service, in mission…the truth is He can be found anywhere but the secret is in the seeking (I think Jesus said that Himself). We live in the struggle that includes God and our circumstances and our own muddled way of viewing our lives and hopes. The question is never, “Is God here with me?”. Rather it is, “Where are the gaps in the trees that will give me a glimpse of what this is all for?”
    4. \r\n
    5. \r\nFinally, the Ultimate will of God. There is a Napoleon’s Nose in the Bible story of God’s will. There is a full and perfect redemption of the whole created order. The declaration that it is VERY GOOD is on hold rather than in the trash bin of our computer. In fact, every act of God’s will that we perform, every act of kindness, every prayer, every forgiveness, every word or deed of worship usher the whole of creation towards that Napoleon’s Nose moment. In that moment of walking out onto the place where the whole vista can be seen all things will become clear. From the top of the Cavehill the city stretches out before us, the journey on the bus to the Antrim Road, the disappointing streets, the driveway in the park, the woods, the path in the wrong direction, the unknown, the confusion, and then… St Paul described it in 1 Corinthians 13 as “In these days we see a reflection as in a mirror (allow for the distortions of a mirror two thousand years ago), but then we shall see as face to face (we will see life as it really is), in these days I understand only in part, but then I shall fully know”.
    6. \r\n
    \r\nI have been climbing the Cavehill intentionally since I was about fifteen (although my mum and dad had me on the climb long before I knew it). I am now 61 and am not about to give up. The glimpses of the top are no more frequent these days than they ever were but I have my own story of those glimpses (some even recorded in notebooks and old Bibles and many shared with family and friends). Don’t give up, there are yet more chapters to add to your story. And one day we all get to meet on Napoleon’s Nose and won’t it be great to hear the most tender, kind, loving, welcoming voice say, “It is once again VERY GOOD, would you all like a cup of tea?”\r\n\r\n \r\n\r\n29 November 2017\r\n\r\n\"\"Our world is full of complicated situations which are only made more complicated and perhaps even insoluble when we resort to the arguments of old or continue to use the same worn tools for assessment.\r\n\r\nThe church is called to think with a different piece of software – the mind of Christ. Paul tells us on a number of occasions that our minds can be renewed, that we should have the mind of Christ and that, in fact, we already do have the mind of Christ. Even I know that I have to use the correct program in my lap top; the old stuff or the wrong operating system will get me nowhere. Sometimes we can assume we each have the mind of Christ when maybe it is actually more of a collective church experience.\r\n\r\nSo, John 8:1-11 – Jesus walks into a situation that has been constructed to pull him down. A woman caught in the act of adultery has been brought in front of a crowd and a piece of Old Testament law has been manipulated to check out what he will do. The woman’s life is at stake here. Everything else is peripheral from her perspective. Jesus comes up with an idea that saves her life and sets a whole load of other people free. Rather than using the law to frighten, condemn and kill, he takes a wider sweep of the bible landscape and sees the law as way of inspiring mercy and grace, because without God’s mercy and grace the law will condemn the whole lot of us. He then turns it on the accusers, “He who is without sin may pick up the first rock.” Loads of innocent bystanders happily dropped their rocks and headed home with a fresh understanding of grace. A terrified woman was washed in a flood of love, acceptance, safety and new possibilities. A harsh self-righteous crowd of bullies had to publicly acknowledge their imperfection and sin in the very court of the temple. Jesus is an absolute genius in situations like this and he offers to share His mind with us, His church.\r\nNow we just have to apply the idea to the real situations of our lives and our society.\r\nAll the best with that!!!\r\n\r\n19 November 2017\r\n\r\nA church that sees.\r\n\r\nSeeing is a biblical word that can mean seeing a sheep on a hillside, but can also mean so much more. It includes stuff like noticing, empathy, and assessing (not the same as judging or criticising).\r\n
    \"\"
    \r\nOur story is Matthew 14:13-21 – the feeding of the 5000. The text tells us that when Jesus SAW the crowds, he had compassion on them.\r\nIt is worth noting that the disciples also saw the crowds. Their reaction was to imagine a problem (lack of food), find someone to blame (they should have brought their own), and absolve themselves from any responsibility (we could never afford to provide for this – not our fault).\r\n\r\nWhatever it was that Jesus saw, it inspired compassion. The story just before this is about Jesus’ half-cousin and best supporter being beheaded as some form of entertainment. Jesus could have been excused from being a bit disconnected from this new situation but he continues to amaze us by his ability and willingness to engage.\r\n\r\nHe saw an opportunity for faith – take the little and create the much.\r\nHe saw an opportunity for ministry – get the disciples out among the crowds, giving out food, hands on, meeting people.\r\nHe saw an opportunity to meet need.\r\nHe saw an opportunity to see if the crowd could see (could some of them see beyond the fish etc.) – a prophet figure in a wilderness miraculously feeding a starving crowd. Who could this be? Is this a new Moses-type? Is this Messiah?\r\n\r\nFor your interest: the very next incident is Jesus walking on water. Is this a second glimpse also of a Moses-type, sent from God, the one who can cross a sea? The jigsaw is beginning to take shape.\r\n\r\n \r\n\r\n12 November 2017\r\n\r\nWhat do you want me to do for you?\r\n\r\nWeek two!\r\n\r\nThe church of God could do worse than listen more.\r\n
    \r\n\r\nTwice in one chapter Jesus is approached, but in two quite different ways -\r\n1. Teacher, we want…\r\n2. Son of David, have mercy…\r\nOn both occasions he replied with, “What do you want me to do for you?”\r\n\r\n\"\"\r\n\r\n
    \r\nWhen he heard the first request he simply said, “No.” The request was for position and power and was addressed to Teacher.\r\nThe second answer was answered with, “Yes” because it was a request to see (in all that seeing could mean) and was addressed to Messiah (Son of David is a title reserved for Messiah and would have required some revelation or faith or risk to apply to a person).\r\n\r\nThe thing that struck me as significant was that everyone knew what Bartimaeus needed – he was obviously a beggar and blind, therefore hungry and somewhat isolated. Yet, Jesus was still humble enough to ask and give him his moment of dignity, which was probably not a common experience for Bartimaeus. We, the church, tend to make assumptions about what our communities need, based on our desire to make them look like us, sorry look like God. Of course, there are changes needed in any community, society, or individual that are obvious to everyone. Nonetheless, maybe asking or listening would be good for us. It might also give those to whom we address our question the experience of being valued by us rather than simply judged, assessed, categorized, and sorted.\r\n\r\nIt is probably too late for this year, but I am pretty sure we are about to explode upon our world with our Christmas activities and blessings, imagined and planned by us to make sure that as many people as possible hear or are annoyed by our message. I am sure this is probably mostly ok but I wonder what we would hear if we asked, “What do you want me to do for you?”\r\n\r\n \r\n\r\n5 November 2017\r\n\r\n“A parish” that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith” – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n\r\n\"No\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same understanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy th\r\nat she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    ','Sermon Blog','','publish','closed','closed','','sermonblog','','','2018-08-01 11:40:33','2018-08-01 10:40:33','',0,'http://www.belvoirparish.co.uk/?page_id=965',0,'page','',0),(966,1,'2014-12-04 11:33:43','2014-12-04 11:33:43','','Events','','inherit','closed','closed','','965-revision-v1','','','2014-12-04 11:33:43','2014-12-04 11:33:43','',965,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(967,1,'2014-12-04 11:33:58','2014-12-04 11:33:58','','News','','publish','closed','closed','','news','','','2014-12-04 11:33:58','2014-12-04 11:33:58','',0,'http://www.belvoirparish.co.uk/?page_id=967',0,'page','',0),(968,1,'2014-12-04 11:33:58','2014-12-04 11:33:58','','News','','inherit','closed','closed','','967-revision-v1','','','2014-12-04 11:33:58','2014-12-04 11:33:58','',967,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1026,1,'2014-12-14 15:04:06','2014-12-14 15:04:06','','THE SHEEP TO THE SHEPHERD','','inherit','closed','closed','','the-sheep-to-the-shepherd','','','2014-12-14 15:04:06','2014-12-14 15:04:06','',1025,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/THE-SHEEP-TO-THE-SHEPHERD.pdf',0,'attachment','application/pdf',0),(1025,1,'2014-12-14 15:07:37','2014-12-14 15:07:37','Click on the links below to read some Christmas Poems written by Helen Long.\r\n\r\nIT\'S GETTING DARK IN BETHLEHEM\r\n\r\nEVE ON CHRISTMAS EVE\r\n\r\nTHE SHEEP TO THE SHEPHERD \r\n\r\nNATIVITY POEM FOR TODDLERS\"nativity\"','Christmas Poems by Helen Long','','publish','closed','closed','','christmas-poems-by-helen-long','','','2014-12-14 15:25:04','2014-12-14 15:25:04','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1025',0,'cpt_news','',0),(972,1,'2014-12-09 19:00:29','2014-12-09 19:00:29','','Final Alpha session','','publish','closed','closed','','final-alpha-session','','','2014-12-05 23:06:09','2014-12-05 23:06:09','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=972',0,'cpt_events','',0),(973,1,'2014-12-05 23:08:57','0000-00-00 00:00:00','There will be a Created Gifts Stall selling fair-trade cards/gifts/advent calendars etc after church','Tearfund Created Gifts Stall','','draft','closed','closed','','','','','2014-12-05 23:08:57','2014-12-05 23:08:57','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=973',0,'cpt_news','',0),(974,1,'2014-11-25 09:00:26','2014-11-25 09:00:26','We are collecting Family Circle biscuits 800g for Storehouse. We have 210 to collect. Donations are welcome in lieu of biscuits.','Biscuits for Storehouse','','publish','closed','closed','','biscuits-for-storehouse','','','2014-12-05 23:11:42','2014-12-05 23:11:42','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=974',0,'cpt_news','',0),(975,1,'2014-11-29 19:00:57','2014-11-29 19:00:57','Cinema trip to see Hunger Games 3 @ Moviehouse, Yorkgate. Meet at 7pm for 7.30pm showing. Pick up about 9.30pm.','Youth Cinema trip','','publish','closed','closed','','youth-cinema-trip','','','2014-12-05 23:14:20','2014-12-05 23:14:20','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=975',0,'cpt_events','',0),(976,1,'2014-11-21 23:15:31','2014-11-21 23:15:31','There will be a Created Gifts stall selling fair-trade cards, gifts, Advent calendars etc on Sunday morning after the 11am service. Catalogues are available for individual orders. See Ruth Patton for details.','Tearfund Created Gifts stall','','publish','closed','closed','','tearfund-created-gifts-stall','','','2014-12-05 23:18:55','2014-12-05 23:18:55','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=976',0,'cpt_news','',0),(977,1,'2014-12-01 12:41:20','2014-12-01 12:41:20','Any adults interested in joining the Youth Cell on the this mission trip contact Jeremy.','Youth Cell Mission Trip (13th-22nd July 2015)','','publish','closed','closed','','youth-cell-mission-trip-13th-22nd-july-2015','','','2014-12-06 12:43:32','2014-12-06 12:43:32','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=977',0,'cpt_news','',0),(978,1,'2014-12-17 19:00:12','2014-12-17 19:00:12','\"10367807_906989965980767_1081141120666594238_n\"Come join the Belvoir Choir carol singing at the Newtownbreda Tescos at 7pm.','ABC Group singing at Newtownbreda Tescos','','publish','closed','closed','','abc-group-singing-at-tescos','','','2014-12-14 15:47:56','2014-12-14 15:47:56','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=978',0,'cpt_events','',0),(979,1,'2014-12-08 19:00:10','2014-12-08 19:00:10','','ABC Community Carol Service at Belvoir Primary School','','publish','closed','closed','','abc-community-carol-service-at-belvoir-primary-school','','','2014-12-06 15:00:52','2014-12-06 15:00:52','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=979',0,'cpt_events','',0),(980,1,'2014-12-06 15:06:27','2014-12-06 15:06:27','\"Christmas','Christmas Services','','publish','closed','closed','','christmas-services','','','2014-12-06 15:06:27','2014-12-06 15:06:27','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=980',0,'cpt_news','',0),(981,1,'2014-12-06 15:02:52','2014-12-06 15:02:52','','Christmas Services 2014','','inherit','closed','closed','','christmas-services-2014','','','2014-12-06 15:02:52','2014-12-06 15:02:52','',980,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/Christmas-Services-2014.jpg',0,'attachment','image/jpeg',0),(982,1,'2015-01-12 19:00:23','2015-01-12 19:00:23','\"unnamed\"','Mission 2015 meeting','','publish','closed','closed','','mission-2015-meeting','','','2014-12-06 16:43:44','2014-12-06 16:43:44','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=982',0,'cpt_events','',0),(983,1,'2014-12-06 16:42:23','2014-12-06 16:42:23','\"Christmas','Midnight Communion Service','','inherit','closed','closed','','952-autosave-v1','','','2014-12-06 16:42:23','2014-12-06 16:42:23','',952,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(984,1,'2014-12-06 16:45:57','2014-12-06 16:45:57',' ','','','publish','closed','closed','','984','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=984',41,'nav_menu_item','',0),(986,1,'2014-12-06 16:45:57','2014-12-06 16:45:57',' ','','','publish','closed','closed','','986','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=986',45,'nav_menu_item','',0),(1113,1,'2015-04-14 19:30:14','2015-04-14 18:30:14','','Easter Vestry','','publish','closed','closed','','ash-wednesday-service','','','2015-02-17 23:44:09','2015-02-17 23:44:09','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1113',0,'cpt_events','',0),(987,1,'2015-01-04 11:00:03','2015-01-04 11:00:03','
    \r\n\r\n
    \r\n
    \"What’s\r\n

    What’s special about Sunday 4 January?

    \r\nSunday 4 January 2015 will be Covenant Sunday in the Diocese of Down and Dromore and that makes it a very special day indeed.\r\n\r\nIt’s a day when we want you to shake off the January blues, join with your church family in worship and give yourself fully to God and his purposes.\r\n\r\nThat’s a good thing to do at any time, but it’s particularly significant at the beginning of a new year, and especially this year of Mission 2015.\r\n\r\nSo what should you expect when you come to church on 4 January? \r\n\r\nWe will be making covenant with God firstly by saying together a wonderful prayer that our brothers and sisters in Methodism use annually. We reproduce it at the bottom of the page with their kind permission.\r\n\r\nSecondly, with specific reference to the Year of Mission, we’ll commit ourselves to playing our part using the words below:\r\n\r\n‘In this Year of Mission 2015, I willingly take my place within the welcoming, worshipping and witnessing life of this church as we commit to reaching beyond our walls with the good news of Jesus Christ.’ \r\n\r\nThese words will be printed on a small card that you can sign and date and take away with you. All of this will take place within the context of your normal Sunday worship but shouldn’t mean that the Sunday lunch will be overdone!\r\n\r\nWe hope that you will make every effort to be in church on 4 January. It’s our prayer that as you entrust yourself to God and his purposes you and your parish will experience much joy and fruitfulness.\r\n\r\nCovenant Prayer\r\n\r\nI am no longer my own but yours\r\nYour will, not mine, be done in all things,\r\nwherever you may place me,\r\nIn all that I do,\r\nand all that I may endure;\r\nWhen there is work for me\r\nand when there is none;\r\nWhen I am troubled\r\nand when I am at peace.\r\nYour will be done\r\nWhen I am valued\r\nand when I am disregarded;\r\nWhen I find fulfillment\r\nand when it is lacking;\r\nWhen I have all things\r\nand when I have nothing.\r\nI willingly offer all I have and am\r\nto serve you, as and where you choose.\r\n\r\nGlorious and blessed God,\r\nFather, Son and Holy Spirit,\r\nYou are mine and I am yours.\r\nMay it be so for ever.\r\nLet this covenant now made on earth\r\nBe fulfilled in heaven. Amen\r\n\r\nInformation above is taken from http://www.downanddromore.org/news\r\n\r\n
    \r\n
    ','Covenant Sunday','','publish','closed','closed','','covenant-sunday','','','2014-12-06 21:04:31','2014-12-06 21:04:31','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=987',0,'cpt_events','',0),(988,1,'2014-12-06 21:06:13','2014-12-06 21:06:13','','List of Events','','inherit','closed','closed','','965-revision-v1','','','2014-12-06 21:06:13','2014-12-06 21:06:13','',965,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1058,1,'2015-01-15 19:30:13','2015-01-15 19:30:13','
    An evening for the mums and dads of babies, pre-schoolers and primary aged children to consider some of the opportunities and challenges that come with being a parent.
    \r\n
    We will be joined by Sarah McCann who is a lactation consultant with La Leche League and also works with Surestart. She has three children in their teens and twenties, so plenty of experience to share!
    ','Parenting Event','','publish','closed','closed','','parenting-event','','','2014-12-28 04:04:06','2014-12-28 04:04:06','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1058',0,'cpt_events','',0),(991,1,'2014-12-06 23:56:44','2014-12-06 23:56:44','','Belvoir facebook logo','','inherit','closed','closed','','belvoir-facebook-logo','','','2014-12-06 23:56:44','2014-12-06 23:56:44','',87,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/Belvoir-facebook-logo.jpg',0,'attachment','image/jpeg',0),(993,1,'2014-12-06 23:57:40','2014-12-06 23:57:40','Sundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n10.30am: Holy Communion','Service times','','inherit','closed','closed','','87-revision-v1','','','2014-12-06 23:57:40','2014-12-06 23:57:40','',87,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(992,1,'2014-12-06 23:57:08','2014-12-06 23:57:08','\"BelvoirSundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n4.30pm: Evening Prayer (Traditional)\r\n\r\nThursdays\r\n10.30am: Holy Communion','Service times','','inherit','closed','closed','','87-revision-v1','','','2014-12-06 23:57:08','2014-12-06 23:57:08','',87,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(997,1,'2014-12-07 00:03:28','2014-12-07 00:03:28','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People during the 11am service or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nPrayer Chain\r\nAre you willing to pray whenever a need arises -day or night? Would you like to become a Belvoir Prayer Chain Warrior?  You can sign-up here. If you have a prayer request for yourself or others, please email office@belvoirparish.co.uk  Requests can be anonymous - God knows who we are praying for!\r\n\r\nThere are many more areas besides those listed above so please let one of the clergy know if you would like to become more involved within the Belvoir family.','Serving at Belvoir','','inherit','closed','closed','','76-revision-v1','','','2014-12-07 00:03:28','2014-12-07 00:03:28','',76,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1150,1,'2015-05-12 08:08:39','2015-05-12 07:08:39','','Serving-300x225','','inherit','closed','closed','','serving-300x225','','','2015-05-12 08:08:39','2015-05-12 07:08:39','',76,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/Serving-300x225.jpg',0,'attachment','image/jpeg',0),(1151,1,'2015-05-12 08:09:23','2015-05-12 07:09:23','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\"Serving-300x225\"\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People during the 11am service or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nPrayer Chain\r\nAre you willing to pray whenever a need arises -day or night? Would you like to become a Belvoir Prayer Chain Warrior?  You can sign-up here. If you have a prayer request for yourself or others, please email office@belvoirparish.co.uk  Requests can be anonymous - God knows who we are praying for!\r\n\r\nThere are many more areas besides those listed above so please let one of the clergy know if you would like to become more involved within the Belvoir family.','Serving at Belvoir','','inherit','closed','closed','','76-autosave-v1','','','2015-05-12 08:09:23','2015-05-12 07:09:23','',76,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(999,1,'2014-12-07 23:01:33','2014-12-07 23:01:33','\"0001aPfbe9d9\"\r\nSign up for the Belvoir Church Prayer Chain Emails and/or Belvoir News Updates Here','Prayer/News Signup','','inherit','closed','closed','','691-revision-v1','','','2014-12-07 23:01:33','2014-12-07 23:01:33','',691,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1003,1,'2014-12-12 16:25:31','2014-12-12 16:25:31','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nSenior Small Group: Alpha Course\r\n\r\nJan\r\n11 How does God guide?\r\n18 Who is the Holy Spirit he and what does He do?\r\n25 How can I be filled?\r\n\r\nFeb     \r\n1Social: We are Vertigo\r\n8  How can I resist evil?\r\n15 Does God still heal?\r\n22 No Youth Cell: Half-term Break\r\n\r\nMarch \r\n1Social: Games Night\r\n8  What to do with the rest of my life?\r\n15 Cell Night\r\n22 Cell Night\r\n29 No YC Easter Holiday\r\n\r\n \r\n\r\nMid and Junior Small Groups “Family Time”\r\n\r\nJan\r\n11 Doing your best\r\n18 Being trustworthy\r\n25 Being scared\r\n\r\nFeb \r\n1 Social: We are Vertigo\r\n8 What is forgiveness?\r\n15 What is love?\r\n22 No Youth Cell: Half-term Break\r\n\r\nMarch \r\n1 Social: Games Night\r\n8 Why we are special\r\n15 Talking and Listening\r\n22 When we say wrong things\r\n29 No YC Easter Holiday\r\n\r\n \r\n\r\nDownload flyer for Youth Alpha Youth Alpha 2014Belfast Youth Winter Programme 2015\r\n\r\nDownload the Autumn schedule for Youth Cell Youth Cell - Autumn 2014 schedule\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2014-12-12 16:25:31','2014-12-12 16:25:31','',97,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1004,1,'2014-12-12 16:26:17','2014-12-12 16:26:17','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nSenior Small Group: Alpha Course\r\n\r\nJan\r\n11 How does God guide?\r\n18 Who is the Holy Spirit he and what does He do?\r\n25 How can I be filled?\r\n\r\nFeb     \r\n1 Social: We are Vertigo\r\n8  How can I resist evil?\r\n15 Does God still heal?\r\n22 No Youth Cell: Half-term Break\r\n\r\nMarch \r\n1 Social: Games Night\r\n8  What to do with the rest of my life?\r\n15 Cell Night\r\n22 Cell Night\r\n29 No YC Easter Holiday\r\n\r\n \r\n\r\nMid and Junior Small Groups “Family Time”\r\n\r\nJan\r\n11 Doing your best\r\n18 Being trustworthy\r\n25 Being scared\r\n\r\nFeb \r\n1 Social: We are Vertigo\r\n8 What is forgiveness?\r\n15 What is love?\r\n22 No Youth Cell: Half-term Break\r\n\r\nMarch \r\n1 Social: Games Night\r\n8 Why we are special\r\n15 Talking and Listening\r\n22 When we say wrong things\r\n29 No YC Easter Holiday\r\n\r\n \r\n\r\nDownload flyer for Youth Alpha Youth Alpha 2014Belfast Youth Winter Programme 2015\r\n\r\nDownload the Autumn schedule for Youth Cell Youth Cell - Autumn 2014 schedule\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2014-12-12 16:26:17','2014-12-12 16:26:17','',97,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1008,1,'2014-12-12 16:31:16','2014-12-12 16:31:16','Click to download the new Belvoir Youth Winter Programme 2015','New Youth Cell 2015 Winter Schedule','','inherit','closed','closed','','1007-autosave-v1','','','2014-12-12 16:31:16','2014-12-12 16:31:16','',1007,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1063,1,'2014-12-26 16:47:10','2014-12-26 16:47:10','','New Year\'s Eve Slide','','inherit','closed','closed','','new-years-eve-slide','','','2014-12-26 16:47:10','2014-12-26 16:47:10','',1061,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/New-Years-Eve-Slide.jpg',0,'attachment','image/jpeg',0),(1018,1,'2014-12-12 16:37:38','2014-12-12 16:37:38',' \r\n\r\nClick here to download the 2015 ICMC Christmas newsletter','ICMC Christmas newsletter','','publish','closed','closed','','icmc-christmas-newsletter','','','2014-12-12 16:37:38','2014-12-12 16:37:38','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1018',0,'cpt_news','',0),(1019,1,'2014-12-12 16:36:56','2014-12-12 16:36:56','','ICMC Christmas newsletter','','inherit','closed','closed','','icmc-christmas-newsletter','','','2014-12-12 16:36:56','2014-12-12 16:36:56','',1018,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/ICMC-Christmas-newsletter.pdf',0,'attachment','application/pdf',0),(1020,1,'2014-12-12 16:37:01','2014-12-12 16:37:01','','Taylor court - 1','','inherit','closed','closed','','taylor-court-1','','','2014-12-12 16:37:01','2014-12-12 16:37:01','',1018,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/Taylor-court-1.jpeg',0,'attachment','image/jpeg',0),(1021,1,'2014-12-12 16:37:06','2014-12-12 16:37:06','','Taylor court - 2','','inherit','closed','closed','','taylor-court-2','','','2014-12-12 16:37:06','2014-12-12 16:37:06','',1018,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/Taylor-court-2.jpeg',0,'attachment','image/jpeg',0),(1062,1,'2014-12-26 16:47:06','2014-12-26 16:47:06','','image001','','inherit','closed','closed','','image001','','','2014-12-26 16:47:06','2014-12-26 16:47:06','',1061,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/image001.png',0,'attachment','image/png',0),(1023,1,'2014-12-12 16:39:07','2014-12-12 16:39:07',' \r\n\r\nThe photos below are from the Christmas Taylor Court Reading Night.\r\n\r\n\"Taylor \"Taylor','Taylor Court Christmas Reading Night','','publish','closed','closed','','taylor-court-christmas-reading','','','2014-12-14 15:25:28','2014-12-14 15:25:28','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1023',0,'cpt_news','',0),(1039,1,'2014-12-14 15:48:01','2014-12-14 15:48:01','\"10367807_906989965980767_1081141120666594238_n\"Come join the Belvoir Choir carol singing at the Newtownbreda Tescos at 7pm.','ABC Group singing at Newtownbreda Tescos','','inherit','closed','closed','','978-autosave-v1','','','2014-12-14 15:48:01','2014-12-14 15:48:01','',978,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1038,1,'2014-12-14 15:47:38','2014-12-14 15:47:38','','10367807_906989965980767_1081141120666594238_n','','inherit','closed','closed','','10367807_906989965980767_1081141120666594238_n','','','2014-12-14 15:47:38','2014-12-14 15:47:38','',978,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/10367807_906989965980767_1081141120666594238_n.jpg',0,'attachment','image/jpeg',0),(1027,1,'2014-12-14 15:04:09','2014-12-14 15:04:09','','For a Christian with terminal cancer','','inherit','closed','closed','','for-a-christian-with-terminal-cancer','','','2014-12-14 15:04:09','2014-12-14 15:04:09','',1025,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/For-a-Christian-with-terminal-cancer.pdf',0,'attachment','application/pdf',0),(1028,1,'2014-12-14 15:04:11','2014-12-14 15:04:11','','It\'s getting dark in Bethlehem','','inherit','closed','closed','','its-getting-dark-in-bethlehem','','','2014-12-14 15:04:11','2014-12-14 15:04:11','',1025,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/Its-getting-dark-in-Bethlehem.pdf',0,'attachment','application/pdf',0),(1029,1,'2014-12-14 15:04:13','2014-12-14 15:04:13','','Sharon Remembered','','inherit','closed','closed','','sharon-remembered','','','2014-12-14 15:04:13','2014-12-14 15:04:13','',1025,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/Sharon-Remembered.pdf',0,'attachment','application/pdf',0),(1030,1,'2014-12-14 15:04:16','2014-12-14 15:04:16','','DRESDEN','','inherit','closed','closed','','dresden','','','2014-12-14 15:04:16','2014-12-14 15:04:16','',1025,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/DRESDEN.pdf',0,'attachment','application/pdf',0),(1031,1,'2014-12-14 15:04:17','2014-12-14 15:04:17','','EVE ON CHRISTMAS EVE','','inherit','closed','closed','','eve-on-christmas-eve','','','2014-12-14 15:04:17','2014-12-14 15:04:17','',1025,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/EVE-ON-CHRISTMAS-EVE.pdf',0,'attachment','application/pdf',0),(1032,1,'2014-12-14 15:04:18','2014-12-14 15:04:18','','NATIVITY POEM FOR TODDLERS','','inherit','closed','closed','','nativity-poem-for-toddlers','','','2014-12-14 15:04:18','2014-12-14 15:04:18','',1025,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/NATIVITY-POEM-FOR-TODDLERS.pdf',0,'attachment','application/pdf',0),(1035,1,'2014-12-14 15:22:21','2014-12-14 15:22:21','','nativity','','inherit','closed','closed','','nativity','','','2014-12-14 15:22:21','2014-12-14 15:22:21','',1025,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/nativity.jpg',0,'attachment','image/jpeg',0),(1040,1,'2014-12-14 21:03:15','2014-12-14 21:03:15','The Belvoir Food Support volunteers were at the Storehouse\"10649637_898878106791953_8559596685552799700_n\" warehouse for the big Christmas bag pack on 2nd Dec. A great team of 10 people from the church helped out organising latest food deliveries and packing food bags for distribution. Our contribution to the evening also included delivery of 175 boxes of biscuits for the Christmas Hampers programme. Our final delivery of boxes of biscuits will be on Sat 20th Dec and we estimate that will take our total to be over 250 boxes. We give thanks to our God for this fabulous achievement. Well done Belvoir!\r\n\"DSC_0120~2\" \"IMAG0391~2 \"DSC_0118~2 \"DSC_0121~2\"','Storehouse Christmas 2014 ','','publish','closed','closed','','storehouse-christmas-2014','','','2014-12-14 21:03:15','2014-12-14 21:03:15','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1040',0,'cpt_news','',0),(1041,1,'2014-12-14 20:55:22','2014-12-14 20:55:22','','DSC_0120~2','','inherit','closed','closed','','dsc_01202','','','2014-12-14 20:55:22','2014-12-14 20:55:22','',1040,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/DSC_01202.jpg',0,'attachment','image/jpeg',0),(1042,1,'2014-12-14 20:55:51','2014-12-14 20:55:51','','IMAG0391~2 (1)','','inherit','closed','closed','','imag03912-1','','','2014-12-14 20:55:51','2014-12-14 20:55:51','',1040,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/IMAG03912-1.jpg',0,'attachment','image/jpeg',0),(1043,1,'2014-12-14 20:55:54','2014-12-14 20:55:54','','DSC_0118~2 (1)','','inherit','closed','closed','','dsc_01182-1','','','2014-12-14 20:55:54','2014-12-14 20:55:54','',1040,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/DSC_01182-1.jpg',0,'attachment','image/jpeg',0),(1037,1,'2014-12-14 15:23:37','2014-12-14 15:23:37',' \r\n\r\nClick on the links below to read some Christmas Poems written by Helen Long.\r\n\r\nIT\'S GETTING DARK IN BETHLEHEM\r\n\r\nEVE ON CHRISTMAS EVE\r\n\r\nTHE SHEEP TO THE SHEPHERD \r\n\r\nNATIVITY POEM FOR TODDLERS\"nativity\"','Christmas Poems by Helen Long','','inherit','closed','closed','','1025-autosave-v1','','','2014-12-14 15:23:37','2014-12-14 15:23:37','',1025,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1044,1,'2014-12-14 20:55:58','2014-12-14 20:55:58','','DSC_0117~2','','inherit','closed','closed','','dsc_01172','','','2014-12-14 20:55:58','2014-12-14 20:55:58','',1040,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/DSC_01172.jpg',0,'attachment','image/jpeg',0),(1045,1,'2014-12-14 20:56:11','2014-12-14 20:56:11','','DSC_0121~2','','inherit','closed','closed','','dsc_01212','','','2014-12-14 20:56:11','2014-12-14 20:56:11','',1040,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/DSC_01212.jpg',0,'attachment','image/jpeg',0),(1046,1,'2014-12-14 21:00:47','2014-12-14 21:00:47','','10649637_898878106791953_8559596685552799700_n','','inherit','closed','closed','','10649637_898878106791953_8559596685552799700_n','','','2014-12-14 21:00:47','2014-12-14 21:00:47','',1040,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/10649637_898878106791953_8559596685552799700_n.jpg',0,'attachment','image/jpeg',0),(1047,1,'2014-12-14 21:00:51','2014-12-14 21:00:51','','DSC_0120~2','','inherit','closed','closed','','dsc_01202-2','','','2014-12-14 21:00:51','2014-12-14 21:00:51','',1040,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/DSC_012021.jpg',0,'attachment','image/jpeg',0),(1048,1,'2014-12-14 21:00:54','2014-12-14 21:00:54','','IMAG0391~2 (1)','','inherit','closed','closed','','imag03912-1-2','','','2014-12-14 21:00:54','2014-12-14 21:00:54','',1040,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/IMAG03912-11.jpg',0,'attachment','image/jpeg',0),(1049,1,'2014-12-14 21:00:57','2014-12-14 21:00:57','','DSC_0118~2 (1)','','inherit','closed','closed','','dsc_01182-1-2','','','2014-12-14 21:00:57','2014-12-14 21:00:57','',1040,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/DSC_01182-11.jpg',0,'attachment','image/jpeg',0),(1050,1,'2014-12-14 21:00:59','2014-12-14 21:00:59','','DSC_0121~2','','inherit','closed','closed','','dsc_01212-2','','','2014-12-14 21:00:59','2014-12-14 21:00:59','',1040,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/DSC_012121.jpg',0,'attachment','image/jpeg',0),(1061,1,'2014-12-26 16:48:20','2014-12-26 16:48:20','\"image001\"\r\n
    You are invited to the New Year’s Eve Celebration at St Anne’s Cathedral. It will be a great way to welcome 2015 and Down and Dromore\'s Year of Mission.\r\nThere will be good food, live music, great craic, worship, stories of encouragement an...d a message from Bishop Harold - all against the backdrop of a beautifully lit St Anne’s Cathedral.\r\nIt will be come and go as you can. The informal bit starts at 9.00pm, we’ll focus on the Year of Prayer and Year of Mission starting from 10.30 pm and at midnight a piper will send us out together into 2015.
    \r\n\"New','New Year\'s Eve Celebration at St Anne\'s','','publish','closed','closed','','new-years-eve-celebration-at-st-annes','','','2014-12-26 16:48:20','2014-12-26 16:48:20','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1061',0,'cpt_news','',0),(1054,1,'2014-12-14 21:41:08','2014-12-14 21:41:08','This past week was our final session of the Alpha Course.  \"20141209_211212\"If you would like to read more about the course or interested in coming along to the next course, please follow this link\r\n

    .

    ','Final Night of Alpha ','','publish','closed','closed','','final-night-of-alpha','','','2014-12-14 21:42:44','2014-12-14 21:42:44','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1054',0,'cpt_news','',0),(1055,1,'2014-12-14 21:32:44','2014-12-14 21:32:44','','20141209_211212','','inherit','closed','closed','','20141209_211212','','','2014-12-14 21:32:44','2014-12-14 21:32:44','',1054,'http://www.belvoirparish.co.uk/wp-content/uploads/2014/12/20141209_211212.jpg',0,'attachment','image/jpeg',0),(1056,1,'2016-10-03 12:02:41','2016-10-03 11:02:41','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \n
    \n
    ******************
    \n
    \n\nTHURSDAY EVENING ALPHA COURSE\nat 8pm in the Family Centre\nAn opportunity to explore the Basics of the Christian Faith\nShort talks by Tom, Jacqueline or Jeremy followed by an opportunity to ask any question over a cuppa tea and a biscuit. Come to one, some or as many as you can.\n

    Oct 6            Who was Jesus? his claims\n13                    Who was Jesus? the evidence\n20                   Why did Jesus die?\n27                   How can we have faith?

    \n

    3 Nov              No Alpha: Half-term break

    \n

    Nov 10           Who is the Holy Spirit?\n17                   How can I resist evil?\n24                   Does God heal today?

    \n

    Dec 1               How does God guide us?

    \n

    8                      How can I make the most out of life?

    \n\n
    \n
    \n
    ******************
    \n
    \n
    Please contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the next course.
    \n
    \n
    \n
    \n
    \n
     \"Is
    \n
    \n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \n ','Alpha','','inherit','closed','closed','','213-autosave-v1','','','2016-10-03 12:02:41','2016-10-03 11:02:41','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1067,1,'2015-01-15 20:09:35','2015-01-15 20:09:35','Items being collected for the Belvoir Mission Trip to India in February. Donations can be left in either foyer.\r\n\r\nNEW\r\nUnderwear\r\nToothbrushes\r\nToothpaste\r\nNail varnish\r\nHair clips\r\nStickers for boys\r\nCombs\r\nBalloons\r\n\r\nCAN BE SECOND-HAND\r\nCrayons & pencils\r\nChildren’s Shorts\r\nChildren’s T-shirts that cover shoulders\r\nChildren’s skirts ','Donations need for India Trip - Feb 2015','','publish','closed','closed','','donations-need-for-india-trip-feb-2015','','','2015-01-15 20:09:35','2015-01-15 20:09:35','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1067',0,'cpt_news','',0),(1068,1,'2015-02-15 09:00:11','2015-02-15 09:00:11','\"India','India Mission Trip 15th Feb to 22nd Feb','','publish','closed','closed','','india-mission-trip-15th-feb-to-22nd-feb','','','2015-03-13 09:46:03','2015-03-13 09:46:03','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1068',0,'cpt_events','',0),(1069,1,'2015-01-15 20:17:43','2015-01-15 20:17:43','Click below for the latest India update.\r\n\r\nIndia Update January 2015\r\n\r\nIndia Update August 2014\r\n\r\n ','Latest India Update','','inherit','closed','closed','','908-revision-v1','','','2015-01-15 20:17:43','2015-01-15 20:17:43','',908,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1070,1,'2015-01-15 20:17:48','2015-01-15 20:17:48','Click below for the latest India update.\r\n\r\nIndia Update January 2015\r\n\r\nIndia Update August 2014\r\n\r\n ','Latest India Update','','inherit','closed','closed','','908-autosave-v1','','','2015-01-15 20:17:48','2015-01-15 20:17:48','',908,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1073,1,'2015-01-20 23:00:57','2015-01-20 23:00:57','','image_1','','inherit','closed','closed','','image_1','','','2015-01-20 23:00:57','2015-01-20 23:00:57','',104,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/image_1.jpeg',0,'attachment','image/jpeg',0),(1074,1,'2015-01-20 23:00:59','2015-01-20 23:00:59','','image_2','','inherit','closed','closed','','image_2','','','2015-01-20 23:00:59','2015-01-20 23:00:59','',104,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/image_2.jpeg',0,'attachment','image/jpeg',0),(1075,1,'2015-01-20 23:01:02','2015-01-20 23:01:02','','photo','','inherit','closed','closed','','photo','','','2015-01-20 23:01:02','2015-01-20 23:01:02','',104,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/photo.jpg',0,'attachment','image/jpeg',0),(1076,1,'2015-01-20 23:02:23','2015-01-20 23:02:23','\"image_2\" Cell Groups meet in the church over coffee, tea or a cold drink so people can relax in each other’s company and get to know one another. Here’s what you can expect at Cell groups and Alpha. When you arrive there is usually a coffee and a chance to catch up with other members and find out how everyone is.\r\n\r\nAfter a while the leader introduces the study, this is a time when as a group you will look \"photo\"more closely at God’s Word.\r\n\r\nUsually these studies have a guide book or sheet that each member of the group has a copy of Don’t worry on your first week, you can just listen or join in i f you want to. You won’t be pressurised at any point into saying anything. It’s fine if you prefer to just quietly listen to what everyone else is saying. Feel free to ask questions.\"image_1\"\r\n\r\nAt the end there will be a prayer time. You won’t be expected or pressurised to say anything out loud, you can pray quietly in your heart, or just listen to others’ prayers. This is a time for members to share their needs or concerns with God.\r\n\r\nSo Cell Groups exist as safe environments where members can:\r\n*Support and care for one another\r\n*Grow in the\"image\"ir knowledge and love of God\r\n\r\nWhen do the Cell groups meet?\r\nCell groups typically meet from Sept to May.\r\nMonday Morning Ladies Fellowship at 10:30am','Cell Groups','','inherit','closed','closed','','104-autosave-v1','','','2015-01-20 23:02:23','2015-01-20 23:02:23','',104,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1078,1,'2015-01-20 23:02:57','2015-01-20 23:02:57','Cell Groups meet in the church over coffee, tea or a cold drink so people can relax in each other’s company and get to know one another. Here’s what you can expect at Cell groups and Alpha. When you arrive there is usually a coffee and a chance to catch up with other members and find out how everyone is.\r\n\r\nAfter a while the leader introduces the study, this is a time when as a group you will look\r\nmore closely at God’s Word.\r\n\r\nUsually these studies have a guide book or sheet that each member of the group has a copy of Don’t worry on your first week, you can just listen or join in i f you want to. You won’t be pressurised at any point into saying anything. It’s fine if you prefer to just quietly listen to what everyone else is saying. Feel free to ask questions.\r\n\r\nAt the end there will be a prayer time. You won’t be expected or pressurised to say anything out loud, you can pray quietly in your heart, or just listen to others’ prayers. This is a time for members to share their needs or concerns with God.\r\n\r\nSo Cell Groups exist as safe environments where members can:\r\n*Support and care for one another\r\n*Grow in the\r\nir knowledge and love of God\r\n\r\nWhen do the Cell groups meet?\r\nCell groups typically meet from Sept to May.\r\nMonday Morning Ladies Fellowship at 10:30am','Cell Groups','','inherit','closed','closed','','104-revision-v1','','','2015-01-20 23:02:57','2015-01-20 23:02:57','',104,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1077,1,'2015-01-20 23:02:19','2015-01-20 23:02:19','\"image_2\" Cell Groups meet in the church over coffee, tea or a cold drink so people can relax in each other’s company and get to know one another. Here’s what you can expect at Cell groups and Alpha. When you arrive there is usually a coffee and a chance to catch up with other members and find out how everyone is.\r\n\r\nAfter a while the leader introduces the study, this is a time when as a group you will look \"photo\"more closely at God’s Word.\r\n\r\nUsually these studies have a guide book or sheet that each member of the group has a copy of Don’t worry on your first week, you can just listen or join in i f you want to. You won’t be pressurised at any point into saying anything. It’s fine if you prefer to just quietly listen to what everyone else is saying. Feel free to ask questions.\"image_1\"\r\n\r\nAt the end there will be a prayer time. You won’t be expected or pressurised to say anything out loud, you can pray quietly in your heart, or just listen to others’ prayers. This is a time for members to share their needs or concerns with God.\r\n\r\nSo Cell Groups exist as safe environments where members can:\r\n*Support and care for one another\r\n*Grow in the\"image\"ir knowledge and love of God\r\n\r\nWhen do the Cell groups meet?\r\nCell groups typically meet from Sept to May.\r\nMonday Morning Ladies Fellowship at 10:30am','Cell Groups','','inherit','closed','closed','','104-revision-v1','','','2015-01-20 23:02:19','2015-01-20 23:02:19','',104,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1079,1,'2015-01-20 23:05:08','2015-01-20 23:05:08','\"photo\"photo\"   \"image_2\"\"image_1\"\"image\"','Monday Cell - Christmas outing photos','','publish','closed','closed','','monday-cell-christmas-outing-photos','','','2015-01-20 23:10:16','2015-01-20 23:10:16','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1079',0,'cpt_news','',0),(1080,1,'2015-01-20 23:09:16','2015-01-20 23:09:16','','photo (2)','','inherit','closed','closed','','photo-2','','','2015-01-20 23:09:16','2015-01-20 23:09:16','',1079,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/photo-2.jpg',0,'attachment','image/jpeg',0),(1081,1,'2015-01-20 23:11:19','2015-01-20 23:11:19','\"photo\"photo \"photo\" \"image_2\" \"image_1\" \"image\"','Ladies Cell Christmas Outing 2014','','publish','closed','closed','','ladies-cell-christmas-outing-2014','','','2015-01-20 23:45:26','2015-01-20 23:45:26','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_photoalbums&p=1081',0,'cpt_photoalbums','',0),(1083,1,'2015-01-20 23:19:40','2015-01-20 23:19:40','\"unnamed \"Grill \"Ceiling \"Ceiling \"Portico \"Side \"Front \"Front \"Grill','India Hospital January 2015','','publish','closed','closed','','india-update-january-2015','','','2015-01-20 23:27:35','2015-01-20 23:27:35','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_photoalbums&p=1083',0,'cpt_photoalbums','',0),(1084,1,'2015-01-20 23:18:38','2015-01-20 23:18:38','','unnamed 6','','inherit','closed','closed','','unnamed-6','','','2015-01-20 23:18:38','2015-01-20 23:18:38','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/unnamed-6.jpg',0,'attachment','image/jpeg',0),(1085,1,'2015-01-20 23:18:54','2015-01-20 23:18:54','','unnamed 7','','inherit','closed','closed','','unnamed-7','','','2015-01-20 23:18:54','2015-01-20 23:18:54','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/unnamed-7.jpg',0,'attachment','image/jpeg',0),(1086,1,'2015-01-20 23:18:56','2015-01-20 23:18:56','','unnamed','','inherit','closed','closed','','unnamed-2','','','2015-01-20 23:18:56','2015-01-20 23:18:56','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/unnamed.jpg',0,'attachment','image/jpeg',0),(1087,1,'2015-01-20 23:19:01','2015-01-20 23:19:01','','unnamed 1','','inherit','closed','closed','','unnamed-1','','','2015-01-20 23:19:01','2015-01-20 23:19:01','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/unnamed-1.jpg',0,'attachment','image/jpeg',0),(1088,1,'2015-01-20 23:19:04','2015-01-20 23:19:04','','unnamed 2','','inherit','closed','closed','','unnamed-2-2','','','2015-01-20 23:19:04','2015-01-20 23:19:04','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/unnamed-2.jpg',0,'attachment','image/jpeg',0),(1089,1,'2015-01-20 23:19:08','2015-01-20 23:19:08','','unnamed 3','','inherit','closed','closed','','unnamed-3','','','2015-01-20 23:19:08','2015-01-20 23:19:08','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/unnamed-3.jpg',0,'attachment','image/jpeg',0),(1090,1,'2015-01-20 23:19:10','2015-01-20 23:19:10','','unnamed 4','','inherit','closed','closed','','unnamed-4','','','2015-01-20 23:19:10','2015-01-20 23:19:10','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/unnamed-4.jpg',0,'attachment','image/jpeg',0),(1091,1,'2015-01-20 23:19:12','2015-01-20 23:19:12','','unnamed 5','','inherit','closed','closed','','unnamed-5','','','2015-01-20 23:19:12','2015-01-20 23:19:12','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/unnamed-5.jpg',0,'attachment','image/jpeg',0),(1098,1,'2015-01-20 23:25:30','2015-01-20 23:25:30','','Side View of the Hospital Building','','inherit','closed','closed','','side-view-of-the-hospital-building','','','2015-01-20 23:25:30','2015-01-20 23:25:30','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/Side-View-of-the-Hospital-Building.jpg',0,'attachment','image/jpeg',0),(1099,1,'2015-01-20 23:25:33','2015-01-20 23:25:33','','Front View of the Hospital','','inherit','closed','closed','','front-view-of-the-hospital','','','2015-01-20 23:25:33','2015-01-20 23:25:33','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/Front-View-of-the-Hospital.jpg',0,'attachment','image/jpeg',0),(1100,1,'2015-01-20 23:25:36','2015-01-20 23:25:36','','Front View of the Hospital (2)','','inherit','closed','closed','','front-view-of-the-hospital-2','','','2015-01-20 23:25:36','2015-01-20 23:25:36','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/Front-View-of-the-Hospital-2.jpg',0,'attachment','image/jpeg',0),(1101,1,'2015-01-20 23:25:38','2015-01-20 23:25:38','','Grill and Plastering work is going on','','inherit','closed','closed','','grill-and-plastering-work-is-going-on','','','2015-01-20 23:25:38','2015-01-20 23:25:38','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/Grill-and-Plastering-work-is-going-on.jpg',0,'attachment','image/jpeg',0),(1093,1,'2015-01-20 23:27:41','2015-01-20 23:27:41','\"unnamed \"Grill \"Ceiling \"Ceiling \"Portico \"Side \"Front \"Front \"Grill','India Hospital January 2015','','inherit','closed','closed','','1083-autosave-v1','','','2015-01-20 23:27:41','2015-01-20 23:27:41','',1083,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1094,1,'2015-01-20 23:25:17','2015-01-20 23:25:17','','Grill and Plastering work is going on (2)','','inherit','closed','closed','','grill-and-plastering-work-is-going-on-2','','','2015-01-20 23:25:17','2015-01-20 23:25:17','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/Grill-and-Plastering-work-is-going-on-2.jpg',0,'attachment','image/jpeg',0),(1095,1,'2015-01-20 23:25:18','2015-01-20 23:25:18','','Ceiling Plastering work is going on','','inherit','closed','closed','','ceiling-plastering-work-is-going-on','','','2015-01-20 23:25:18','2015-01-20 23:25:18','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/Ceiling-Plastering-work-is-going-on.jpg',0,'attachment','image/jpeg',0),(1096,1,'2015-01-20 23:25:23','2015-01-20 23:25:23','','Ceiling Plastering work is going on (2)','','inherit','closed','closed','','ceiling-plastering-work-is-going-on-2','','','2015-01-20 23:25:23','2015-01-20 23:25:23','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/Ceiling-Plastering-work-is-going-on-2.jpg',0,'attachment','image/jpeg',0),(1097,1,'2015-01-20 23:25:25','2015-01-20 23:25:25','','Portico of First Floor','','inherit','closed','closed','','portico-of-first-floor','','','2015-01-20 23:25:25','2015-01-20 23:25:25','',1083,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/01/Portico-of-First-Floor.jpg',0,'attachment','image/jpeg',0),(1107,1,'2015-01-20 23:45:29','2015-01-20 23:45:29','\"photo\"photo \"photo\" \"image_2\" \"image_1\" \"image\"','Ladies Cell Christmas Outing 2014','','inherit','closed','closed','','1081-autosave-v1','','','2015-01-20 23:45:29','2015-01-20 23:45:29','',1081,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1104,1,'2015-01-20 23:28:33','2015-01-20 23:28:33','\"Grill \"Front \"Front \"Side \"Portico \"Ceiling \"Ceiling \"Grill','India Hospital - January 2015','','publish','closed','closed','','india-hospital-january-2015','','','2015-01-20 23:28:33','2015-01-20 23:28:33','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_photoalbums&p=1104',0,'cpt_photoalbums','',0),(1105,1,'2015-01-20 23:28:36','2015-01-20 23:28:36','\"Grill \"Front \"Front \"Side \"Portico \"Ceiling \"Ceiling \"Grill','India Hospital - January 2015','','inherit','closed','closed','','1104-autosave-v1','','','2015-01-20 23:28:36','2015-01-20 23:28:36','',1104,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1111,1,'2015-02-04 18:08:43','2015-02-04 18:08:43','','India_Mission_Trip_Prayer_Points_web','','inherit','closed','closed','','india_mission_trip_prayer_points_web','','','2015-02-04 18:08:43','2015-02-04 18:08:43','',1110,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/02/India_Mission_Trip_Prayer_Points_web1.jpg',0,'attachment','image/jpeg',0),(1115,1,'2015-02-18 19:30:39','2015-02-18 19:30:39','','Ash Wednesday Service','','publish','closed','closed','','ash-wednesday-service-2','','','2015-02-17 23:44:59','2015-02-17 23:44:59','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1115',0,'cpt_events','',0),(1116,1,'2015-04-03 19:30:13','2015-04-03 18:30:13','','Good Friday Service','','publish','closed','closed','','good-friday-service','','','2015-02-17 23:46:12','2015-02-17 23:46:12','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1116',0,'cpt_events','',0),(1117,1,'2015-04-01 19:30:16','2015-04-01 18:30:16','','Church Service','','publish','closed','closed','','church-service','','','2015-02-17 23:47:51','2015-02-17 23:47:51','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1117',0,'cpt_events','',0),(1118,1,'2015-04-02 19:30:01','2015-04-02 18:30:01','','Maudy Thursday Service','','publish','closed','closed','','maudy-thursday-service','','','2015-02-17 23:48:35','2015-02-17 23:48:35','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1118',0,'cpt_events','',0),(1128,1,'2015-02-26 08:33:31','2015-02-26 08:33:31','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nSenior Small Group: Alpha Course\r\nJan\r\n11 How does God guide?\r\n18 Who is the Holy Spirit he and what does He do?\r\n25 How can I be filled?\r\n\r\nFeb     \r\n1 Social: We are Vertigo\r\n8  How can I resist evil?\r\n15 Does God still heal?\r\n22 No Youth Cell: Half-term Break\r\n\r\nMarch \r\n1 Social: Games Night\r\n8  Stephen Whitten - Gap Year Possibilities for Senior Cell\r\n15 No Youth Cell\r\n22 Prayer Stations\r\n29 Last Alpha Night for Senior Cell\r\n\r\n \r\n\r\nMid and Junior Small Groups “Family Time”\r\nJan\r\n11 Doing your best\r\n18 Being trustworthy\r\n25 Being scared\r\n\r\nFeb \r\n1 Social: We are Vertigo\r\n8 What is forgiveness?\r\n15 What is love?\r\n22 No Youth Cell: Half-term Break\r\n\r\nMarch \r\n1 Social: Games Night\r\n8 Why we are special\r\n15 No Youth Cell\r\n22 Prayer Stations\r\n29 When we say the wrong things\r\n\r\n \r\n\r\nDownload Belvoir Youth Winter Programme 2015\r\n\r\n ','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2015-02-26 08:33:31','2015-02-26 08:33:31','',97,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1129,1,'2015-03-12 20:00:50','2015-03-12 20:00:50','Abigail McCartney will be joining us to speak about human trafficking in Northern Ireland. This event is hosted by Mothers Union. Everyone is welcome to attend.','No More Traffick Evening','','publish','closed','closed','','no-more-traffick-evening','','','2015-03-05 12:28:10','2015-03-05 12:28:10','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1129',0,'cpt_events','',0),(1130,1,'2015-03-21 19:30:26','2015-03-21 19:30:26',' \r\n\r\n \r\n\r\nThis will be a great time to get to know people in the church.\r\n\r\nWhether you are new or have been coming for a while and want to get to know others more the fellowship meal is the place to start!\r\n\r\nFor catering purposes it would be great if you could please RSVP by signing up in the church foyer, ring the church office (028) 9049 1436 or email office@belvoirparish.co.uk\r\n\r\nThere is no charge for this evening.\r\n\r\nFor catering purposes it would be great if you could please RSVP by signing up in the church foyer, ring the church office (028) 9049 1436 or email office@belvoirparish.co.uk\r\n\r\nThere is no charge for this evening.\r\n\r\n\"get_connected_05\"','Get Connected Fellowship Dinner','','publish','closed','closed','','church-dinner','','','2015-03-12 00:02:29','2015-03-12 00:02:29','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1130',0,'cpt_events','',0),(1133,1,'2015-03-11 22:14:28','2015-03-11 22:14:28','','get_connected_05','','inherit','closed','closed','','get_connected_05','','','2015-03-11 22:14:28','2015-03-11 22:14:28','',1130,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/03/get_connected_05.jpg',0,'attachment','image/jpeg',0),(1134,1,'2015-03-11 22:21:46','2015-03-11 22:21:46','7.30pm in the Family Centre on Saturday 21st March.\r\n\r\nThis will be a great time to get to know people in the church. Whether you are new or have been coming for a while and want to get to know others more the fellowship meal is the place to start!\r\n\r\nFor catering purposes it would be great if you could please RSVP by signing up in the church foyer, ring the church office (028) 9049 1436 or email office@belvoirparish.co.uk\r\n\r\nThere is no charge for this evening.\r\n\r\nFor catering purposes it would be great if you could please RSVP by signing up in the church foyer, ring the church office (028) 9049 1436 or email office@belvoirparish.co.uk\r\n\r\nThere is no charge for this evening.\"get_connected_05\"','Get Connected Fellowship Dinner','','publish','closed','closed','','get-connect-fellowship-dinner','','','2015-03-11 23:41:44','2015-03-11 23:41:44','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1134',0,'cpt_news','',0),(1135,1,'2015-03-11 22:21:38','2015-03-11 22:21:38','','get_connected_05','','inherit','closed','closed','','get_connected_05-2','','','2015-03-11 22:21:38','2015-03-11 22:21:38','',1134,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/03/get_connected_051.jpg',0,'attachment','image/jpeg',0),(1137,1,'2015-03-27 19:30:43','2015-03-27 19:30:43','Join us for a night of sharing from the member of the team who just have returned from the India mission trip.\r\n\r\n\"India','India Night','','publish','closed','closed','','india-night','','','2015-03-13 09:46:36','2015-03-13 09:46:36','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1137',0,'cpt_events','',0),(1138,1,'2015-03-13 09:44:57','2015-03-13 09:44:57','','India Night modified ML3','','inherit','closed','closed','','india-night-modified-ml3','','','2015-03-13 09:44:57','2015-03-13 09:44:57','',1068,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/02/India-Night-modified-ML3.jpg',0,'attachment','image/jpeg',0),(1140,1,'2015-03-29 10:45:06','2015-03-29 09:45:06','\"Picture1\"','Palm Sunday Walk of Witness','','publish','closed','closed','','palm-sunday-walk-of-witness','','','2015-03-28 19:27:17','2015-03-28 19:27:17','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1140',0,'cpt_events','',0),(1141,1,'2015-03-28 19:26:25','2015-03-28 19:26:25','','Picture1','','inherit','closed','closed','','picture1','','','2015-03-28 19:26:25','2015-03-28 19:26:25','',1140,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/03/Picture11.jpg',0,'attachment','image/jpeg',0),(1142,1,'2015-03-28 10:45:22','2015-03-28 10:45:22','We are meeting at the Belvoir Activity Centre for 10:45am for the Walk of Witness on the 29th March.\r\nAnd remember the clocks go forward on Saturday night.\r\n\r\n\"Picture1\"','Palm Sunday Walk of Witness','','publish','closed','closed','','palm-sunday-walk-of-witness','','','2015-03-28 19:33:40','2015-03-28 19:33:40','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1142',0,'cpt_news','',0),(1143,1,'2015-03-29 22:05:26','2015-03-29 21:05:26','POEM FOR PALM SUNDAY by Helen Long\r\n\r\nI wonder what the donkey thought\r\nThat day of palms and cheers,\r\nAs shouts of loud “Hosanna!”\r\nResounded in its ears.\r\n
    \r\n\r\nI wonder what the donkey thought\r\nAs through the streets it trod,\r\nAnd if it somehow knew it bore\r\nThe precious Son of God.\r\n\r\nI wonder if it realised\r\nHow fickle crowds can be—\r\nThat people who were cheering, soon\r\nWould jeer Him to a tree.\r\n\r\nI wonder if it saw ahead\r\nThe floggings and the trial,\r\nThe vicious, mocking crown of thorns\r\nAnd Peter’s lame denial.\r\n\r\nI wonder if it saw the cross\r\nAnd the Saviour hanging there,\r\nAnd if it knew he died for sins\r\nOf people everywhere.\r\n\r\nI wonder if it ever knew\r\nHe rose on Easter day\r\nAnd that His all-sufficient Love\r\nHad washed our sins away.\r\n\r\nI like to think it understood\r\nThe crucial part it played—\r\nThe full significance of Love\r\nUpon its back displayed!\r\n\r\n
    ','POEM FOR PALM SUNDAY by Helen Long','','publish','closed','closed','','poem-for-palm-sunday-by-helen-long','','','2015-03-29 22:05:26','2015-03-29 21:05:26','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1143',0,'cpt_news','',0),(1155,1,'2015-06-22 19:00:58','2015-06-22 18:00:58','Join us for Cake, Chat and Stories from India Hair and Make-Up, Henna Art, Nails DIY\r\n\r\nCost: Donations for India Fund\r\n\r\n\"India','Ladies\' Night at Belvoir','','publish','closed','closed','','ladies-night-at-belvoir','','','2015-06-11 12:58:50','2015-06-11 11:58:50','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1155',0,'cpt_events','',0),(1149,1,'2015-05-23 09:30:30','2015-05-23 08:30:30','We will get the train after 9.30am to travel to Portrush and arrival back to Belfast for 5pm. Sign up in the front foyer or see Carson Bell for further details.','Train Trip to Portrush','','publish','closed','closed','','train-trip-to-portrush','','','2015-05-12 07:25:05','2015-05-12 06:25:05','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1149',0,'cpt_events','',0),(1152,1,'2015-05-12 08:09:29','2015-05-12 07:09:29','

    “Each of you should use whatever gift you have received to serve others,\r\nas faithful stewards of God’s grace in its various forms.” 1 Peter 4 v 10

    \r\nWe have all been given special gifts from God in order to serve Him and each other. At Belvoir, we have lots of ministries that offer the opportunity for us to share these diverse talents. Are you a \"people person\"? Be a volunteer with Lunch Bunch. Are you handy around the house? You could help from time to time with odd jobs around the church. Do you enjoy singing? Help lead the worship service by joining the choir. Do you have a passion for children to learn more about Jesus? Join our Sunday school team. Whatever your gift, there is a ministry that will allow you to share the talents you have been blessed with to serve God, your church and the local Belvoir community while sharing in fellowship with our church family.\"Serving-300x225\"\r\n\r\nHave a wee look over the variety of ministries listed on this page. There is something for everyone, big or small! If you need help deciding which ministries to get involved with, follow this link to the Spiritual Gifts online test.\r\n\r\nYouth Work\r\nDo you have a heart for young people? Would you like to be a positive influence in the lives of the young people at Belvoir? The Youth volunteers would love you to join their team. There are opportunities on Sunday mornings with the Youth Group, Sunday evenings with the Youth Fellowship and 5-a-side football on Wednesday evenings. Contact Jeremy Mould for more details.\r\n\r\nSunday School\r\nDo you enjoy teaching children about Jesus? Would you like to be a part of children exploring their faith? If you would like to become a teacher or helper on a rota please contact Jacqueline Mould for more information.\r\n\r\nSunday School Pre-school Helper\r\nCould you support the leaders, once or twice a month? Help is needed to assist the Pre-school(3&4 year olds) Sunday Group leaders.  Helpers would be working with the group by assisting with crafts and other activities. See Jacqueline for more details.\r\n\r\nCreche Team\r\nDo you enjoy being with young children and babies? Are you responsible and trustworthy? You do not have to be a parent of a baby or young child to help out – in fact, Grandparents would be most welcome! You will be on a rota so it is not a weekly commitment. Contact Emma Smith for further details.\r\n\r\nTea and Coffee Team\r\nWould you enjoy making and serving tea and coffee to provide people with an opportunity to catch up with friends and make new ones over a cup of coffee on a Sunday morning. Apart from knowing that you have made a valuable contribution to creating community in church, you will also get to meet lots of people you don\'t know and be able to chat with them. Contact Ken Wilson for more details.\r\n\r\nLunch Bunch\r\nAre you free on Wednesdays from noon to 1.30pm? Why not come along to help make sandwiches or could you offer a lift for someone to come along from Taylor Court? If you are unavailable on Wednesdays but can maybe provide a cake etc, it would be greatly appreciated. See Joan McClelland for more details.\r\n\r\nFood Parcel Ministry\r\nIf you would like to pick up an extra tin or two during your weekly food shop, we collect non-perishable food at both doors weekly and distributed to people in need. Or would like to join the team who sorts the food and distributes it? See Carson Bell for more details.\r\n\r\nTaylor Court Reading Ministry\r\nDo you have a spare Thursday evening each month? Volunteers will take turns reading scripture, poetry, short stories to older people who are no longer able to read.(Taylor Court is just off the main A55 road opposite Milltown) The reading evenings include volunteers reading a small passage for an estimated 5-10 mins at a time. This ministry is for all ages. It is a great opportunity for families. The residents also enjoy when some of the volunteers have brought along their musical instruments to play a song for them. There are also residents in Taylor Court that would love to come along to Lunch Bunch but need a lift. If you would like to help, please see Wendy Lewis or Carson Bell for more details.\r\n\r\nChoir\r\nDo you like to sing? Everyone who enjoys singing is welcome to join our choir. Rehearsals are Wednesdays at 8.15pm. Contact Geoffrey Cherry for more information.\r\n\r\nSunday Morning Reader\r\nDo you would like to read? Sunday morning readers are a valuable part of our worship service. Lay people read the Old Testament lesson and the epistle (letter from New Testament). Reading scripture is for all ages.  Contact Tom or Jacqueline if you would like to join the team.\r\n\r\nTech Team\r\nAre you a techie? Do you like to move switches? Would you like to join the Sound team for the 11am service? Training is provided.\r\n\r\nPrayer Team\r\nDo you have a passion for prayer? Would you like to lead the Prayers of the People during the 11am service or pray with people during our Healing services? Contact Tom or Jacqueline for more information.\r\n\r\nPrayer Chain\r\nAre you willing to pray whenever a need arises -day or night? Would you like to become a Belvoir Prayer Chain Warrior?  You can sign-up here. If you have a prayer request for yourself or others, please email office@belvoirparish.co.uk  Requests can be anonymous - God knows who we are praying for!\r\n\r\nThere are many more areas besides those listed above so please let one of the clergy know if you would like to become more involved within the Belvoir family.','Serving at Belvoir','','inherit','closed','closed','','76-revision-v1','','','2015-05-12 08:09:29','2015-05-12 07:09:29','',76,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1157,1,'2015-06-11 12:56:45','2015-06-11 11:56:45','','India Ladies night June 2015','','inherit','closed','closed','','india-ladies-night-june-2015-2','','','2015-06-11 12:56:45','2015-06-11 11:56:45','',1155,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/06/India-Ladies-night-June-20151.jpg',0,'attachment','image/jpeg',0),(1158,1,'2015-06-11 12:58:53','2015-06-11 11:58:53','Join us for Cake, Chat and Stories from India Hair and Make-Up, Henna Art, Nails DIY\r\n\r\nCost: Donations for India Fund\r\n\r\n\"India','Ladies\' Night at Belvoir','','inherit','closed','closed','','1155-autosave-v1','','','2015-06-11 12:58:53','2015-06-11 11:58:53','',1155,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1164,1,'2015-06-20 19:30:48','2015-06-20 18:30:48','Join us for a Table Quiz on Sat 20 June at 7.30 at Belvoir Parish. You can come with a team or join a team. Everyone is welcome. All proceeds will go towards Neil McKane\'s mission trip to Ethiopia this summer.','Table Quiz Fundraiser for Neil\'s Habitat for Humanity Trip','','publish','closed','closed','','table-quiz-fundraiser-for-neils-habitat-for-humanity-trip','','','2015-06-16 18:49:01','2015-06-16 17:49:01','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1164',0,'cpt_events','',0),(1165,1,'2015-06-11 18:52:45','2015-06-11 17:52:45','Collection of items for Mission Trip to the Promised Land Orphanage this July.\r\nPlease put items in the collections boxes in the church foyer during the month of June.\r\n\r\nNEW Items\r\nMulti-vitamins\r\nFace-cloths\r\nUnderwear (ages 2-18)\r\nToothbrushes\r\nToothpaste\r\nSoap\r\nNail Varnish\r\nHair Clips\r\nCombs\r\nBalloons\r\n\r\nItems either new or good condition\r\nChildren\'s Clothing\r\nCrayons and Pencils\r\nColouring Books\r\nChildren\'s Books','Items needed for the Youth Mission Trip to India in July','','publish','closed','closed','','items-needed-for-the-youth-mission-trip-to-india-in-july','','','2015-06-16 19:02:39','2015-06-16 18:02:39','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1165',0,'cpt_news','',0),(1166,1,'2015-06-13 18:54:50','2015-06-13 17:54:50','Stephen Dunwoody\'s \"This Train\" CD is available in both foyers. Suggested minimum donation is £5. All proceeds will go towards the India project.','Stephen Dunwoody\'s \"This Train\" CD','','publish','closed','closed','','stephen-dunwoodys-this-train-cd','','','2015-06-16 19:02:16','2015-06-16 18:02:16','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1166',0,'cpt_news','',0),(1167,1,'2015-06-10 09:04:45','2015-06-10 08:04:45','Belvoir Food Support- Outreach Mission seeks furniture items. As well as your generous gifts of non-perishable food items and good clean men\'s clothes, please consider donating second hand (or new) furniture items. Collection is available. See Carson Bell for details.','Belvoir Food Support- Outreach Mission seeks furniture','','publish','closed','closed','','belvoir-food-support-outreach-mission-seeks-furniture','','','2015-06-16 19:06:29','2015-06-16 18:06:29','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1167',0,'cpt_news','',0),(1183,1,'2015-09-08 23:40:21','2015-09-08 22:40:21','','Mission Event Leaflet','','inherit','closed','closed','','mission-event-leaflet','','','2015-09-08 23:40:21','2015-09-08 22:40:21','',1181,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/09/Mission-Event-Leaflet-.jpg',0,'attachment','image/jpeg',0),(1171,1,'2015-07-29 21:33:00','0000-00-00 00:00:00','Transform - Scripture Union Mission Team will be with us from the 29th-31st July. It is for P1-P7s from 10am-12pm, 2-3.30pm and 7-8.30pm. Registration is at 10am on Wed 29th July at Belvoir Parish.','Transform - Scripture Union Mission Team','','draft','closed','closed','','','','','2015-07-29 21:33:00','2015-07-29 20:33:00','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1171',0,'cpt_events','',0),(1182,1,'2015-09-08 23:40:16','2015-09-08 22:40:16','','Mission Event Banner','','inherit','closed','closed','','mission-event-banner','','','2015-09-08 23:40:16','2015-09-08 22:40:16','',1181,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/09/Mission-Event-Banner-.jpg',0,'attachment','image/jpeg',0),(1181,1,'2015-09-19 09:30:48','2015-09-19 08:30:48','Come along, bring a friend, enjoy a complimentary cooked breakfast and hear from Rev. Brendan McCarthy. Please sign up in the church foyer or email office@belvoirparish.co.uk\"Mission','Confessions of a Vicar','','publish','closed','closed','','confessions-of-a-vicar','','','2015-09-08 23:40:51','2015-09-08 22:40:51','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1181',0,'cpt_events','',0),(1177,1,'2015-07-29 09:00:48','2015-07-29 08:00:48','Transform - Scripture Union Mission Team will be with us from the 29th-31st July. It is for P1-P7s from 10am-12pm, 2-3.30pm and 7-8.30pm. Registration is at 10am on Wed 29th July at Belvoir Parish. No charge. All welcome. Games, crafts, songs, stories.','Transform - Scripture Union Mission Team','','publish','closed','closed','','transform-scripture-union-mission-team','','','2015-07-29 21:35:04','2015-07-29 20:35:04','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1177',0,'cpt_news','',0),(1178,1,'2015-07-29 10:00:11','2015-07-29 09:00:11','Transform - Scripture Union Mission Team will be with us from the 29th-31st July. It is for P1-P7s from 10am-12pm, 2-3.30pm and 7-8.30pm. Registration is at 10am on Wed 29th July at Belvoir Parish. No charge. All welcome. Games, crafts, songs, stories.','Transform - Scripture Union Mission Team','','publish','closed','closed','','transform-scripture-union-mission-team','','','2015-07-29 21:36:14','2015-07-29 20:36:14','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1178',0,'cpt_events','',0),(1179,1,'2015-07-30 10:00:26','2015-07-30 09:00:26','Transform - Scripture Union Mission Team will be with us from the 29th-31st July. It is for P1-P7s from 10am-12pm, 2-3.30pm and 7-8.30pm. Registration is at 10am on Wed 29th July at Belvoir Parish. No charge. All welcome. Games, crafts, songs, stories.','Transform - Scripture Union Mission Team','','publish','closed','closed','','transform-scripture-union-mission-team-2','','','2015-07-29 21:36:51','2015-07-29 20:36:51','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1179',0,'cpt_events','',0),(1180,1,'2015-07-31 09:00:55','2015-07-31 08:00:55','Transform - Scripture Union Mission Team will be with us from the 29th-31st July. It is for P1-P7s from 10am-12pm, 2-3.30pm and 7-8.30pm. Registration is at 10am on Wed 29th July at Belvoir Parish. No charge. All welcome. Games, crafts, songs, stories.','Transform - Scripture Union Mission Team','','publish','closed','closed','','transform-scripture-union-mission-team-3','','','2015-07-29 21:37:51','2015-07-29 20:37:51','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1180',0,'cpt_events','',0),(1184,1,'2015-09-20 11:00:17','2015-09-20 10:00:17','Join us for a celebratory weekend to mark the start of a new season. Everyone is welcome! Fun for all the family...including a bouncy castle!\r\n\r\n\"Mission','Celebratory Service, BBQ and Fun Day','','publish','closed','closed','','celebratory-service-bbq-and-fun-day','','','2015-09-17 10:22:28','2015-09-17 09:22:28','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1184',0,'cpt_events','',0),(1185,1,'2015-09-20 18:30:38','2015-09-20 17:30:38','Join us for an evening of favourite hymns and songs together with stories of faith\"Mission','Songs of Praise','','publish','closed','closed','','songs-of-praise','','','2015-09-08 23:45:11','2015-09-08 22:45:11','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1185',0,'cpt_events','',0),(1198,1,'2015-09-17 10:21:52','2015-09-17 09:21:52','Join us for a celebratory weekend to mark the start of a new season. Everyone is welcome! Fun for all the family...including a bouncy castle!\n\n\"Mission','Celebratory Service, BBQ and Fun Day','','inherit','closed','closed','','1184-autosave-v1','','','2015-09-17 10:21:52','2015-09-17 09:21:52','',1184,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1188,1,'2015-09-15 19:25:11','2015-09-15 18:25:11','Youth Cell Programme    Jan - April 2017\r\n\r\nJanuary\r\n8         Cell Night\r\n15       Cell Night\r\n22       Cell Night\r\n29 Social: Laser Quest \r\n\r\nFebruary \r\n5         Cell Night\r\n12       NO Youth Cell (half term break)\r\n19       Guest Speaker & Worship Night\r\n26 Cell Night\r\n\r\nMarch\r\n5 Cell Night\r\n12 Cell Night\r\n19 Social: We are Vertigo\r\n26 No YC (Mothering sun)\r\n\r\nApril \r\n2 Cell Night\r\n9 Film Night\r\n16 No YC Easter Day\r\n23 No YC Easter Holidays\r\n\r\n \r\n\r\n ','YC Winter Schedule','','publish','closed','closed','','autumn-schedule','','','2016-12-13 14:48:50','2016-12-13 14:48:50','',0,'http://www.belvoirparish.co.uk/?page_id=1188',0,'page','',0),(1193,1,'2015-09-15 19:28:44','2015-09-15 18:28:44','Youth Cell Programme    Sept – Dec 2015\r\nSeptember\r\n6    BBQ  @ Thompson’s 6.30pm-8.30pm\r\n13  Introductions & Consent Forms and Levy\r\n20  No Youth Cell as Special Songs of Praise\r\n27  Cell Night\r\n\r\nOctober\r\n4    Social: 10 Pin Bowling\r\n11  Cell Night\r\n18  Cell Night\r\nSaturday 24th—Monday 26thWeekend Away @ Kilbroney\r\n\r\nNovember\r\n1    No YC – Half term Break\r\n8    Cell Night\r\n15  Cell Night\r\n22 Cell Night\r\n29  Social: Christmas Party Games Night\r\n\r\nDecember\r\n6  Prayer Stations\r\nSat 12 Cinema Outing or Sun 13  Home Cinema Night\r\n20  Belvoir Parish Carol Service\r\n27 & Jan 3  Holiday Break: No YC','YC Autumn Schedule','','inherit','closed','closed','','1188-revision-v1','','','2015-09-15 19:28:44','2015-09-15 18:28:44','',1188,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1189,1,'2015-09-15 19:25:11','2015-09-15 18:25:11','Youth Cell Programme    Sept – Dec 2015\r\nSeptember\r\n6    BBQ  @ Thompson’s 6.30pm-8.30pm\r\n13  Introductions & Consent Forms and Levy\r\n20  No Youth Cell as Special Songs of Praise\r\n27  Cell Night\r\n\r\nOctober\r\n4    Social: 10 pin bowling\r\n11  Cell Night\r\n18  Cell Night\r\nSaturday 24th—Monday 26thWeekend Away @ Kilbroney\r\n\r\nNovember\r\n1    no yc – half term break\r\n8    Cell Night\r\n15  Cell Night\r\n22 Cell Night\r\n29  Social; Christmas Party Games Night\r\n\r\nDecember\r\n6                            Prayer Stations\r\nSat 12                  Cinema Night\r\nor Sun13              Home Cinema Night\r\n20                          Belvoir Parish Carol Service\r\n27 & Jan 3          Holiday Break: no yc','Autumn Schedule','','inherit','closed','closed','','1188-revision-v1','','','2015-09-15 19:25:11','2015-09-15 18:25:11','',1188,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1190,1,'2015-09-15 19:25:56','2015-09-15 18:25:56',' ','','','publish','closed','closed','','1190','','','2015-09-15 19:25:56','2015-09-15 18:25:56','',0,'http://www.belvoirparish.co.uk/?p=1190',30,'nav_menu_item','',0),(1191,1,'2015-09-15 19:26:32','2015-09-15 18:26:32','Youth Cell Programme    Sept – Dec 2015\r\nSeptember\r\n6    BBQ  @ Thompson’s 6.30pm-8.30pm\r\n13  Introductions & Consent Forms and Levy\r\n20  No Youth Cell as Special Songs of Praise\r\n27  Cell Night\r\n\r\nOctober\r\n4    Social: 10 pin bowling\r\n11  Cell Night\r\n18  Cell Night\r\nSaturday 24th—Monday 26thWeekend Away @ Kilbroney\r\n\r\nNovember\r\n1    no yc – half term break\r\n8    Cell Night\r\n15  Cell Night\r\n22 Cell Night\r\n29  Social; Christmas Party Games Night\r\n\r\nDecember\r\n6                            Prayer Stations\r\nSat 12                  Cinema Night\r\nor Sun13              Home Cinema Night\r\n20                          Belvoir Parish Carol Service\r\n27 & Jan 3          Holiday Break: no yc','YC Autumn Schedule','','inherit','closed','closed','','1188-revision-v1','','','2015-09-15 19:26:32','2015-09-15 18:26:32','',1188,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1200,1,'2015-10-03 09:00:26','2015-10-03 08:00:26','Sign-up sheets in the front foyer.','12 hour Prayer Day','','publish','closed','closed','','12-hour-prayer-day','','','2015-10-03 10:27:29','2015-10-03 09:27:29','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1200',0,'cpt_events','',0),(1196,1,'2015-09-15 19:44:27','2015-09-15 18:44:27','','YC_Autumn_2015','','inherit','closed','closed','','yc_autumn_2015','','','2015-09-15 19:44:27','2015-09-15 18:44:27','',1188,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/09/YC_Autumn_2015.pdf',0,'attachment','application/pdf',0),(1194,1,'2015-09-15 19:40:27','2015-09-15 18:40:27','Youth Cell Programme    Sept – Dec 2015\r\nSeptember\r\n6    BBQ  @ Thompson’s 6.30pm-8.30pm\r\n13  Introductions & Consent Forms and Levy\r\n20  No Youth Cell as Special Songs of Praise\r\n27  Cell Night\r\n\r\nOctober\r\n4    Social: 10 Pin Bowling\r\n11  Cell Night\r\n18  Cell Night\r\nSaturday 24th—Monday 26thWeekend Away @ Kilbroney\r\n\r\nNovember\r\n1    No YC: Half-term break\r\n8    Cell Night\r\n15  Cell Night\r\n22 Cell Night\r\n29  Cell Social: Christmas Party Games Night\r\n\r\nDecember\r\n6 Prayer Stations\r\nSat 12 Cinema Outing or Sun 13  Home Cinema Night\r\n20 Belvoir Parish Carol Service\r\n27 & Jan 3 Holiday Break: No YC','YC Autumn Schedule','','inherit','closed','closed','','1188-revision-v1','','','2015-09-15 19:40:27','2015-09-15 18:40:27','',1188,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1195,1,'2015-09-15 19:42:44','2015-09-15 18:42:44','','autumn_2015[1]','','inherit','closed','closed','','autumn_20151','','','2015-09-15 19:42:44','2015-09-15 18:42:44','',1188,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/09/autumn_20151.pdf',0,'attachment','application/pdf',0),(1201,1,'2015-10-26 08:00:26','2015-10-26 08:00:26','More info to come...','India Night','','publish','closed','closed','','india-night-2','','','2015-10-03 10:36:40','2015-10-03 09:36:40','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1201',0,'cpt_events','',0),(1202,1,'2015-10-03 10:38:59','2015-10-03 09:38:59','Would you like to visit the India Christian Mission Centre in 2016? Anyone (18+) interested. Please contact Jeremy 07896839488 or Jacqueline 07805143806','India 2016 mission trip','','publish','closed','closed','','india-2016-mission-trip','','','2015-10-03 10:38:59','2015-10-03 09:38:59','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1202',0,'cpt_news','',0),(1203,1,'2015-10-11 11:00:19','2015-10-11 10:00:19','','Harvest Sunday','','publish','closed','closed','','harvest-sunday','','','2015-10-03 10:40:22','2015-10-03 09:40:22','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1203',0,'cpt_events','',0),(1204,1,'2015-10-03 10:41:11','2015-10-03 09:41:11','Leaflets will be available from the 11 Oct in both foyers.','Shoebox Appeal 2016','','publish','closed','closed','','shoebox-appeal-2016','','','2015-10-03 10:41:11','2015-10-03 09:41:11','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1204',0,'cpt_news','',0),(1212,1,'2015-12-20 11:00:51','2015-12-20 11:00:51','Join us for the Belvoir Parish Children\'s Nativity on the 20th December at 11am.','Children\'s Nativity','','publish','closed','closed','','childrens-nativity-3','','','2015-12-09 21:56:48','2015-12-09 21:56:48','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1212',0,'cpt_events','',0),(1207,1,'2015-11-26 20:00:21','2015-11-26 20:00:21','\"12193860_1073242079355554_8839506627802377141_n\"\r\n\r\n \r\n\r\nJoin us for a slideshow of the Youth Mission trip to the Indian Christian Mission Centre in July 2015 and an opportunity to hear the latest about ICMC\'s work - the orphanages, schools, colleges and St. Patrick\'s Mission Hospital - and its vision for the future.','India Night','','publish','closed','closed','','india-night-3','','','2015-11-15 20:28:19','2015-11-15 20:28:19','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1207',0,'cpt_events','',0),(1208,1,'2015-11-15 20:27:17','2015-11-15 20:27:17','','12193860_1073242079355554_8839506627802377141_n','','inherit','closed','closed','','12193860_1073242079355554_8839506627802377141_n','','','2015-11-15 20:27:17','2015-11-15 20:27:17','',1207,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/11/12193860_1073242079355554_8839506627802377141_n.jpg',0,'attachment','image/jpeg',0),(1209,1,'2015-11-28 16:00:58','2015-11-28 16:00:58','
    \r\n
    \r\n
    \r\n
    \"BPC
    \r\n
    \r\n
    Belvoir Mission 2015 Celebration & Thanksgiving
    \r\n
    As we near the end of our year of Mission 2015, Belvoir Parish Church in partnership with All Nations Ministries invites you to a day of Celebration & Thanksgiving.
    \r\n
    There will be a time of celebration featuring testimonies from the year 2015, All Nations Ministries music, Irish Dances, Children\'s Team, Story Telling and praise to God. We will share food and chat and have a fellowship time for all the family. Start time will be 4pm and we aim to finish around 6pm. Come and join us!
    \r\n
    \r\n
    \r\n
    ','Belvoir Mission 2015 Celebration & Thanksgiving','','publish','closed','closed','','belvoir-mission-2015-celebration-thanksgiving','','','2015-11-22 18:29:14','2015-11-22 18:29:14','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1209',0,'cpt_events','',0),(1210,1,'2015-11-22 18:27:09','2015-11-22 18:27:09','','BPC Celebration Day FINAL2','','inherit','closed','closed','','bpc-celebration-day-final2','','','2015-11-22 18:27:09','2015-11-22 18:27:09','',1209,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/11/BPC-Celebration-Day-FINAL2.jpg',0,'attachment','image/jpeg',0),(1213,1,'2015-12-20 19:00:52','2015-12-20 19:00:52','Join us for the Belvoir Parish Nine Lessons & Carols on the 20th Dec at 7pm.','Nine Lessons & Carols','','publish','closed','closed','','nine-lessons-carols-2','','','2015-12-09 21:57:37','2015-12-09 21:57:37','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1213',0,'cpt_events','',0),(1214,1,'2015-12-24 23:30:42','2015-12-24 23:30:42','Join us for Midnight Communion on the 24th December at 11:30pm.','Christmas Eve Midnight Communion','','publish','closed','closed','','christmas-eve-midnight-communion','','','2015-12-09 21:58:29','2015-12-09 21:58:29','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1214',0,'cpt_events','',0),(1215,1,'2015-12-25 10:00:34','2015-12-25 10:00:34','Join us for the Christmas Day Family Service on the 25th December at 10am.','Christmas Day Family Service','','publish','closed','closed','','christmas-day-family-service-2','','','2015-12-09 21:59:14','2015-12-09 21:59:14','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1215',0,'cpt_events','',0),(1218,1,'2015-12-12 10:00:57','2015-12-12 10:00:57','Join us for the Christmas Car Boot & Table Sale at Belvoir Parish on the 12 December from 10am-3pm. Price £7 (table) and £5(car). All proceeds will towards the Crosskennan Lane Animal Sanctuary.','Christmas Car Boot & Table Sale','','publish','closed','closed','','christmas-car-boot-table-sale','','','2015-12-09 22:01:55','2015-12-09 22:01:55','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1218',0,'cpt_events','',0),(1219,1,'2015-12-09 22:04:11','2015-12-09 22:04:11','Rainbows & Brownies are looking for 2 helpers for the Rainbows (ages 4-6) and 1 helper for the Brownies (ages 7-11) for Monday nights 6.30-8pm. Contact Jacqueline for more information.','Helpers needed for Rainbows & Brownies','','publish','closed','closed','','helpers-needed-for-rainbows-brownies','','','2015-12-09 22:04:11','2015-12-09 22:04:11','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1219',0,'cpt_news','',0),(1221,1,'2015-12-09 22:10:49','2015-12-09 22:10:49','Books of Poetry written by Caroline Dempster are available in the Church foyers. She is a member of Belvoir Parish and has kindly donated the books. All money raised will go towards the India Hospital Fund.','Books of Poetry written by Caroline Dempster','','publish','closed','closed','','books-of-poetry-written-by-caroline-dempster','','','2015-12-09 22:10:49','2015-12-09 22:10:49','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1221',0,'cpt_news','',0),(1222,1,'2015-12-09 22:12:36','2015-12-09 22:12:36','We are collecting Christmas Crackers (not the biscuit type) to donate to Storehouse. Please leave in the collection box in the front foyer.','Storehouse Christmas Appeal','','publish','closed','closed','','storehouse-christmas-appeal','','','2015-12-09 22:19:05','2015-12-09 22:19:05','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1222',0,'cpt_news','',0),(1223,1,'2015-12-17 18:30:31','2015-12-17 18:30:31','\"christmas_back\"\r\n\r\nFamily Carol Singing Evening - Thursday 17th December 6.30pm\r\n\r\nThe plan is to meet in the Belvoir Parish Family Centre at 6.30pm - please come wrapped up with your Christmas hat (and a torch, if you have one, to read the words).\r\n\r\nWe will go out into Belvoir and share some joyful carols and Christmas chocolates, supported by Michelle and the Youth Orchestra.\r\n\r\nThen back to the Family Centre for a hot drink and a mince pie.\r\n\r\nPlease come along and enjoy a lovely Christmas evening for the whole family!','Family Carol Singing Event','','publish','closed','closed','','family-carol-singing-evening','','','2015-12-09 23:21:53','2015-12-09 23:21:53','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1223',0,'cpt_events','',0),(1227,1,'2015-12-09 23:13:54','2015-12-09 23:13:54','','christmas_back','','inherit','closed','closed','','christmas_back','','','2015-12-09 23:13:54','2015-12-09 23:13:54','',1223,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/12/christmas_back.jpg',0,'attachment','image/jpeg',0),(1228,1,'2015-12-09 23:13:56','2015-12-09 23:13:56',' \n\nFamily Carol Singing Evening - Thursday 17th December 6.30pm\n\nThe plan is to meet in the Belvoir Parish Family Centre at 6.30pm - please come wrapped up with your Christmas hat (and a torch, if you have one, to read the words).\n\nWe will go out into Belvoir and share some joyful carols and Christmas chocolates, supported by Michelle and the Youth Orchestra.\n\nThen back to the Family Centre for a hot drink and a mince pie.\n\nPlease come along and enjoy a lovely Christmas evening for the whole family!','Family Carol Singing Evening','','inherit','closed','closed','','1223-autosave-v1','','','2015-12-09 23:13:56','2015-12-09 23:13:56','',1223,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1230,1,'2015-12-16 18:30:03','2015-12-16 18:30:03','Join us for Christmas Carol singing at Tesco on Wed 17th Dec from 6.30-8pm.','Belvoir Parish Carol Singing at Tesco','','publish','closed','closed','','belvoir-parish-carol-singing-at-tesco','','','2015-12-10 13:21:06','2015-12-10 13:21:06','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1230',0,'cpt_events','',0),(1231,1,'2015-12-22 20:00:37','2015-12-22 20:00:37','\"Picture1\"\r\n\r\nJoin us for the Senior Youth Cell and 20s Christmas Party on the 22nd Dec, 8pm at the Thompsons. RSVP to Sandi 07718292971','Senior Youth Cell and 20s Christmas Party','','publish','closed','closed','','senior-youth-cell-and-20s-christmas-party','','','2015-12-10 13:17:40','2015-12-10 13:17:40','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1231',0,'cpt_events','',0),(1232,1,'2015-12-10 13:17:12','2015-12-10 13:17:12','','Picture1','','inherit','closed','closed','','picture1-2','','','2015-12-10 13:17:12','2015-12-10 13:17:12','',1231,'http://www.belvoirparish.co.uk/wp-content/uploads/2015/12/Picture1.jpg',0,'attachment','image/jpeg',0),(1233,1,'2016-03-20 10:45:17','2016-03-20 10:45:17','Join us for a short walk of of witness from Belvoir Activity Centre to Belvoir Parish Church.\r\n\r\n\"Palm','Palm Sunday Procession','','publish','closed','closed','','palm-sunday-procession','','','2016-03-10 14:44:00','2016-03-10 14:44:00','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1233',0,'cpt_events','',0),(1234,1,'2016-03-10 14:34:38','2016-03-10 14:34:38','','Palm Sunday 2016 Web2','','inherit','closed','closed','','palm-sunday-2016-web2','','','2016-03-10 14:34:38','2016-03-10 14:34:38','',1233,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/03/Palm-Sunday-2016-Web2.jpg',0,'attachment','image/jpeg',0),(1235,1,'2016-03-10 14:34:45','2016-03-10 14:34:45','','New Banner 2016 Web4','','inherit','closed','closed','','new-banner-2016-web4','','','2016-03-10 14:34:45','2016-03-10 14:34:45','',1233,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/03/New-Banner-2016-Web4.jpg',0,'attachment','image/jpeg',0),(1271,1,'2016-12-13 14:47:48','2016-12-13 14:47:48','Youth Cell Programme    Jan - April 2017\n\nJanuary\n\n8         Cell Night\n\n15       Cell Night\n\n22       Cell Night\n\n29 Social: Laser Quest \n\n \n\nFebruary \n\n5         Cell Night\n\n12       NO Youth Cell (half term break)\n\n19       Guest Speaker & Worship Night\n\n26 Cell Night\n\n \n\nMarch\n\n5 Cell Night\n\n12 Cell Night\n\n19 Social: We are Vertigo\n\n26 No YC (Mothering sun)\n\n \n\nApril \n\n2 Cell Night\n\n9 Film Night\n\n16 No YC Easter Day\n\n23 No YC Easter Holidays\n\n \n\n ','YC Autumn Schedule','','inherit','closed','closed','','1188-autosave-v1','','','2016-12-13 14:47:48','2016-12-13 14:47:48','',1188,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1237,1,'2016-03-23 20:00:44','2016-03-23 20:00:44','','Holy Week Services - Wednesday','','publish','closed','closed','','holy-week-services-wednesday','','','2016-03-23 15:04:36','2016-03-23 15:04:36','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1237',0,'cpt_events','',0),(1238,1,'2016-03-24 20:00:42','2016-03-24 20:00:42','','Holy Week Services - Thursday','','publish','closed','closed','','holy-week-services-thursday','','','2016-03-23 15:05:04','2016-03-23 15:05:04','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1238',0,'cpt_events','',0),(1239,1,'2016-03-25 20:00:10','2016-03-25 20:00:10','','Good Friday Service','','publish','closed','closed','','good-friday-service-2','','','2016-03-23 15:05:35','2016-03-23 15:05:35','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1239',0,'cpt_events','',0),(1240,1,'2016-03-27 11:00:39','2016-03-27 10:00:39','','Easter Sunday Service','','publish','closed','closed','','easter-sunday-service','','','2016-03-23 15:06:02','2016-03-23 15:06:02','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1240',0,'cpt_events','',0),(1241,1,'2016-03-23 15:07:43','2016-03-23 15:07:43','
    \r\n
    \r\n
    Holy Week Service times
    \r\n
    \r\n
    \r\n
    Wednesday 8pm
    \r\n
    \r\n
    \r\n
    Thursday 8pm
    \r\n
    \r\n
    \r\n
    Good Friday 8pm
    \r\n
    \r\n
    \r\n
    Easter Sunday 11am
    \r\n
    \r\n
    ','Holy Week Service times','','publish','closed','closed','','holy-week-service-times','','','2016-03-23 16:13:16','2016-03-23 16:13:16','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1241',0,'cpt_news','',0),(1243,1,'2016-04-12 19:12:18','2016-04-12 18:12:18','','Shutter-Stock-Icons-Welcome-Image-300x200','','inherit','closed','closed','','shutter-stock-icons-welcome-image-300x200','','','2016-04-12 19:12:18','2016-04-12 18:12:18','',51,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/Shutter-Stock-Icons-Welcome-Image-300x200.jpg',0,'attachment','image/jpeg',0),(1244,1,'2016-04-12 19:13:10','2016-04-12 18:13:10','\"Shutter-Stock-Icons-Welcome-Image-300x200\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir!\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\n\"0001G1\"When do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Tom Keightley is the Rector of Belvoir Parish Church. His main duties are spiritual direction and pastoral care for our church members.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 12 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2016-04-12 19:13:10','2016-04-12 18:13:10','',51,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1246,1,'2016-05-04 19:00:02','2016-05-04 18:00:02','

    \"Got-talent_logo_red\"

    \r\n

    Belvoir\'s Got Talent

    \r\n

    Wed 4th May at 7pm

    \r\n

    Location: Belvoir Parish Church

    ','Belvoir\'s Got Talent','','publish','closed','closed','','belvoirs-got-talent','','','2016-05-03 22:31:58','2016-05-03 21:31:58','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1246',0,'cpt_events','',0),(1247,1,'2016-05-03 22:30:55','2016-05-03 21:30:55','','Got-talent_logo_red','','inherit','closed','closed','','got-talent_logo_red','','','2016-05-03 22:30:55','2016-05-03 21:30:55','',1246,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/05/Got-talent_logo_red.jpg',0,'attachment','image/jpeg',0),(1249,1,'2016-06-06 14:46:51','2016-06-06 13:46:51','Latest news about the India Project.\r\n\r\nPatrick Mission Hospital Building Update 27.5.16','India Project update','','publish','closed','closed','','india-project-update','','','2016-06-06 14:46:51','2016-06-06 13:46:51','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1249',0,'cpt_news','',0),(1251,1,'2016-06-06 14:45:53','2016-06-06 13:45:53','','Patrick Mission Hospital Building Update 27.5.16','','inherit','closed','closed','','patrick-mission-hospital-building-update-27-5-16','','','2016-06-06 14:45:53','2016-06-06 13:45:53','',1249,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/06/Patrick-Mission-Hospital-Building-Update-27.5.16.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1253,1,'2016-08-30 19:45:35','2016-08-30 18:45:35','\"BW16-Flyer-FrontSml\"\r\n\r\n10th Annual Bible Week taking place each evening at 7.45 pm from 30 August – 2 September.\r\n\r\nOur speaker in 2016 is Revd Dr Iain Provan and the venue will be Willowfield Church, Belfast.\r\n\r\nIain has been the Marshall Sheppard Professor of Biblical Studies at Regent College, Vancouver, since 1997, and will take as his theme, The Big Picture: Reading the Bible for All That’s There.\r\n\r\nFollow this link  for more information.\r\n\r\n ','Bishop\'s Bible Week 30th Aug to 2 Sept','','publish','closed','closed','','bishops-bible-week-30th-aug-to-2-sept','','','2016-08-22 10:04:18','2016-08-22 09:04:18','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1253',0,'cpt_events','',0),(1254,1,'2016-08-22 10:02:57','2016-08-22 09:02:57','','BW16-Flyer-FrontSml','','inherit','closed','closed','','bw16-flyer-frontsml','','','2016-08-22 10:02:57','2016-08-22 09:02:57','',1253,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/08/BW16-Flyer-FrontSml.jpg',0,'attachment','image/jpeg',0),(1255,1,'2016-08-22 10:05:37','2016-08-22 09:05:37','\"BPC','New Season at Belvoir','','publish','closed','closed','','new-season-at-belvoir','','','2016-08-22 10:05:37','2016-08-22 09:05:37','',0,'http://www.belvoirparish.co.uk/?p=1255',0,'post','',0),(1256,1,'2016-08-22 10:05:22','2016-08-22 09:05:22','','BPC 2016 Autumn Leaflet FRONT','','inherit','closed','closed','','bpc-2016-autumn-leaflet-front','','','2016-08-22 10:05:22','2016-08-22 09:05:22','',1255,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/08/BPC-2016-Autumn-Leaflet-FRONT.jpg',0,'attachment','image/jpeg',0),(1257,1,'2016-08-22 10:05:37','2016-08-22 09:05:37','\"BPC','New Season at Belvoir','','inherit','closed','closed','','1255-revision-v1','','','2016-08-22 10:05:37','2016-08-22 09:05:37','',1255,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1259,1,'2016-08-22 10:06:25','2016-08-22 09:06:25','\"BPC','Autumn Season at Belvoir','','publish','closed','closed','','autumn-season-at-belvoir','','','2016-08-22 10:07:02','2016-08-22 09:07:02','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1259',0,'cpt_news','',0),(1260,1,'2016-08-22 10:06:06','2016-08-22 09:06:06','','BPC 2016 Autumn Leaflet FRONT','','inherit','closed','closed','','bpc-2016-autumn-leaflet-front-2','','','2016-08-22 10:06:06','2016-08-22 09:06:06','',1259,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/08/BPC-2016-Autumn-Leaflet-FRONT-1.jpg',0,'attachment','image/jpeg',0),(1261,1,'2016-09-18 11:00:40','2016-09-18 10:00:40','\"BPC','Celebration Service, BBQ and Fun Day','','publish','closed','closed','','celebration-service-bbq-and-fun-day','','','2016-08-22 10:08:32','2016-08-22 09:08:32','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1261',0,'cpt_events','',0),(1262,1,'2016-08-22 10:08:14','2016-08-22 09:08:14','','BPC 2016 Autumn Leaflet FRONT','','inherit','closed','closed','','bpc-2016-autumn-leaflet-front-3','','','2016-08-22 10:08:14','2016-08-22 09:08:14','',1261,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/08/BPC-2016-Autumn-Leaflet-FRONT-2.jpg',0,'attachment','image/jpeg',0),(1263,1,'2016-09-20 20:00:51','2016-09-20 19:00:51','\"unnamed\"','Alpha on Tues evenings','','publish','closed','closed','','alpha-on-tues-evenings','','','2016-08-22 10:10:18','2016-08-22 09:10:18','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1263',0,'cpt_events','',0),(1264,1,'2016-08-22 10:09:26','2016-08-22 09:09:26','','unnamed','','inherit','closed','closed','','unnamed-8','','','2016-08-22 10:09:26','2016-08-22 09:09:26','',1263,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/08/unnamed.jpg',0,'attachment','image/jpeg',0),(1265,1,'2016-08-22 10:11:42','2016-08-22 09:11:42','\"autumn-banner-2016-web6\"\r\nTHURSDAY EVENING ALPHA COURSE\r\nat 8pm in the Family Centre\r\nAn opportunity to explore the Basics of the Christian Faith\r\nShort talks by Tom, Jacqueline or Jeremy followed by an opportunity to ask any question over a cuppa tea and a biscuit. Come to one, some or as many as you can.\r\n\r\nOct 6            Who was Jesus? his claims\r\n13                    Who was Jesus? the evidence\r\n20                   Why did Jesus die?\r\n27                   How can we have faith?\r\n\r\n3 Nov              No Alpha: Half-term break\r\n\r\nNov 10           Who is the Holy Spirit?\r\n17                   How can I resist evil?\r\n24                   Does God heal today?\r\n\r\nDec 1               How does God guide us?\r\n8                       How can I make the most out of life?','Autumn Alpha course - Thursdays at 8pm','','publish','closed','closed','','autumn-alpha-course','','','2016-10-04 15:58:28','2016-10-04 14:58:28','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1265',0,'cpt_news','',0),(1266,1,'2016-08-22 10:10:54','2016-08-22 09:10:54','','unnamed','','inherit','closed','closed','','unnamed-9','','','2016-08-22 10:10:54','2016-08-22 09:10:54','',1265,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/08/unnamed-1.jpg',0,'attachment','image/jpeg',0),(1267,1,'2016-08-22 10:11:14','2016-08-22 09:11:14','','unnamed','','inherit','closed','closed','','unnamed-10','','','2016-08-22 10:11:14','2016-08-22 09:11:14','',1265,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/08/unnamed-2.jpg',0,'attachment','image/jpeg',0),(1268,1,'2016-09-21 11:00:54','2016-09-21 10:00:54','\"unnamed\"','Alpha - Wed mornings','','publish','closed','closed','','alpha-wed-mornings','','','2016-09-08 15:38:20','2016-09-08 14:38:20','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1268',0,'cpt_events','',0),(1312,1,'2016-12-13 14:48:50','2016-12-13 14:48:50','Youth Cell Programme    Jan - April 2017\r\n\r\nJanuary\r\n8         Cell Night\r\n15       Cell Night\r\n22       Cell Night\r\n29 Social: Laser Quest \r\n\r\nFebruary \r\n5         Cell Night\r\n12       NO Youth Cell (half term break)\r\n19       Guest Speaker & Worship Night\r\n26 Cell Night\r\n\r\nMarch\r\n5 Cell Night\r\n12 Cell Night\r\n19 Social: We are Vertigo\r\n26 No YC (Mothering sun)\r\n\r\nApril \r\n2 Cell Night\r\n9 Film Night\r\n16 No YC Easter Day\r\n23 No YC Easter Holidays\r\n\r\n \r\n\r\n ','YC Winter Schedule','','inherit','closed','closed','','1188-revision-v1','','','2016-12-13 14:48:50','2016-12-13 14:48:50','',1188,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1272,1,'2016-09-08 14:17:56','2016-09-08 13:17:56','Youth Cell Programme    Sept – Dec 2016\r\n\r\nSeptember\r\n11          BBQ  @ Thompson’s      6.30pm-8.30pm \r\n18          Cell Night:-   Bring Consent Forms and Levy\r\n24          SATURDAY: the HUB 7.30pm Orangefield Presbyterian cost £4\r\n25          Cell Night\r\n\r\nOctober \r\n2 Meal and 10 Pin Bowling @ Lisburn Bowl 6.25pm\r\n9 Cell Night\r\n16 Cell Night\r\n23 Cell Night\r\nSaturday 29th—Monday 31stWeekend Away @ Kilbroney\r\n\r\nNovember\r\n6 No YC – half term break\r\n13 Cell Night\r\n20 Cell Night\r\n27 Guest  Speaker & worship night\r\n \r\n\r\nDecember \r\n4 Social: Christmas Party Games Night\r\n10 Saturday Cinema Night\r\nor Sun 11 Film Night @ church\r\n18 Belvoir Parish Carol Service\r\n25 & Jan 1 Holiday Break: No YC','YC Autumn Schedule','','inherit','closed','closed','','1188-revision-v1','','','2016-09-08 14:17:56','2016-09-08 13:17:56','',1188,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1273,1,'2016-09-08 14:21:51','2016-09-08 13:21:51','Youth Cell Programme    Sept – Dec 2016\r\n\r\nSeptember\r\n11          BBQ  @ Thompson’s      6.30pm-8.30pm \r\n18          Cell Night:-   Bring Consent Forms and Levy\r\n24          SATURDAY: the HUB 7.30pm Orangefield Presbyterian cost £4\r\n25          Cell Night\r\n\r\nOctober \r\n2 Meal and 10 Pin Bowling @ Lisburn Bowl 6.25pm\r\n9 Cell Night\r\n16 Cell Night\r\n23 Cell Night\r\nSaturday 29th—Monday 31st Weekend Away @ Kilbroney\r\n\r\nNovember\r\n6 No YC – half term break\r\n13 Cell Night\r\n20 Cell Night\r\n27 Guest  Speaker & worship night\r\n\r\nDecember \r\n4 Social: Christmas Party Games Night\r\n10 Saturday Cinema Night\r\nor Sun 11 Film Night @ church\r\n18 Belvoir Parish Carol Service\r\n25 & Jan 1 Holiday Break: No YC','YC Autumn Schedule','','inherit','closed','closed','','1188-revision-v1','','','2016-09-08 14:21:51','2016-09-08 13:21:51','',1188,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1274,1,'2016-09-08 14:22:50','2016-09-08 13:22:50','','autumn-2016','','inherit','closed','closed','','autumn-2016','','','2016-09-08 14:22:50','2016-09-08 13:22:50','',97,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/autumn-2016.pdf',0,'attachment','application/pdf',0),(1277,1,'2016-09-08 14:41:16','2016-09-08 13:41:16','See the Autumn 2016 Youth Cell schedule here','Autumn Youth Cell schedule','','publish','closed','closed','','autumn-youth-cell-schedule','','','2016-09-08 14:41:16','2016-09-08 13:41:16','',0,'http://www.belvoirparish.co.uk/?p=1277',0,'post','',0),(1279,1,'2016-09-08 14:41:16','2016-09-08 13:41:16','See the Autumn 2016 Youth Cell schedule here','Autumn Youth Cell schedule','','inherit','closed','closed','','1277-revision-v1','','','2016-09-08 14:41:16','2016-09-08 13:41:16','',1277,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1310,1,'2016-12-13 14:46:23','2016-12-13 14:46:23','','youth-cell-winter-2017','','inherit','closed','closed','','youth-cell-winter-2017','','','2016-12-13 14:46:23','2016-12-13 14:46:23','',97,'http://www.belvoirparish.co.uk/wp-content/uploads/2013/06/Youth-Cell-Winter-2017.pdf',0,'attachment','application/pdf',0),(1281,1,'2016-08-25 14:42:53','2016-08-25 13:42:53','See the Autumn 2016 Youth Cell schedule here','Autumn Youth Cell schedule','','publish','closed','closed','','autumn-youth-cell-schedule','','','2016-09-08 15:37:12','2016-09-08 14:37:12','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1281',0,'cpt_news','',0),(1286,1,'2016-10-03 11:58:03','2016-10-03 10:58:03','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    ******************
    \r\n
    \r\n\r\nTHURSDAY EVENING ALPHA COURSE\r\nat 8pm\r\nAn opportunity to explore the Basics of the Christian Faith\r\nShort talks by Tom, Jacqueline or Jeremy followed by an opportunity to ask any question over a cuppa tea and a biscuit. Come to one, some or as many as you can.\r\n

    Oct 6            Who was Jesus? his claims\r\n13                    Who was Jesus? the evidence\r\n20                   Why did Jesus die?\r\n27                   How can we have faith?

    \r\n

    3 Nov              No Alpha: Half-term break

    \r\n

    Nov 10           Who is the Holy Spirit?\r\n17                   How can I resist evil?\r\n24                   Does God heal today?

    \r\n

    Dec 1                    How does God guide us?

    \r\n\r\n
    \r\n
    \r\n
    ******************
    \r\n
    \r\n
    Please contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the next course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2016-10-03 11:58:03','2016-10-03 10:58:03','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1284,1,'2016-10-03 11:57:07','2016-10-03 10:57:07','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    ******************
    \r\n
    \r\n\r\nTHURSDAY EVENING ALPHA COURSE\r\nStarting 20 SEPT\r\n@ 8.00pm\r\nFollowed by questions and a light supper\r\n\r\nPlease sign up in the church foyer or email office@belvoirparish.co.uk\r\n\r\nTHURSDAY EVENING ALPHA COURSE 2016\r\nAn opportunity to explore the Basics of the Christian Faith\r\nShort talks by Tom, Jacqueline or Jeremy followed by an opportunity to ask any question over a cuppa tea and a biscuit. Come to one, some or as many as you can.\r\n

    Oct 6            Who was Jesus? his claims\r\n13                    Who was Jesus? the evidence\r\n20                   Why did Jesus die?\r\n27                   How can we have faith?

    \r\n

    3 Nov              No Alpha: Half-term break

    \r\n

    Nov 10           Who is the Holy Spirit?\r\n17                   How can I resist evil?\r\n24                   Does God heal today?

    \r\n

    Dec 1                    How does God guide us?

    \r\n\r\n
    \r\n
    \r\n
    ******************
    \r\n
    \r\n
    Please contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the next course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2016-10-03 11:57:07','2016-10-03 10:57:07','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1282,1,'2016-09-08 15:52:03','2016-09-08 14:52:03','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    ******************
    \r\n
    \r\n\r\nTUESDAY EVENING ALPHA COURSE\r\nStarting 20 SEPT\r\n@ 8.00pm\r\nCanon Tom Keightley\r\nFollowed by questions and a light supper\r\n\r\nWEDNESDAY MORNINGS ALPHA COURSE\r\nStarting 21 SEPT\r\n(on the Wednesdays following the Tuesday Alpha)\r\n@ 11.00am\r\nRev Jacqueline Mould\r\nFollowed by questions and a light lunch\r\n\r\nPlease sign up in the church foyer or email office@belvoirparish.co.uk\r\n\r\nTUESDAY EVENING ALPHA COURSE 2016\r\nAn opportunity to explore the Basics of the Christian Faith\r\nShort talks by Tom, Jacqueline or Jeremy followed by an opportunity to ask any question over a cuppa tea and a biscuit. Come to one, some or as many as you can.\r\n

    Sept 20           Christianity: boring, irrelevant and untrue?\r\n27                    Are the Gospels reliable?\r\nOct 4            Who was Jesus? his claims\r\n11                    Who was Jesus? the evidence\r\n18                    Why did Jesus die?\r\n25                    How can we have faith?

    \r\n

    1 Nov              No Alpha: Half-term break

    \r\n

    Nov 8           Who is the Holy Spirit?\r\n15                    How can I resist evil?\r\n22                   Does God heal today?\r\n29                    How does God guide us?

    \r\n\r\n
    \r\n
    \r\n
    ******************
    \r\n
    \r\n
    Please contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the next course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2016-09-08 15:52:03','2016-09-08 14:52:03','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1285,1,'2016-10-03 11:57:23','2016-10-03 10:57:23','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    ******************
    \r\n
    \r\n\r\nTHURSDAY EVENING ALPHA COURSE\r\n@ 8.00pm\r\nFollowed by questions and a light supper\r\n\r\nPlease sign up in the church foyer or email office@belvoirparish.co.uk\r\n\r\nTHURSDAY EVENING ALPHA COURSE 2016\r\nAn opportunity to explore the Basics of the Christian Faith\r\nShort talks by Tom, Jacqueline or Jeremy followed by an opportunity to ask any question over a cuppa tea and a biscuit. Come to one, some or as many as you can.\r\n

    Oct 6            Who was Jesus? his claims\r\n13                    Who was Jesus? the evidence\r\n20                   Why did Jesus die?\r\n27                   How can we have faith?

    \r\n

    3 Nov              No Alpha: Half-term break

    \r\n

    Nov 10           Who is the Holy Spirit?\r\n17                   How can I resist evil?\r\n24                   Does God heal today?

    \r\n

    Dec 1                    How does God guide us?

    \r\n\r\n
    \r\n
    \r\n
    ******************
    \r\n
    \r\n
    Please contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the next course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2016-10-03 11:57:23','2016-10-03 10:57:23','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1287,1,'2016-10-03 11:58:18','2016-10-03 10:58:18','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    ******************
    \r\n
    \r\n\r\nTHURSDAY EVENING ALPHA COURSE\r\nat 8pm in the Family Centre\r\nAn opportunity to explore the Basics of the Christian Faith\r\nShort talks by Tom, Jacqueline or Jeremy followed by an opportunity to ask any question over a cuppa tea and a biscuit. Come to one, some or as many as you can.\r\n

    Oct 6            Who was Jesus? his claims\r\n13                    Who was Jesus? the evidence\r\n20                   Why did Jesus die?\r\n27                   How can we have faith?

    \r\n

    3 Nov              No Alpha: Half-term break

    \r\n

    Nov 10           Who is the Holy Spirit?\r\n17                   How can I resist evil?\r\n24                   Does God heal today?

    \r\n

    Dec 1                    How does God guide us?

    \r\n\r\n
    \r\n
    \r\n
    ******************
    \r\n
    \r\n
    Please contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the next course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2016-10-03 11:58:18','2016-10-03 10:58:18','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1288,1,'2016-10-16 11:00:34','2016-10-16 10:00:34','','Harvest Service','','publish','closed','closed','','harvest-service','','','2016-10-03 12:00:59','2016-10-03 11:00:59','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1288',0,'cpt_events','',0),(1289,1,'2016-10-03 12:02:55','2016-10-03 11:02:55','
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    ******************
    \r\n
    \r\n\r\nTHURSDAY EVENING ALPHA COURSE\r\nat 8pm in the Family Centre\r\nAn opportunity to explore the Basics of the Christian Faith\r\nShort talks by Tom, Jacqueline or Jeremy followed by an opportunity to ask any question over a cuppa tea and a biscuit. Come to one, some or as many as you can.\r\n

    Oct 6            Who was Jesus? his claims\r\n13                    Who was Jesus? the evidence\r\n20                   Why did Jesus die?\r\n27                   How can we have faith?

    \r\n

    3 Nov              No Alpha: Half-term break

    \r\n

    Nov 10           Who is the Holy Spirit?\r\n17                   How can I resist evil?\r\n24                   Does God heal today?

    \r\n

    Dec 1               How does God guide us?

    \r\n

    8                      How can I make the most out of life?

    \r\n\r\n
    \r\n
    \r\n
    ******************
    \r\n
    \r\n
    Please contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the next course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2016-10-03 12:02:55','2016-10-03 11:02:55','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1290,1,'2016-10-04 15:57:59','2016-10-04 14:57:59','','autumn-banner-2016-web6','','inherit','closed','closed','','autumn-banner-2016-web6','','','2016-10-04 15:57:59','2016-10-04 14:57:59','',1265,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/08/Autumn-Banner-2016-Web6.jpg',0,'attachment','image/jpeg',0),(1291,1,'2016-10-04 15:58:55','2016-10-04 14:58:55','
    \"autumn-banner-2016-web6\"
    \r\n
    Alpha is a series of ten sessions exploring the Christian faith in an informal and relaxed environment. Each evening begins with a meal, followed by a short talk, then time for discussion and questions. Topics include Who is Jesus? and How can I be sure of my faith?
    \r\n
    \r\n
    ******************
    \r\n
    \r\n\r\nTHURSDAY EVENING ALPHA COURSE\r\nat 8pm in the Family Centre\r\nAn opportunity to explore the Basics of the Christian Faith\r\nShort talks by Tom, Jacqueline or Jeremy followed by an opportunity to ask any question over a cuppa tea and a biscuit. Come to one, some or as many as you can.\r\n

    Oct 6            Who was Jesus? his claims\r\n13                    Who was Jesus? the evidence\r\n20                   Why did Jesus die?\r\n27                   How can we have faith?

    \r\n

    3 Nov              No Alpha: Half-term break

    \r\n

    Nov 10           Who is the Holy Spirit?\r\n17                   How can I resist evil?\r\n24                   Does God heal today?

    \r\n

    Dec 1               How does God guide us?

    \r\n

    8                      How can I make the most out of life?

    \r\n\r\n
    \r\n
    \r\n
    ******************
    \r\n
    \r\n
    Please contact the Church Office (Tuesday-Friday, 9.30-2.30pm) on 02890 491436 or phone Jacqueline 02892 647912, to find out more or to register for the next course.
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
     \"Is
    \r\n
    \r\n

    “Attending Alpha not only enabled us to develop our relationship with GOD but also with one another. We also found it a great opportunity to meet and form friendships with others from the Church who we had not previously had the chance to get to meet.”

    \r\n ','Alpha','','inherit','closed','closed','','213-revision-v1','','','2016-10-04 15:58:55','2016-10-04 14:58:55','',213,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1293,1,'2016-11-17 19:30:35','2016-11-17 19:30:35','\"copy-of-thankyou-4\"\r\n\r\nJoin us on Thursday 17th November at 7.30pm in the Belvoir Parish Family Centre for \'An Evening of Testimony and Biblical Storytelling.\'\r\n\r\nWendy Johnston will be joining us for the evening. She is a Biblical Storyteller. Feel free to invite friends and family to hear her tell some of God\'s story and how she found her passion to tell His story by heart.\r\n\r\nSuggested Donation: £5 to cover the speaker contribution\r\nand to support the refugee work with Operation Mobilisation.','\'An Evening of Testimony and Biblical Storytelling’','','publish','closed','closed','','an-evening-of-testimony-and-biblical-storytelling','','','2016-11-07 23:00:57','2016-11-07 23:00:57','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1293',0,'cpt_events','',0),(1294,1,'2016-11-07 22:55:47','2016-11-07 22:55:47','','copy-of-thankyou-4','','inherit','closed','closed','','copy-of-thankyou-4','','','2016-11-07 22:55:47','2016-11-07 22:55:47','',1293,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/11/Copy-of-ThankYou-4.png',0,'attachment','image/png',0),(1295,1,'2016-11-11 11:25:20','2016-11-11 11:25:20','\"copy-of-thankyou-4\"\r\n\r\nJoin us on Thursday 17th November at 7.30pm in the Belvoir Parish Family Centre for ‘An Evening of Testimony and Biblical Storytelling.’\r\n\r\nWendy Johnston will be joining us for the evening. She is a Biblical Storyteller. Feel free to invite friends and family to hear her tell some of God’s story and how she found her passion to tell His story by heart.\r\n\r\nSuggested Donation: £5 to cover the speaker contribution  and to support the refugee work with Operation Mobilisation.','‘An Evening of Testimony and Biblical Storytelling’','','publish','closed','closed','','an-evening-of-testimony-and-biblical-storytelling','','','2016-11-11 12:20:57','2016-11-11 12:20:57','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1295',0,'cpt_news','',0),(1296,1,'2016-11-11 11:27:50','2016-11-11 11:27:50','Belvoir Primary School Carol Service is on Thursday 15 December at 6.30pm\r\nChildren\'s Nativity is on Sunday 18 December at 11am\r\nNine Lessons and Carols is on Sunday 18 December at 7pm\r\nMidnight Communion is on Christmas Eve at 11.30pm\r\nChristmas Day Service starts at 10am.  There will be no 9am or 4.30pm service on Christmas Day.','Important Dates for Christmas','','publish','closed','closed','','important-dates-for-christmas','','','2016-11-11 11:27:50','2016-11-11 11:27:50','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1296',0,'cpt_news','',0),(1298,1,'2016-11-27 14:00:44','2016-11-27 14:00:44','\"refugees-day-invitation-1\"','Refugee Welcome Event at St. George\'s, High Street','','publish','closed','closed','','refugee-welcome-event-at-st-georges-high-street','','','2016-11-17 08:14:42','2016-11-17 08:14:42','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1298',0,'cpt_events','',0),(1299,1,'2016-11-17 08:14:15','2016-11-17 08:14:15','','refugees-day-invitation-1','','inherit','closed','closed','','refugees-day-invitation-1','','','2016-11-17 08:14:15','2016-11-17 08:14:15','',1298,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/11/Refugees-Day-Invitation-1.jpg',0,'attachment','image/jpeg',0),(1301,1,'2016-12-10 10:30:19','2016-12-10 10:30:19','\"15390716_1358928480786911_5026479138402398603_n\"\r\n\r\nJoin us for a Christmas Brunch & Advent Reflection with Jonny Watson. The event will start at 10.30am and aim to finish at 12pm. Please rsvp to the event page or email Krystal belvoirparish@gmail.com to help with catering numbers. Everyone is welcome.','Christmas Brunch & Advent Reflection','','publish','closed','closed','','christmas-brunch-advent-reflection','','','2016-12-07 15:54:30','2016-12-07 15:54:30','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1301',0,'cpt_events','',0),(1302,1,'2016-12-07 15:54:19','2016-12-07 15:54:19','','15390716_1358928480786911_5026479138402398603_n','','inherit','closed','closed','','15390716_1358928480786911_5026479138402398603_n','','','2016-12-07 15:54:19','2016-12-07 15:54:19','',1301,'http://www.belvoirparish.co.uk/wp-content/uploads/2016/12/15390716_1358928480786911_5026479138402398603_n.jpg',0,'attachment','image/jpeg',0),(1303,1,'2016-12-18 11:00:47','2016-12-18 11:00:47','','Children’s Nativity','','publish','closed','closed','','childrens-nativity-4','','','2016-12-07 15:56:14','2016-12-07 15:56:14','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1303',0,'cpt_events','',0),(1304,1,'2016-12-18 19:00:20','2016-12-18 19:00:20','','Nine Lessons and Carols','','publish','closed','closed','','nine-lessons-and-carols','','','2016-12-07 16:01:10','2016-12-07 16:01:10','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1304',0,'cpt_events','',0),(1306,1,'2016-12-24 11:30:53','2016-12-24 11:30:53','','Midnight Communion','','publish','closed','closed','','midnight-communion-2','','','2016-12-07 16:00:28','2016-12-07 16:00:28','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1306',0,'cpt_events','',0),(1307,1,'2016-12-25 10:00:19','2016-12-25 10:00:19','','Christmas Day Service','','publish','closed','closed','','christmas-day-service','','','2016-12-07 15:59:16','2016-12-07 15:59:16','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1307',0,'cpt_events','',0),(1308,1,'2016-12-20 18:30:25','2016-12-20 18:30:25','','Christmas Caroling','','publish','closed','closed','','christmas-caroling','','','2016-12-08 11:23:24','2016-12-08 11:23:24','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1308',0,'cpt_events','',0),(1313,1,'2016-12-13 14:49:23','2016-12-13 14:49:23','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nSee the Winter 2017 schedule here','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2016-12-13 14:49:23','2016-12-13 14:49:23','',97,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1314,1,'2016-12-13 14:49:54','2016-12-13 14:49:54','Sunday Night Youth Cell is a time to connect with friends and grow closer to God for 12+.\r\n\r\nA typical evening includes:\r\n7-7.30pm Pool, Dance/Sport Wii, Table-Tennis, Football, Tuck-shop and Pizza.\r\n7.30pm Short talk and Worship\r\n7.45pm Fellowship Groups\r\n5th & 6th Form group until 8.30pm for discussion and prayer\r\n1st & 2nd and 3rd & 4th Form get to know you chat and games until 8.15pm\r\n\r\nSee the Winter 2017 schedule here','Youth Cell','','inherit','closed','closed','','97-revision-v1','','','2016-12-13 14:49:54','2016-12-13 14:49:54','',97,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1318,1,'2017-01-27 19:30:20','2017-01-27 19:30:20','\"\"Please join us on Friday the 27th January at 7.30pm for an all-ages concert to pay tribute to Tom and Meta\'s dedicated ministry at Belvoir Parish. Everyone welcome.','Celebration of Tom and Meta\'s Ministry Concert','','publish','closed','closed','','belvoir-parish-celebration-concert-for-all-ages','','','2017-01-25 12:34:46','2017-01-25 12:34:46','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1318',0,'cpt_events','',0),(1316,1,'2016-12-13 14:52:33','2016-12-13 14:52:33','See the  Youth Cell Winter 2017 schedule here','Youth Cell Winter 2017 Schedule','','publish','closed','closed','','youth-winter-schedule','','','2016-12-13 14:53:02','2016-12-13 14:53:02','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1316',0,'cpt_news','',0),(1319,1,'2017-01-23 11:13:35','2017-01-23 11:13:35','Please join us on Friday the 27th January at 7.30pm for an all-ages concert to pay tribute to Tom and Meta\'s dedicated ministry at Belvoir Parish. Everyone welcome.','Celebration of Tom and Meta\'s Ministry Concert','','inherit','closed','closed','','1318-autosave-v1','','','2017-01-23 11:13:35','2017-01-23 11:13:35','',1318,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1320,1,'2017-01-29 11:00:05','2017-01-29 11:00:05','Join us as we celebrate Tom and Meta\'s 30+ years of ministry at Belvoir Parish Church this Sunday at 11am. Everyone welcome.','Canon Tom Keightley\'s final Sunday Service','','publish','closed','closed','','canon-tom-keightleys-final-sunday-service','','','2017-01-23 11:14:41','2017-01-23 11:14:41','',0,'http://www.belvoirparish.co.uk/?p=1320',0,'post','',0),(1321,1,'2017-01-23 11:14:41','2017-01-23 11:14:41','Join us as we celebrate Tom and Meta\'s 30+ years of ministry at Belvoir Parish Church this Sunday at 11am. Everyone welcome.','Canon Tom Keightley\'s final Sunday Service','','inherit','closed','closed','','1320-revision-v1','','','2017-01-23 11:14:41','2017-01-23 11:14:41','',1320,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1322,1,'2017-01-29 11:00:49','2017-01-29 11:00:49','Join us as we celebrate Tom and Meta\'s 30+ years of ministry at Belvoir Parish Church this Sunday at 11am. Everyone welcome.','Canon Tom Keightley\'s last Sunday service','','publish','closed','closed','','canon-tom-keightleys-last-sunday-service','','','2017-01-25 12:32:11','2017-01-25 12:32:11','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1322',0,'cpt_events','',0),(1323,1,'2017-01-25 12:32:47','2017-01-25 12:32:47','','unnamed','','inherit','closed','closed','','unnamed-11','','','2017-01-25 12:32:47','2017-01-25 12:32:47','',1318,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/01/unnamed-1.jpg',0,'attachment','image/jpeg',0),(1325,1,'2017-03-06 08:03:50','2017-03-06 08:03:50','Please follow this link to the Belvoir Parish Newsletter.','Belvoir Parish Newsletter - Feb 2017','','publish','closed','closed','','belvoir-parish-newsletter-feb-2017','','','2017-03-12 19:38:18','2017-03-12 19:38:18','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1325',0,'cpt_news','',0),(1326,1,'2017-03-06 08:02:39','2017-03-06 08:02:39','','Belvoir Parish News Feb 2017 - Copy.pub','','inherit','closed','closed','','belvoir-parish-news-feb-2017-copy-pub','','','2017-03-06 08:02:39','2017-03-06 08:02:39','',1325,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/03/Belvoir-Parish-News-Feb-2017-Copy.pub_.pdf',0,'attachment','application/pdf',0),(1327,1,'2017-03-06 19:30:03','2017-03-06 19:30:03','Join us on Monday nights at 7.30pm throughout Lent for Bible Study.','Monday Lent Group','','publish','closed','closed','','monday-lent-group','','','2017-03-06 08:04:58','2017-03-06 08:04:58','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1327',0,'cpt_events','',0),(1328,1,'2017-03-09 19:30:03','2017-03-09 19:30:03','Join us on Thursday nights at 7.30pm throughout Lent for Bible Study.','Thursday Lent Group','','publish','closed','closed','','thursday-lent-group','','','2017-03-06 08:05:38','2017-03-06 08:05:38','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1328',0,'cpt_events','',0),(1330,1,'2017-03-17 12:29:58','2017-03-17 12:29:58','Click on the link below to hear Tom\'s last service.\r\n\r\n[audio mp3=\"http://www.belvoirparish.co.uk/wp-content/uploads/2017/03/Final-Service-29th-Jan-2017.mp3\"][/audio]','Tom\'s last church service','','publish','closed','closed','','toms-last-church-service','','','2017-03-17 12:29:58','2017-03-17 12:29:58','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1330',0,'cpt_news','',0),(1331,1,'2017-03-17 11:36:59','2017-03-17 11:36:59','\"Final Service 29th Jan 2017\".','Final Service 29th Jan 2017','','inherit','closed','closed','','final-service-29th-jan-2017','','','2017-03-17 12:29:13','2017-03-17 12:29:13','',1330,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/03/Final-Service-29th-Jan-2017.mp3',0,'attachment','audio/mpeg',0),(1440,1,'2017-12-24 11:00:08','2017-12-24 11:00:08','','Children\'s Nativity','','publish','closed','closed','','childrens-nativity-5','','','2017-11-28 23:15:36','2017-11-28 23:15:36','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1440',0,'cpt_events','',0),(1362,1,'2017-06-25 13:00:35','2017-06-25 12:00:35','\"\"Revd Adrian McCartney\r\n\r\nAdrian has been leading Boring Wells, a fresh expression of church in Down and Dromore, for nearly fifteen years. Boring Wells is a relational network of people who are dedicated to keeping mission as the primary call on their lives, whether in work or play or corporately as the church. In recent years Adrian has been leading a community based in St Christopher’s, Mersey Street and before that, in Moneyreagh.\r\n\r\nAdrian has also had a variety of roles in Summer Madness for most of its 30 years.\r\n\r\nHe is looking forward to his new adventure with and among the people of Belvoir Parish as our rector.','Revd Adrian McCartney to become our new Rector','','publish','closed','closed','','revd-adrian-mccartney-to-be-incumbent-of-belvoir-parish','','','2017-06-26 11:25:59','2017-06-26 10:25:59','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1362',0,'cpt_news','',0),(1352,1,'2017-05-24 09:46:45','2017-05-24 08:46:45','PLEDGE TO PRAY \r\nEveryone prays. Sometimes we have the opportunity to pray with intention and focus. We can pray as individuals, as families and as a church. Join us in “Thy Kingdom Come,” a prayer initiative led by Justin Welby, Archbishop of Canterbury. \r\nBeginning on Ascension Day, Thursday 25th May, and leading through to Pentecost Sunday on the 4th of June, join with churches and communities across the world praying that \r\n\r\nChurch and Prayer Room Open Times\r\nFriday 26th May, \r\nTuesday 30th May-Friday 2nd June\r\n10am-2pm \r\n7-9pm\r\nPlease come and pray\r\n','Pledge to Pray','','publish','closed','closed','','pledge-to-pray','','','2017-05-24 09:46:45','2017-05-24 08:46:45','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1352',0,'cpt_news','',0),(1354,1,'2017-05-25 20:00:58','2017-05-25 19:00:58','Ascension Day Service\r\nThursday 25th May \r\nShort Service and Prayer in the Church @ 8pm\r\n','Ascension Day Service','','publish','closed','closed','','ascension-day-service','','','2017-05-24 09:47:50','2017-05-24 08:47:50','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1354',0,'cpt_events','',0),(1355,1,'2017-06-18 12:30:08','2017-06-18 11:30:08','Four of our young people, Thomas Cherry, Ollie Patterson, Callum Patterson and Matthew Mould are travelling with EXODUS to Romania this July. They are raising funds for the charities they will be working with there. \r\n','Bun Sale for Exodus Summer Mission','','publish','closed','closed','','bun-sale-for-exodus-summer-mission','','','2017-05-24 09:49:42','2017-05-24 08:49:42','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1355',0,'cpt_events','',0),(1356,1,'2017-05-24 09:00:08','2017-05-24 08:00:08','

    A team comprising adults and young people are getting ready for another trip to the Indian Christian Mission Centre in South India to work at the Promised Land Orphanage. They will be spending lots of time with the children as well as carrying out practical work on our church project St Patrick’s Mission Hospital.\r\nFor more information please see the website www.stpatricksmissionhospital.org\r\nSome of the team will be training the orphanage house-parents in assessing and caring for children with special learning needs and any suffering trauma from their previous home life.\r\nOnce again the team will be taking out as many toiletries and small gifts as can be packed into their suitcases. If you’d like to donate, please leave any of the following in the Collection Boxes in the church foyers:\r\nToothpaste , Toothbrushes, Underwear, Stickers for boys, Deflated footballs, Mini football pumps, Hair clips, Nail varnish, Combs, Loom bands, Balloons (new please)\r\nCrayons and pencils, Shorts, T-shirts and Skirts for ages 0-18 (may be second-hand)\r\nThe team are: Jeremy, Helen Livingston, Stephen & Rachel Eachus, Sarah Gothard, Stephen, Joyce, Ailie & Anna McKinty, Carson & Victoria Bell, and Richard and Ruby Laugharne joining the team in India from England.

    ','Team gears up for visit to the Indian Christian Mission Centre','','publish','closed','closed','','team-gears-up-for-visit-to-the-indian-christian-mission-centre','','','2017-05-24 09:51:27','2017-05-24 08:51:27','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1356',0,'cpt_news','',0),(1357,1,'2017-05-24 09:01:03','2017-05-24 08:01:03','Rainbows, Sunday Club and Youth Group are doing amazing work with our children and they need more adult leaders to join the teams.\r\n\r\nIf you could give one Sunday each month please speak to Julie Chandler about Sunday Club and Jacqueline about Rainbows and Jeremy about Youth Group.\r\n\r\n ','Volunteers Needed','','publish','closed','closed','','volunteers-needed','','','2017-05-24 09:53:42','2017-05-24 08:53:42','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1357',0,'cpt_news','',0),(1358,1,'2017-06-24 12:00:28','2017-06-24 11:00:28','

    We are keen to support the All Nations Ministry team organising a BBQ at Botanic Gardens for the refugee community that we have been involved with over the last 12 months. It follows on from the fantastic day away at St. Georges in Belfast in 2016 and is a tremendous opportunity to help those who have moved into NI and are hoping to find happiness and peace and a future in our country. This Picnic BBQ event will invite as many as we can and along with the All Nations team provide a super day away to relax, to talk, to play and have some fund and most importantly to enjoy simple fellowship with others willing to share and help. We need you to offer some time to help with the organising and/or join the Picnic BBQ on the day. If you can do this please make contact with Helen Livingston or David Maganda asap.

    ','Picnic BBQ with All Nations Ministry','','publish','closed','closed','','picnic-bbq-with-all-nations-ministry','','','2017-05-24 09:58:06','2017-05-24 08:58:06','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1358',0,'cpt_events','',0),(1334,1,'2017-02-01 12:34:04','2017-02-01 12:34:04','What a special weekend at our church. Around October time, can\'t remember the exact date, Tom announced from the pulpit his plans to retire in the New Year, 2017. Coming on top of his son Thomas’s recent illness, the congregation let out a collective gasp, it just seemed to much to take in all at once and now Tom was moving on. No one could deny he needed this, both he and his lovely wife Meta needed time out, time to reflect, relax and renew . Time to be themselves and to gain strength to continue being the support to their family that they knew was vital in the challenging times ahead.\r\n\r\nFast forward to the weekend of January 27th, 2017. Tom and Meta’s farewell . What we had all talked about and wondered about since knowing he was going, had at last arrived. I admit to personally wishing it was all over and I was only serving the tea ! Now that it is all over, what a weekend it was for everyone concerned.\r\n\r\nThe “This is your life “ theme of Friday night’s concert was brilliant, and we saw some photographs of a very handsome young Tom that had the ladies swooning LOL. We enjoyed hearing about him joining the Church Army, and then moving back to N. Ireland. Settling in Portadown for a few years before moving to Belfast, and Belvoir. We were entertained by the children from Sunday Club , the choir who sang wonderfully and last but not least the personal tributes that members of the congregation made to Tom. Not an easy task, as each and every one of them described the impact he had on their lives both personally and as their minister and mentor. I can genuinely say there wasn’t a dry eye in the church by the time everyone had spoken. The Church Family then joined with Tom and Meta’s family to share friendship and fellowship in the hall, and have a chance to chat with him and wish him well.\r\n\r\nSunday was his last formal day as our minister, the church was packed to the rafters and he would have been delighted to see “no woodwork “ on show. It was an emotional day, but also a day where all of us in Belvoir felt surrounded and uplifted by the love for this man and his family, and for the support he has shown to us through the years. It was our chance to repay that by being together, and praising our Lord and Saviour. Of course, we had to have finish off with yet more tea and buns !\r\n\r\nTom leaves a gap in our church that is unique to him. He is an amazing man, a big man, with a big heart and a capacity to embrace and enfold the lonely, the weary, the insignificant the down trodden and the marginalised with a love that exceeds all boundaries. He leaves his mark wherever he goes, whether it be at home in a living room, in Church, in a prison cell, or in India where the hospital he had the vision to build is growing by the day and will be there as a testament to his faith and tenacity in making it happen. He inspired us all to achieve things we never thought possible. He seen in people, gifts they didn’t even know they had, and with gentle nurturing, he enabled everyone to go further than they ever intended to go, without even realising they were doing it.\r\n\r\nFaith Family and Friendship are very important to everyone, and none more so than Tom. Seeing him surrounded by his family at the weekend, loved by them, and by his congregation, this is a true man of God and a man of Faith. He reaches out his hand of friendship to everyone, and there are no strangers to him, I just hope that we as a congregation can continue to do him proud, honour his life long work and make sure there is no woodwork showing on a Sunday morning.\r\n\r\nI hope his legacy will continue in Belvoir, that our love for Jesus as inspired by Tom’s amazing sermons each week, will continue to Take us further than we want to go, keep us longer than we want to stay and above all, hold us fast to that which is important thanks to the inspiration and love of a true man of God, we were blessed to call Priest and friend.\r\n\r\nThese lovely words were written by Lynne Hamilton.','Faith Family and Friendship','','publish','closed','closed','','faith-family-and-friendship','','','2017-03-17 12:34:26','2017-03-17 12:34:26','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1334',0,'cpt_news','',0),(1337,1,'2017-04-12 17:58:34','2017-04-12 16:58:34','EASTER SERVICES\r\n\r\n12 April Holy Wednesday at 7.30pm\r\n13 April Maundy Thursday at 7.30pm\r\n14 April Good Friday at 7.30pm\r\nEaster Day Celebration 16 April at 11am\r\n
    \r\n\r\nEveryone welcome to all services.\r\n\r\n
    ','Easter Services','','publish','closed','closed','','easter-services','','','2017-04-12 17:58:34','2017-04-12 16:58:34','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1337',0,'cpt_news','',0),(1338,1,'2017-04-12 19:30:41','2017-04-12 18:30:41','','Holy Wednesday','','publish','closed','closed','','holy-wednesday','','','2017-04-12 17:58:57','2017-04-12 16:58:57','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1338',0,'cpt_events','',0),(1339,1,'2017-04-13 19:30:04','2017-04-13 18:30:04','','Maundy Thursday','','publish','closed','closed','','maundy-thursday','','','2017-04-12 17:59:30','2017-04-12 16:59:30','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1339',0,'cpt_events','',0),(1340,1,'2017-04-14 19:30:39','2017-04-14 18:30:39','','Good Friday','','publish','closed','closed','','good-friday','','','2017-04-12 17:59:57','2017-04-12 16:59:57','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1340',0,'cpt_events','',0),(1341,1,'2017-04-16 11:00:17','2017-04-16 10:00:17','','Easter Sunday','','publish','closed','closed','','easter-sunday','','','2017-04-12 18:00:48','2017-04-12 17:00:48','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1341',0,'cpt_events','',0),(1343,1,'2017-05-06 09:00:12','2017-05-06 08:00:12','Join us as we take the train to spend a day in Londonderry.','Church Day Trip','','publish','closed','closed','','church-day-trip','','','2017-04-12 18:04:53','2017-04-12 17:04:53','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1343',0,'cpt_events','',0),(1344,1,'2017-04-14 22:01:14','2017-04-14 21:01:14','Sundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n\r\nThursdays\r\n10.30am: Holy Communion','Service times','','inherit','closed','closed','','87-revision-v1','','','2017-04-14 22:01:14','2017-04-14 21:01:14','',87,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1345,1,'2017-09-25 16:19:53','2017-09-25 15:19:53','Belvoir Parish Church\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\nBelfast\nBT8 7EB\nT: (028) 9049 1436\nE: office@belvoirparish.co.uk\n\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\n

    Church Staff

    \nThe Revd Adrian McCarthy (Rector)\n*Parish under the oversite of the\nArea Dean, Canon John Auchmuty (028) 9047 1514 until 27th October 2017\n\nThe Revd Jacqueline Mould (Curate)\n(028) 9264 7912\njacmould@gmail.com\n\nThe Revd Jeremy Mould (Curate)\n(028) 9264 7912\njermould@gmail.com\n\nMrs Jennifer Stewart (Parish Administrator)\n(028) 9049 1436\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-autosave-v1','','','2017-09-25 16:19:53','2017-09-25 15:19:53','',574,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1346,1,'2017-04-14 22:03:07','2017-04-14 21:03:07','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nVacant (Rector)\r\n\r\nParish under the oversite of the\r\nArea Dean, Canon John Auchmuty (028) 9047 1514\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2017-04-14 22:03:07','2017-04-14 21:03:07','',574,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1347,1,'2017-04-14 22:07:15','2017-04-14 21:07:15','MONDAY\r\n10.30am           Women’s Cell Group\r\n6.30-7.30pm    Rainbow Guides (4-7 yrs)\r\n6.30-8.00pm   Brownie Guides (7-10 yrs)\r\n\r\nTUESDAY\r\n10.00am           Parents & Toddlers Group\r\n\r\nWEDNESDAY\r\n12-1.30pm       Lunch Bunch\r\n7.30-8.30pm   5-a-side Football Secondary aged (1st, 3rd & 5th Wednesdays)\r\n8.15pm             Choir Practice\r\n\r\nTHURSDAY\r\n10.30am           Holy Communion\r\n3-5pm               Irish Dancing Classes (4-11yrs)\r\n6-8pm              Irish Dancing Classes (teens)\r\n8.00pm            Mother’s Union Meeting(2nd Thursday)\r\n\r\nSATURDAY\r\n9.30am–2pm   Irish Dancing Classes\r\n7.30-10.30pm  Badminton\r\n\r\nSUNDAY\r\n 9.00am             Holy Communion\r\n11.00am             Family Worship - Creche, Sunday School & Youth group\r\n7-8.30pm          Youth Fellowship (Year 8+)','Weekly Activities','','inherit','closed','closed','','143-revision-v1','','','2017-04-14 22:07:15','2017-04-14 21:07:15','',143,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1348,1,'2017-04-14 22:08:18','2017-04-14 21:08:18','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nVacant (Rector)\r\n*Parish under the oversite of the\r\nArea Dean, Canon John Auchmuty (028) 9047 1514\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2017-04-14 22:08:18','2017-04-14 21:08:18','',574,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1359,1,'2017-05-24 08:12:35','2017-05-24 07:12:35','Click this link to view the latest Belvoir Parish newsletter.','May/June 2017 newsletter','','publish','closed','closed','','mayjune-2017-newsletter','','','2017-05-28 16:15:43','2017-05-28 15:15:43','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1359',0,'cpt_news','',0),(1360,1,'2017-05-28 16:13:05','2017-05-28 15:13:05','','newsletter ascension2017','','inherit','closed','closed','','newsletter-ascension2017','','','2017-05-28 16:13:05','2017-05-28 15:13:05','',1359,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/05/newsletter-ascension2017.pdf',0,'attachment','application/pdf',0),(1363,1,'2017-06-26 10:52:35','2017-06-26 09:52:35','','Adrian shares','','inherit','closed','closed','','adrian-shares','','','2017-06-26 10:52:35','2017-06-26 09:52:35','',1362,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/06/Adrian-shares.jpg',0,'attachment','image/jpeg',0),(1364,1,'2017-06-15 10:55:12','2017-06-15 09:55:12','\"\"\r\n\r\nBible week 2017 from 29th August - 1st September in Shankill Parish, Lurgan\r\n\r\n\"\"\r\n\r\n ','Bishop\'s Bible Week 29th Aug to 1st Sept','','publish','closed','closed','','bishops-bible-week-29th-aug-to-1st-sept','','','2017-06-26 10:58:02','2017-06-26 09:58:02','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1364',0,'cpt_news','',0),(1365,1,'2017-06-26 10:55:52','2017-06-26 09:55:52','','Bible week 2017 front','','inherit','closed','closed','','bible-week-2017-front','','','2017-06-26 10:55:52','2017-06-26 09:55:52','',1364,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/06/Bible-week-2017-front.png',0,'attachment','image/png',0),(1366,1,'2017-06-26 10:56:00','2017-06-26 09:56:00','','Bible Week 2017 back','','inherit','closed','closed','','bible-week-2017-back','','','2017-06-26 10:56:00','2017-06-26 09:56:00','',1364,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/06/Bible-Week-2017-back.png',0,'attachment','image/png',0),(1368,1,'2017-09-10 19:00:46','2017-09-10 18:00:46','
    Join us for Hot Chocolate, Pizza and Cocktail sausages to kick start the new season of Youth Cell on Sunday 10th Sept in the Family Centre, 7pm to 8.30pm - all secondary aged welcomed.
    ','New Season of Youth Cell','','publish','closed','closed','','new-season-of-youth-cell','','','2017-09-03 23:59:30','2017-09-03 22:59:30','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1368',0,'cpt_events','',0),(1369,1,'2017-09-04 00:01:33','2017-09-03 23:01:33','The Revd Adrian McCartney will be instituted as our new Incumbent at Belvoir on Friday 27 October 2017 at 8.00 pm.','Service of Institution, Belvoir','','publish','closed','closed','','service-of-institution-belvoir','','','2017-09-04 00:02:02','2017-09-03 23:02:02','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1369',0,'cpt_news','',0),(1370,1,'2017-10-27 20:00:08','2017-10-27 19:00:08','The Revd Adrian McCartney will be instituted as our new Incumbent at Belvoir on Friday 27 October 2017 at 8.00 pm.','Service of Institution, Belvoir','','publish','closed','closed','','service-of-institution-belvoir','','','2017-09-04 00:02:54','2017-09-03 23:02:54','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1370',0,'cpt_events','',0),(1372,1,'2017-10-01 11:00:37','2017-10-01 10:00:37','Guest Speaker: Brendan McCarthy\"\"','Back to Church Service','','publish','closed','closed','','back-to-church-service','','','2017-09-25 15:59:30','2017-09-25 14:59:30','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1372',0,'cpt_events','',0),(1373,1,'2017-09-25 15:59:04','2017-09-25 14:59:04','','AM 2','','inherit','closed','closed','','am-2','','','2017-09-25 15:59:04','2017-09-25 14:59:04','',1372,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/09/AM-2.jpg',0,'attachment','image/jpeg',0),(1374,1,'2017-10-29 11:00:38','2017-10-29 11:00:38','The inaugural service of our new Recor, Rev Adrian McCartney. Holy Communion. The teme of the talk will be \"Abraham and his Dad for a walk.\"\"\"','Inaugural service of Rev Adrian McCartney','','publish','closed','closed','','inaugural-service-of-rev-adrian-mccartney','','','2017-09-25 16:00:50','2017-09-25 15:00:50','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1374',0,'cpt_events','',0),(1375,1,'2017-09-25 16:00:08','2017-09-25 15:00:08','','AM 2','','inherit','closed','closed','','am-2-2','','','2017-09-25 16:00:08','2017-09-25 15:00:08','',1374,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/09/AM-2-1.jpg',0,'attachment','image/jpeg',0),(1376,1,'2017-10-15 11:00:58','2017-10-15 10:00:58','A Service of Thanksigivng for Harvest. Guest Speaker: Jonny Watson\r\nThis Harvest we are linking with The Larder, a project of St.Christopher\'s Mersey Street serving East Belfast families in emergency situations.\r\nGifts of non-food essentials are requested for families in need: Kitchen, Bathroom and Baby items would be very welcome - eg. kitchen cleaning prodcuts, bathroom essentials such as soap, shampoo, toothpaste, toothbrushes etc and baby items like nappies, wipes, cotton buds etc.\"\"','Harvest Sunday Service','','publish','closed','closed','','harvest-sunday-service','','','2017-09-25 16:02:14','2017-09-25 15:02:14','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1376',0,'cpt_events','',0),(1377,1,'2017-09-25 16:19:54','2017-09-25 15:19:54','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Adrian McCarthy (Rector)\r\n*Parish under the oversite of the\r\nArea Dean, Canon John Auchmuty (028) 9047 1514 until 27th October 2017\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2017-09-25 16:19:54','2017-09-25 15:19:54','',574,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1379,1,'2017-10-20 11:29:18','2017-10-20 10:29:18','

    \"\"What a fantastic treasure trove of generosity and thoughtfulness arrived in St Christopher\'s last night (Thursday 19 October) for The Larder food bank.  We help over thirty clients/families every week with food.  Now we have cupboards stacked with toiletries and cleaning materials as well.  These will be wonderful surprises for people, because many of these items would be regarded as luxuries by the poorest in our wider community.  Huge thank you from us at St Christopher\'s and an even huger thank you from those you will never meet who will go home with a lighter step and heavier arms.  They thank us constantly so please allow me to pass it on to you.

    \r\nAdrian McCartney','Belvoir\'s Harvest Collection for The Larder','','publish','closed','closed','','belvoirs-harvest-collection-for-the-larder','','','2017-10-20 11:29:18','2017-10-20 10:29:18','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1379',0,'cpt_news','',0),(1380,1,'2017-10-20 11:27:34','2017-10-20 10:27:34','','belvoir harvest','','inherit','closed','closed','','belvoir-harvest','','','2017-10-20 11:27:34','2017-10-20 10:27:34','',1379,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/10/belvoir-harvest.jpg',0,'attachment','image/jpeg',0),(1381,1,'2017-10-20 12:40:28','2017-10-20 11:40:28','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Adrian McCartney (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact','','inherit','closed','closed','','15-revision-v1','','','2017-10-20 12:40:28','2017-10-20 11:40:28','',15,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1397,1,'2017-11-08 09:23:45','2017-11-08 09:23:45','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Adrian McCartney (Rector) 07970 626 384\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2017-11-08 09:23:45','2017-11-08 09:23:45','',574,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1382,1,'2017-10-20 12:41:35','2017-10-20 11:41:35','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Adrian McCarthy (Rector) (028) 9064 3777\r\n*Parish under the oversite of the\r\nArea Dean, Canon John Auchmuty (028) 9047 1514 until 27th October 2017\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2017-10-20 12:41:35','2017-10-20 11:41:35','',574,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1387,1,'2017-10-24 14:59:27','2017-10-24 13:59:27','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Adrian McCarthy (Rector) (028) 9064 3777\r\n*Parish under the oversite of the\r\nArea Dean, Canon John Auchmuty (028) 9047 1514 until 27th October 2017\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2017-10-24 14:59:27','2017-10-24 13:59:27','',574,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1383,1,'2017-10-23 11:42:31','2017-10-23 10:42:31','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk or belvoirparish@gmail.com\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Adrian McCarthy (Rector) (028) 9064 3777\r\n*Parish under the oversite of the\r\nArea Dean, Canon John Auchmuty (028) 9047 1514 until 27th October 2017\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact Us','','inherit','closed','closed','','574-revision-v1','','','2017-10-23 11:42:31','2017-10-23 10:42:31','',574,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1386,1,'2017-10-24 14:58:59','2017-10-24 13:58:59','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Adrian McCartney (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact','','inherit','closed','closed','','15-revision-v1','','','2017-10-24 14:58:59','2017-10-24 13:58:59','',15,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1384,1,'2017-10-23 11:42:54','2017-10-23 10:42:54','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk or belvoirparish@gmail.com\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Adrian McCartney (Rector)\r\n(028) 9064 3777\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact','','inherit','closed','closed','','15-revision-v1','','','2017-10-23 11:42:54','2017-10-23 10:42:54','',15,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1388,1,'2017-10-26 23:08:20','2017-10-26 22:08:20','\"\"What’s next?\r\n\r\nBack at the beginning of 2017, Ruth, our eldest emerged from a time of prayer with a question ringing in her mind.  “What’s next?”.  You need to know President Jed Bartlet of the West Wing to grasp the significance of this.\r\n\r\nAnyway, that was ten months ago and the question has continued to reverberate around the McCartney family.\r\n\r\nJanice and I have three children, Ruth, Rachel and Joel.  Janice and I both turned sixty this year, which strangely felt like a new start rather than an introduction to the retirement decade.\r\n\r\nRuth is a speech and language therapist and has worked all her adult life with teenagers with profound and severe learning disabilities.  Two months ago she became Senior Specialist in the Regional Communication Advice Centre.\r\n\r\nJoel, our youngest (at 28) finished his PGCE and got a P6 teaching job in Kingston, London.  He packed his bags, moved to London at the end of August and has worked his first half-term there.  Thankfully home for the Institution!\r\n\r\nRachel (married to Matt) moved from A&E at the Ulster Hospital to become Assistant Ward Manager in the NI Hospice and has just announced that they are expecting their first child (and our first grand-child).\r\n\r\nSomewhere in the middle of all of this Belvoir Parish became “vacant” and back in June I was nominated to the incumbency there.  A new adventure of faith and ministry is opening up and Janice and I are moving house and making a brand new start.  May I just mention the high degree of faith and commitment this has required from the Boring Wells family at St Christopher’s (our previous faith community) as well as the McCartney family.  They all deserve the highest commendation and support.\r\n\r\nSo, Belvoir Parish…what’s next?\r\n\r\n \r\n\r\nAdrian McCartney','What\'s next?','','publish','closed','closed','','whats-next','','','2017-10-27 11:08:25','2017-10-27 10:08:25','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1388',0,'cpt_news','',0),(1410,1,'2017-12-14 18:30:29','2017-12-14 18:30:29','','Belvoir Primary Carol Service','','publish','closed','closed','','advent-reflection','','','2017-12-05 15:53:11','2017-12-05 15:53:11','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1410',0,'cpt_events','',0),(1390,1,'2017-10-26 23:10:42','2017-10-26 22:10:42','“When are you being institutionalised?”- the question that has framed the last three months.\r\n\r\nBeing unaware of any personal deterioration or misdemeanor that would require institutionalising I am hoping the slightly confused question refers to the Service of Institution on 27 October 2017.\r\n\r\nNone of us ever arrives anywhere by Star Trek Transporter; our journeys are shaped by a series of times and places.\r\n\r\nMy pilgrimage of faith began in the faith of my mum and dad, and in the “old church”, St Elizabeth’s, in Dundonald.  As a teenager in a Bible Class there I found myself captivated by “Ephesians”.  A teacher at BRA, Billy Young, later headmaster, nurtured this interest, teaching me Ancient Greek to A Level.\r\n\r\n \r\n\r\nIn my student days faith and then “call” came alive under the guidance of Revs Fanta Clark and Norman Jardine in St Mary’s, Ballybeen.\r\n\r\nAs a student I met Janice, formerly of St Patrick’s, Ballymacarrett.  We married at the beginning of two five-year teaching careers.  St John’s Theological College, Nottingham and the Divinity Hostel/TCD took me to ordination and curacy in Jordanstown/Monkstown, where I had the privilege of becoming the first Rector of a new Parish, Monkstown.  Three children, Ruth, Rachel, and Joel joined us on that adventure which took us though CFC, Strandtown, to Belvoir Parish and into the care of Canon Tom Keightley.  He gave us space and the opportunity to grow a vision of faith and church among people who are nowadays described as un-churched.  A small network of Fresh Expressions of Church were planted in the next thirteen years -  Boring Wells (www.boringwells.net).  In June 2017, something we could barely imagine happened.  I was nominated to the incumbency of and am therefore returning to the Parish of Belvoir.  There, I am about to be “institutionalised”.\r\n\r\nAdrian McCartney','“When are you being institutionalised?”','','publish','closed','closed','','when-are-you-being-institutionalised','','','2017-10-26 23:10:42','2017-10-26 22:10:42','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1390',0,'cpt_news','',0),(1391,1,'2017-10-27 11:05:46','2017-10-27 10:05:46','','family','','inherit','closed','closed','','family','','','2017-10-27 11:05:46','2017-10-27 10:05:46','',1388,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/10/family.jpg',0,'attachment','image/jpeg',0),(1395,1,'2017-11-08 09:22:44','2017-11-08 09:22:44','Belvoir Parish Church\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\nBelfast\nBT8 7EB\nT: (028) 9049 1436\nE: office@belvoirparish.co.uk\n\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\n

    Church Staff

    \nThe Revd Adrian McCartney (Rector)\n07970 626\n\nThe Revd Jacqueline Mould (Curate)\n(028) 9264 7912\njacmould@gmail.com\n\nThe Revd Jeremy Mould (Curate)\n(028) 9264 7912\njermould@gmail.com\n\nMrs Jennifer Stewart (Parish Administrator)\n(028) 9049 1436\noffice@belvoirparish.co.uk','Contact','','inherit','closed','closed','','15-autosave-v1','','','2017-11-08 09:22:44','2017-11-08 09:22:44','',15,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1396,1,'2017-11-08 09:22:59','2017-11-08 09:22:59','Belvoir Parish Church\r\n21 Dunseverick Ave\"554792_442505455762556_1981265917_n\"\r\nBelfast\r\nBT8 7EB\r\nT: (028) 9049 1436\r\nE: office@belvoirparish.co.uk\r\n\r\nBelvoir Parish is visible from Belfast’s outer ring(A55) between Forestside Shopping Centre and Milltown, almost opposite the Tescos at Newtownbreda.\r\n

    Church Staff

    \r\nThe Revd Adrian McCartney (Rector)\r\n07970 626 384\r\n\r\nThe Revd Jacqueline Mould (Curate)\r\n(028) 9264 7912\r\njacmould@gmail.com\r\n\r\nThe Revd Jeremy Mould (Curate)\r\n(028) 9264 7912\r\njermould@gmail.com\r\n\r\nMrs Jennifer Stewart (Parish Administrator)\r\n(028) 9049 1436\r\noffice@belvoirparish.co.uk','Contact','','inherit','closed','closed','','15-revision-v1','','','2017-11-08 09:22:59','2017-11-08 09:22:59','',15,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1399,1,'2017-11-08 21:02:47','2017-11-08 21:02:47','','test','','publish','closed','closed','','test','','','2017-11-08 21:02:47','2017-11-08 21:02:47','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_sermons&p=1399',0,'cpt_sermons','',0),(1401,1,'2017-11-08 21:04:51','2017-11-08 21:04:51','05 November 2017\r\n
    \r\n
    \r\n\r\n“A parish\" that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith\" – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same understanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy that she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \"No
    \r\n
    \r\n
    \r\n
    \r\n
    ','Sermon Blog','','publish','closed','closed','','sermon-blog','','','2017-11-20 17:50:19','2017-11-20 17:50:19','',0,'http://www.belvoirparish.co.uk/?page_id=1401',0,'page','',0),(1402,1,'2017-11-08 21:04:51','2017-11-08 21:04:51','','Sermon Blog','','inherit','closed','closed','','1401-revision-v1','','','2017-11-08 21:04:51','2017-11-08 21:04:51','',1401,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1404,1,'2017-11-10 15:35:08','2017-11-10 15:35:08','A wee bunch of us went to see the Poppies Weeping Window at the Ulster Museum this week after Thursday Communion. It is worth a visit (plus the scones are great in the coffee shop). While we were there we foundout lots about John Doran (a member of our choir). He is the very proud owner and wearer of the badge in the photograph. It can only be worn by people who have served in the Armed Forces and was given to John. Helen Long (also in the choir) got MOD permission and very kindly followed this up by getting the badge for John. John brings to us a huge interest in WW1 and can help anyone who wants to research people or events ( ww1records@marador.co.uk and www.aaaguide2ww1info.co.uk ). This Sunday morning our service will include an Act of Remembrance. John and Helen will be participating in that.\r\n\r\n\"\"\r\n\r\n\"\"\r\n\r\n \r\n\r\n ','Poppies Weeping Window at the Ulster Museum','','publish','closed','closed','','poppies-weeping-window-at-the-ulster-museum','','','2017-11-10 15:39:38','2017-11-10 15:39:38','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1404',0,'cpt_news','',0),(1405,1,'2017-11-10 15:31:04','2017-11-10 15:31:04','','unnamed-1','','inherit','closed','closed','','unnamed-1-2','','','2017-11-10 15:31:04','2017-11-10 15:31:04','',1404,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/11/unnamed-1.jpg',0,'attachment','image/jpeg',0),(1406,1,'2017-11-10 15:31:07','2017-11-10 15:31:07','','unnamed','','inherit','closed','closed','','unnamed-12','','','2017-11-10 15:31:07','2017-11-10 15:31:07','',1404,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/11/unnamed.jpg',0,'attachment','image/jpeg',0),(1407,1,'2017-11-10 15:38:24','2017-11-10 15:38:24','A wee bunch of us went to see the Poppies Weeping Window at the Ulster Museum this week after Thursday Communion. It is worth a visit (plus the scones are great in the coffee sho\n\np). While we were there we found \"\"out lots about John Doran (a member of our choir). He is the very proud owner and wearer of the badge in the photograph. It can only be worn by people who have served in the Armed Forces and was given to John. Helen Long (also in the choir) got MOD permission and very kindly followed this up by getting the badge for John. John brings to us a huge interest in WW1 and can help anyone who wants to research people or events ( ww1records@marador.co.uk and www.aaaguide2ww1info.co.uk ). This Sunday morning our service will include an Act of Remembrance. John and Helen will be participating in that.\n\n\"\"\n\n \n\n \n\n ','Poppies Weeping Window at the Ulster Museum','','inherit','closed','closed','','1404-autosave-v1','','','2017-11-10 15:38:24','2017-11-10 15:38:24','',1404,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1411,1,'2017-11-20 17:50:08','2017-11-20 17:50:08','16 November 2017\n
    \n
    \n\n“A parish\" that expresses its faith in action” (Sunday 5 November 2017)\n\nJesus looked up and saw their faith\" – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\n
    \n\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same understanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\n\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy that she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\n\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\n\n
    \n
    \n
    \n
    \n
    \n
    \n
    \n
    \"No
    \n
    \n
    \n
    \n
    ','Sermon Blog','','inherit','closed','closed','','1401-autosave-v1','','','2017-11-20 17:50:08','2017-11-20 17:50:08','',1401,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1412,1,'2017-11-20 17:50:19','2017-11-20 17:50:19','05 November 2017\r\n
    \r\n
    \r\n\r\n“A parish\" that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith\" – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same understanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy that she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \"No
    \r\n
    \r\n
    \r\n
    \r\n
    ','Sermon Blog','','inherit','closed','closed','','1401-revision-v1','','','2017-11-20 17:50:19','2017-11-20 17:50:19','',1401,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1413,1,'2017-11-20 17:52:43','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2017-11-20 17:52:43','2017-11-20 17:52:43','',0,'http://www.belvoirparish.co.uk/?page_id=1413',0,'page','',0),(1414,1,'2017-11-20 17:52:43','2017-11-20 17:52:43','','','','inherit','closed','closed','','1413-revision-v1','','','2017-11-20 17:52:43','2017-11-20 17:52:43','',1413,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1497,1,'2018-05-22 10:06:09','2018-05-22 09:06:09','Please follow this link to our DATA PRIVACY NOTICE','Data Privacy Policy','','publish','closed','closed','','data-privacy-policy','','','2018-05-22 10:20:52','2018-05-22 09:20:52','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1497',0,'cpt_news','',0),(1496,1,'2018-05-22 10:05:02','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-05-22 10:05:02','0000-00-00 00:00:00','',0,'http://www.belvoirparish.co.uk/?p=1496',1,'nav_menu_item','',0),(1418,1,'2017-11-20 18:47:37','2017-11-20 18:47:37','...coming soon','Sermon Blog','','inherit','closed','closed','','389-autosave-v1','','','2017-11-20 18:47:37','2017-11-20 18:47:37','',389,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1419,1,'2017-11-20 18:48:37','2017-11-20 18:48:37','
    \r\n
    \r\n\r\n“A parish\" that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith\" – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same understanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy that she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \"No
    \r\n
    \r\n
    \r\n
    \r\n
    ','Sermon Blog','','inherit','closed','closed','','389-revision-v1','','','2017-11-20 18:48:37','2017-11-20 18:48:37','',389,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1420,1,'2017-11-20 18:49:34','2017-11-20 18:49:34','
    \r\n
    \r\n\r\n5 November 2017\r\n\r\n“A parish\" that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith\" – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same understanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy that she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \r\n
    \"No
    \r\n
    \r\n
    \r\n
    \r\n
    ','Sermon Blog','','inherit','closed','closed','','389-revision-v1','','','2017-11-20 18:49:34','2017-11-20 18:49:34','',389,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1422,1,'2017-11-20 18:55:21','2017-11-20 18:55:21','
    \r\n
    \r\n\r\n5 November 2017\r\n\r\n“A parish\" that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith\" – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n\r\n\"No\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same\r\n\r\nunderstanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy th\r\nat she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    \r\n
    \r\n
    ','Sermon Blog','','inherit','closed','closed','','389-revision-v1','','','2017-11-20 18:55:21','2017-11-20 18:55:21','',389,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1495,1,'2018-05-22 10:04:03','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-05-22 10:04:03','0000-00-00 00:00:00','',0,'http://www.belvoirparish.co.uk/?p=1495',1,'nav_menu_item','',0),(1432,1,'2018-08-01 11:40:09','2018-08-01 10:40:09',' 30 July 2018\n\nGod’s will and God will.\"\"\n\nWhen I was about 14 yrs old I decided I wanted to climb the Cavehill in North Belfast. I had seen the signs for Cavehill on the Antrim Road, just above the junction with the North Circular so I decided that was the place to start. I was full of enthusiasm and determination. The cave hill is such an iconic piece of the backdrop landscape to Belfast (especially when viewed from east Belfast, where I lived). I had imagined what this adventure would be like, filled with exploration, excitement, discovery, and new horizons.\n\nWhen I got off the bus and began to walk in the direction indicated by the road sign I soon discovered that I was walking uphill, but on a residential street with nice detached houses and gardens and parked cars. This was somewhat dull and unadventurous. I remained committed to my goal so walked on.\"\"\n\nAt last, a set of sandstone gateposts with a sign “Cavehill Park”; at last. This turned out to be a winding tarmac road, lined with Rhododendrons – very beautiful but I wanted to press on.\n\nThe winding tarmac road brought me to Belfast Castle which turned out to be more a stately home than an actual castle, yet another moment of revelation, which was both slightly disappointing and obvious to everyone but me. I was now without direction so asked a dog-walker. I was pointed up a dirt path into the woods. I followed the path which became a dark damp, sweaty experience as it climbed steeply. The only reassurance was that every now and again I got a glimpse of the destination, Napoleon’s nose as it is known, that huge lump of rock that stands proud as the top of Cavehill. To actually see this as a nose one has to view Cavehill from South Belfast and imagine a giant Napoleon lying sleeping, face heavenwards with chin at the far end. This may have been the inspiration for one, Jonathan Swift, who lived in Belfast and may have spotted this sleeping giant from the bottom of the Limestone Road where there is a Lilliput Street??????? The stuff of imagination that inspires adventure, so much more in the young, which I was!\n\nBack to the dark woods. Those glimpses of the high point of the hill were both inspiring and convincing that the uphill struggle is worth the struggle.\n\nEventually the trees thinned, and I found myself above the tree-line and out in the open. Unfortunately, the path took a sharp turn to the left when I knew the top was to the right. For an eternity I walked in what felt like the wrong direction, struggling with the notion that I really ought to turn back and look for a better path or just give up. However, I was nothing if not a determined young fellow, so I continued. Sure enough, the path slowly began to turn around the southern end of the Cavehill and then up the back of it. On this part of the climb the city was no longer in view and the summit had disappeared behind what just looked like a slope covered in heather and rock. Upwards and onwards! Sure, pain is just a feeling and can be ignored for a while at least.\n\nThen, it slowly became obvious that there was not much ground higher than the path on which I was walking, a sharp decline into a dip and then a rush up a steep stony slope and I was there – both exhilarating and terrifying and I looked out over the city from the most glorious vantage point one could ever imagine. I saw the city as never before, perhaps as God sees it, although he would be able to make out the people’s faces and even hear their words, being God. So, God-like I began to try to make sense of it all…the lough, the suburbs, the Antrim Road, the house-lined streets, the castle, the woods, the path that could never have come straight up here but needed to veer in the wrong direction to make its way on a possible climb to this place of enlightenment.\n\nI must refer to a book: “Reaching the Invisible God” by Philip Yancey. In the penultimate chapter he uses three phrases which he has taken from another writer.\n
      \n
    1. \nThe intentional will of God. This is the place where God’s story begins, perhaps where all stories begin. God’s creative power is at work, forming and shaping. His intentional will is that everything is good. He steps back, takes a long hard look, and declares everything to be good. When that first explosion of creating is complete on the sixth day, He declares it to be VERY GOOD. Our own stories of faith also begin at a place like that - that first rush of faith and inspiration that drew me towards the adventure with God and in God. It is all going to go well, it is all new and I have God on my side.
    2. \n
    3. \nThe Circumstantial will of God. In the Bible story of God, it does not go well for very long after it was declared to be VERY GOOD. To be created in the image of God must at least include the possibility of free will, and we all know from experience that free will include a propensity for selfishness etc. So, God ends up with a world that is no longer VERY GOOD but, in fact, is VERY BAD. Someone has worked out that three quarters of the Bible tells us of God’s struggle with humankind, trying to wrestle and love us back into shape. He takes the hit far more than us, changing his shape and life, giving up his heavenly status and immortality, taking on vulnerability and risk… (all the stuff in the Matthew, Mark, Luke and John stories). On my walk up what I thought was going to be a glorious trail to the top of Cavehill I had a long, continuous climb that was at times dull and mundane, sometimes dark and sweaty, sometimes confused and unknown, and even sometimes apparently in the wrong direction; yet every now and again a glimpse and a reminder of what this uphill was all about, Napoleon’s Nose! Could I just add that I had to deliberately try to see it at times? In the life of faith, God often surprises us with his presence, but many more times we have to put ourselves in the places where he is to be found – with other journeyers in worship, prayer, discipleship, in the Bible (or UCB notes if that helps), in quietness, in service, in mission…the truth is He can be found anywhere but the secret is in the seeking (I think Jesus said that Himself). We live in the struggle that includes God and our circumstances and our own muddled way of viewing our lives and hopes. The question is never, “Is God here with me?”. Rather it is, “Where are the gaps in the trees that will give me a glimpse of what this is all for?”
    4. \n
    5. \nFinally, the Ultimate will of God. There is a Napoleon’s Nose in the Bible story of God’s will. There is a full and perfect redemption of the whole created order. The declaration that it is VERY GOOD is on hold rather than in the trash bin of our computer. In fact, every act of God’s will that we perform, every act of kindness, every prayer, every forgiveness, every word or deed of worship usher the whole of creation towards that Napoleon’s Nose moment. In that moment of walking out onto the place where the whole vista can be seen all things will become clear. From the top of the Cavehill the city stretches out before us, the journey on the bus to the Antrim Road, the disappointing streets, the driveway in the park, the woods, the path in the wrong direction, the unknown, the confusion, and then… St Paul described it in 1 Corinthians 13 as “In these days we see a reflection as in a mirror (allow for the distortions of a mirror two thousand years ago), but then we shall see as face to face (we will see life as it really is), in these days I understand only in part, but then I shall fully know”.
    6. \n
    \nI have been climbing the Cavehill intentionally since I was about fifteen (although my mum and dad had me on the climb long before I knew it). I am now 61 and am not about to give up. The glimpses of the top are no more frequent these days than they ever were but I have my own story of those glimpses (some even recorded in notebooks and old Bibles and many shared with family and friends). Don’t give up, there are yet more chapters to add to your story. And one day we all get to meet on Napoleon’s Nose and won’t it be great to hear the most tender, kind, loving, welcoming voice say, “It is once again VERY GOOD, would you all like a cup of tea?”\n\n \n\n29 November 2017\n\n\"\"Our world is full of complicated situations which are only made more complicated and perhaps even insoluble when we resort to the arguments of old or continue to use the same worn tools for assessment.\n\nThe church is called to think with a different piece of software – the mind of Christ. Paul tells us on a number of occasions that our minds can be renewed, that we should have the mind of Christ and that, in fact, we already do have the mind of Christ. Even I know that I have to use the correct program in my lap top; the old stuff or the wrong operating system will get me nowhere. Sometimes we can assume we each have the mind of Christ when maybe it is actually more of a collective church experience.\n\nSo, John 8:1-11 – Jesus walks into a situation that has been constructed to pull him down. A woman caught in the act of adultery has been brought in front of a crowd and a piece of Old Testament law has been manipulated to check out what he will do. The woman’s life is at stake here. Everything else is peripheral from her perspective. Jesus comes up with an idea that saves her life and sets a whole load of other people free. Rather than using the law to frighten, condemn and kill, he takes a wider sweep of the bible landscape and sees the law as way of inspiring mercy and grace, because without God’s mercy and grace the law will condemn the whole lot of us. He then turns it on the accusers, “He who is without sin may pick up the first rock.” Loads of innocent bystanders happily dropped their rocks and headed home with a fresh understanding of grace. A terrified woman was washed in a flood of love, acceptance, safety and new possibilities. A harsh self-righteous crowd of bullies had to publicly acknowledge their imperfection and sin in the very court of the temple. Jesus is an absolute genius in situations like this and he offers to share His mind with us, His church.\nNow we just have to apply the idea to the real situations of our lives and our society.\nAll the best with that!!!\n\n19 November 2017\n\nA church that sees.\n\nSeeing is a biblical word that can mean seeing a sheep on a hillside, but can also mean so much more. It includes stuff like noticing, empathy, and assessing (not the same as judging or criticising).\n
    \"\"
    \nOur story is Matthew 14:13-21 – the feeding of the 5000. The text tells us that when Jesus SAW the crowds, he had compassion on them.\nIt is worth noting that the disciples also saw the crowds. Their reaction was to imagine a problem (lack of food), find someone to blame (they should have brought their own), and absolve themselves from any responsibility (we could never afford to provide for this – not our fault).\n\nWhatever it was that Jesus saw, it inspired compassion. The story just before this is about Jesus’ half-cousin and best supporter being beheaded as some form of entertainment. Jesus could have been excused from being a bit disconnected from this new situation but he continues to amaze us by his ability and willingness to engage.\n\nHe saw an opportunity for faith – take the little and create the much.\nHe saw an opportunity for ministry – get the disciples out among the crowds, giving out food, hands on, meeting people.\nHe saw an opportunity to meet need.\nHe saw an opportunity to see if the crowd could see (could some of them see beyond the fish etc.) – a prophet figure in a wilderness miraculously feeding a starving crowd. Who could this be? Is this a new Moses-type? Is this Messiah?\n\nFor your interest: the very next incident is Jesus walking on water. Is this a second glimpse also of a Moses-type, sent from God, the one who can cross a sea? The jigsaw is beginning to take shape.\n\n \n\n12 November 2017\n\nWhat do you want me to do for you?\n\nWeek two!\n\nThe church of God could do worse than listen more.\n
    \n\nTwice in one chapter Jesus is approached, but in two quite different ways -\n1. Teacher, we want…\n2. Son of David, have mercy…\nOn both occasions he replied with, “What do you want me to do for you?”\n\n\"\"\n\n
    \nWhen he heard the first request he simply said, “No.” The request was for position and power and was addressed to Teacher.\nThe second answer was answered with, “Yes” because it was a request to see (in all that seeing could mean) and was addressed to Messiah (Son of David is a title reserved for Messiah and would have required some revelation or faith or risk to apply to a person).\n\nThe thing that struck me as significant was that everyone knew what Bartimaeus needed – he was obviously a beggar and blind, therefore hungry and somewhat isolated. Yet, Jesus was still humble enough to ask and give him his moment of dignity, which was probably not a common experience for Bartimaeus. We, the church, tend to make assumptions about what our communities need, based on our desire to make them look like us, sorry look like God. Of course, there are changes needed in any community, society, or individual that are obvious to everyone. Nonetheless, maybe asking or listening would be good for us. It might also give those to whom we address our question the experience of being valued by us rather than simply judged, assessed, categorized, and sorted.\n\nIt is probably too late for this year, but I am pretty sure we are about to explode upon our world with our Christmas activities and blessings, imagined and planned by us to make sure that as many people as possible hear or are annoyed by our message. I am sure this is probably mostly ok but I wonder what we would hear if we asked, “What do you want me to do for you?”\n\n \n\n5 November 2017\n\n“A parish” that expresses its faith in action” (Sunday 5 November 2017)\n\nJesus looked up and saw their faith” – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\n\n\"No\n
    \n\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same understanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\n\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy th\nat she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\n\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\n\n
    ','Sermon Blog','','inherit','closed','closed','','965-autosave-v1','','','2018-08-01 11:40:09','2018-08-01 10:40:09','',965,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1425,1,'2017-11-20 18:59:21','2017-11-20 18:59:21','5 November 2017\r\n\r\n“A parish” that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith” – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n\r\n\"No\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same\r\n\r\nunderstanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy th\r\nat she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    ','Sermon Blog','','inherit','closed','closed','','965-revision-v1','','','2017-11-20 18:59:21','2017-11-20 18:59:21','',965,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1431,1,'2017-11-28 22:18:20','2017-11-28 22:18:20','','23755144_1721264597886629_3646166030848579529_n','','inherit','closed','closed','','23755144_1721264597886629_3646166030848579529_n','','','2017-11-28 22:18:20','2017-11-28 22:18:20','',965,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/11/23755144_1721264597886629_3646166030848579529_n.jpg',0,'attachment','image/jpeg',0),(1426,1,'2017-11-20 19:01:43','2017-11-20 19:01:43','Sundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n\r\nThursdays\r\n10.30am: Holy Communion\r\n\r\nFollow this link to the Sermon blog.','Service times','','inherit','closed','closed','','87-revision-v1','','','2017-11-20 19:01:43','2017-11-20 19:01:43','',87,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1427,1,'2017-11-20 19:03:03','2017-11-20 19:03:03','\"Shutter-Stock-Icons-Welcome-Image-300x200\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning. Follow this link to our Sermon blog.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir!\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\n\"0001G1\"When do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Adrian McCartney is the Rector of Belvoir Parish Church.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 14 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2017-11-20 19:03:03','2017-11-20 19:03:03','',51,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1473,1,'2018-01-21 23:16:01','2018-01-21 23:16:01','\"Shutter-Stock-Icons-Welcome-Image-300x200\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning. Follow this link to our Sermon Blog.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11am.\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\n\"0001G1\"When do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Adrian McCartney is the Rector of Belvoir Parish Church.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 14 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2018-01-21 23:16:01','2018-01-21 23:16:01','',51,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1428,1,'2017-11-20 19:03:36','2017-11-20 19:03:36','\"Shutter-Stock-Icons-Welcome-Image-300x200\"\r\n\r\nWelcome! There is a wide variety of ministries at Belvoir Parish – something for everyone we hope. Please come along and join us!\r\n\r\nIt may feel a little strange and intimidating going to Church for the first time, if it\'s been awhile or you are new to the area. We want you to be able to relax and feel welcome and able to participate as you choose.\r\n\r\nTo make it easier, this page gives you some idea of what to expect at Belvoir Parish on a Sunday morning. Follow this link to our Sermon Blog.\r\n\r\nWhere is the Belvoir Parish? Our church is at 21 Dunseverick Avenue and is easily visible from the outer ring(A55) that runs between Forestside Shopping Centre and Milltown, almost across from Newtownbreda Tescos.\r\n\r\nWhere can I park? Either in the church carpark or street parking.\r\n\r\nWhat time should I arrive? We have a relaxed atmosphere in church and the service usually starts around 11.10 – 11.15am. It is very difficult to be late at Belvoir!\r\n\r\nWhat should I wear? What you wear is entirely up to you.  You will see people in dresses and suits and you will see people in casual clothes.\r\n\r\nWhat to expect when you arrive at Belvoir? When you enter the church there will be someone to greet you and give you an order of service. The Service Sheet will provide all the information to guide you through the service. You can sit anywhere you would like. Our services last around 60 minutes. After the service you are invited to join us for tea and coffee in the family centre. Occasionally there are cake sales and other charity events after the service.\r\n\r\n\"0001G1\"When do I stand, sit or kneel? Generally we stand when we sing, praise, or read the Gospel; we sit during all other Bible readings and during the Sermon; and we sit or kneel to pray.\r\n\r\nCan I bring my kids? Certainly! There is Sunday School for primary age children, Youth Group for 1st – 4th years, and crèche for younger ones. Crèche is open before the service in the family centre, while Sunday School and Youth Group leave part way through the service for their activities.\r\n\r\nWill I be asked to give money? There will be a collection, but don’t feel embarrassed to pass the plate on without putting anything in it. Many Church members contribute directly through their bank accounts so you won’t be the only one passing it on.\r\n\r\nAre people welcome who are not members of the Church of Ireland? We welcome all people from any denomination or background seeking answers to the real questions of life.\r\n\r\nWho is the leader of Belvoir Parish? Adrian McCartney is the Rector of Belvoir Parish Church.\r\n\r\nHow are the affairs of Belvoir Parish governed? A Management Committee, called the Select Vestry has responsibility of furnishing, finance and fabrication. The Select Vestry consists of 16 members of whom 14 are elected annually and 2 appointed by the Rector. They are elected every Easter. Every registered member of the church has a vote.\r\n\r\nHow do I register as a member of Belvoir Parish? If you would like to register as a member of Belvoir Parish - Registration forms are available in the foyer, from a Church Warden or the Parish office.\r\n\r\nI would like to become more involved with Belvoir. What should I do?\r\nSee the fellowship page for more information one the different ministry groups that meet regularly. Also you can view the serving ministry opportunities on at this link or speak to a member of the clergy.\r\n

    We look forward to seeing you at Belvoir!

    \r\n\r\n

     

    ','I\'m New','','inherit','closed','closed','','51-revision-v1','','','2017-11-20 19:03:36','2017-11-20 19:03:36','',51,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1429,1,'2017-11-20 19:04:37','2017-11-20 19:04:37','Sundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n\r\nThursdays\r\n10.30am: Holy Communion\r\n\r\nFollow this link to the Sermon Blog.','Service times','','inherit','closed','closed','','87-revision-v1','','','2017-11-20 19:04:37','2017-11-20 19:04:37','',87,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1430,1,'2017-11-20 19:05:16','2017-11-20 19:05:16','Sundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n\r\nThursdays\r\n10.30am: Holy Communion\r\n\r\nFollow this link to our Sermon Blog.','Service times','','inherit','closed','closed','','87-revision-v1','','','2017-11-20 19:05:16','2017-11-20 19:05:16','',87,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1433,1,'2017-11-28 22:19:30','2017-11-28 22:19:30','','24059100_1727789840567438_6351710248521161619_n','','inherit','closed','closed','','24059100_1727789840567438_6351710248521161619_n','','','2017-11-28 22:19:30','2017-11-28 22:19:30','',965,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/11/24059100_1727789840567438_6351710248521161619_n.jpg',0,'attachment','image/jpeg',0),(1434,1,'2017-11-28 22:19:42','2017-11-28 22:19:42','19 November 2017\r\n\r\nA church that sees.\r\n\r\nSeeing is a biblical word that can mean seeing a sheep on a hillside, but can also mean so much more. It includes stuff like noticing, empathy, and assessing (not the same as judging or criticising).\r\nOur story is Matthew 14:13-21 – the feeding of the 5000. The text tells us that when Jesus SAW the crowds, he had compassion on them.\r\nIt is worth noting that the disciples also saw the crowds. Their reaction was to imagine a problem (lack of food), find someone to blame (they should have brought their own), and absolve themselves from any responsibility (we could never afford to provide for this – not our fault).\r\n
    \r\n\r\nWhatever it was that Jesus saw, it inspired compassion. The story just before this is about Jesus’ half-cousin and best supporter being beheaded as some form of entertainment. Jesus could have been excused from being a bit disconnected from this new situation but he continues to amaze us by his ability and willingness to engage.\r\n\r\nHe saw an opportunity for faith – take the little and create the much.\r\nHe saw an opportunity for ministry – get the disciples out among the crowds, giving out food, hands on, meeting people.\r\nHe saw an opportunity to meet need.\r\nHe saw an opportunity to see if the crowd could see (could some of them see beyond the fish etc.) – a prophet figure in a wilderness miraculously feeding a starving crowd. Who could this be? Is this a new Moses-type? Is this Messiah?\r\n\r\nFor your interest: the very next incident is Jesus walking on water. Is this a second glimpse also of a Moses-type, sent from God, the one who can cross a sea? The jigsaw is beginning to take shape.\r\n\r\n\"\"\r\n\r\n
    \r\n12 November 2017\r\n\r\nWhat do you want me to do for you?\r\n\r\nWeek two!\r\n\r\nThe church of God could do worse than listen more.\r\n
    \r\n\r\nTwice in one chapter Jesus is approached, but in two quite different ways -\r\n1. Teacher, we want…\r\n2. Son of David, have mercy…\r\nOn both occasions he replied with, “What do you want me to do for you?”\r\n\r\nWhen he heard the first request he simply said, “No.” The request was for position and power and was addressed to Teacher.\r\nThe second answer was answered with, “Yes” because it was a request to see (in all that seeing could mean) and was addressed to Messiah (Son of David is a title reserved for Messiah and would have required some revelation or faith or risk to apply to a person).\r\n\r\nThe thing that struck me as significant was that everyone knew what Bartimaeus needed – he was obviously a beggar and blind, therefore hungry and somewhat isolated. Yet, Jesus was still humble enough to ask and give him his moment of dignity, which was probably not a common experience for Bartimaeus. We, the church, tend to make assumptions about what our communities need, based on our desire to make them look like us, sorry look like God. Of course, there are changes needed in any community, society, or individual that are obvious to everyone. Nonetheless, maybe asking or listening would be good for us. It might also give those to whom we address our question the experience of being valued by us rather than simply judged, assessed, categorized, and sorted.\r\n\r\nIt is probably too late for this year, but I am pretty sure we are about to explode upon our world with our Christmas activities and blessings, imagined and planned by us to make sure that as many people as possible hear or are annoyed by our message. I am sure this is probably mostly ok but I wonder what we would hear if we asked, “What do you want me to do for you?”\r\n\r\n\"\"\r\n\r\n
    \r\n5 November 2017\r\n\r\n“A parish” that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith” – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n\r\n\"No\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same\r\n\r\nunderstanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy th\r\nat she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    ','Sermon Blog','','inherit','closed','closed','','965-revision-v1','','','2017-11-28 22:19:42','2017-11-28 22:19:42','',965,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1435,1,'2017-11-28 22:21:09','2017-11-28 22:21:09','Sundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n\r\nThursdays\r\n10.30am: Holy Communion\r\n\r\nFollow this link to our Sermon Blog.','Service times','','inherit','closed','closed','','87-revision-v1','','','2017-11-28 22:21:09','2017-11-28 22:21:09','',87,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1436,1,'2017-11-28 22:21:47','2017-11-28 22:21:47','Sundays\r\n9am: Holy Communion\r\n11am: Morning Worship\r\n\r\nThursdays\r\n10.30am: Holy Communion\r\n\r\nFollow this link to our Sermon Blog.','Service times','','inherit','closed','closed','','87-revision-v1','','','2017-11-28 22:21:47','2017-11-28 22:21:47','',87,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1437,1,'2017-12-25 10:00:24','2017-12-25 10:00:24','','Christmas Day Family Service','','publish','closed','closed','','christmas-day-family-service-3','','','2017-11-28 22:23:26','2017-11-28 22:23:26','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1437',0,'cpt_events','',0),(1438,1,'2017-12-17 19:00:35','2017-12-17 19:00:35','','9 Lessons & Carols','','publish','closed','closed','','9-lessons-carols','','','2017-11-28 22:24:19','2017-11-28 22:24:19','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1438',0,'cpt_events','',0),(1439,1,'2017-12-13 19:00:24','2017-12-13 19:00:24','Join us at Belvoir Parish Church next Wednesday (13th December) for a time of purposeful slowing down and reflection in the midst of what is often a busy Advent season. The event will start at 7pm with Coffee and Waffles, followed by a time of reflection. It will end at 8pm. I am going to lead the reflection which will centre around Mary and her \'yes\'.\r\n\r\nPlease rsvp by emailing Krystal krystal@belvoirparish.co.uk to help with catering numbers or sign up in the church foyers. Everyone is welcome especially if you have never been to Belvoir before.\r\n\r\nThis is a free event but any proceeds will go towards the Prison Fellowship Christmas Hamper project\r\n\r\n7pm Fellowship with Coffee and Waffles\r\n7.30pm Advent Reflection','Advent Reflection & Fellowship','','publish','closed','closed','','advent-reflection-waffles','','','2017-12-06 13:13:38','2017-12-06 13:13:38','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1439',0,'cpt_events','',0),(1441,1,'2017-12-24 23:00:46','2017-12-24 23:00:46','','Midnight Communion','','publish','closed','closed','','midnight-communion-3','','','2017-11-28 23:16:13','2017-11-28 23:16:13','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1441',0,'cpt_events','',0),(1442,1,'2017-12-13 12:30:51','2017-12-13 12:30:51','','Lunch Bunch Christmas Lunch at 8 South','','publish','closed','closed','','lunch-bunch-christmas-lunch-at-8-south','','','2017-11-28 23:21:20','2017-11-28 23:21:20','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1442',0,'cpt_events','',0),(1452,1,'2018-02-11 11:00:18','2018-02-11 11:00:18','','Transfiguration Day Celebration','','publish','closed','closed','','transfiguration-day-celebration','','','2018-01-20 14:15:52','2018-01-20 14:15:52','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1452',0,'cpt_events','',0),(1444,1,'2017-12-04 20:47:18','2017-12-04 20:47:18','','24232008_1729032033776552_8515267776193602207_n','','inherit','closed','closed','','24232008_1729032033776552_8515267776193602207_n','','','2017-12-04 20:47:18','2017-12-04 20:47:18','',965,'http://www.belvoirparish.co.uk/wp-content/uploads/2017/12/24232008_1729032033776552_8515267776193602207_n.jpg',0,'attachment','image/jpeg',0),(1447,1,'2017-12-04 20:53:12','2017-12-04 20:53:12','29 November 2017\r\n\r\n\"\"Our world is full of complicated situations which are only made more complicated and perhaps even insoluble when we resort to the arguments of old or continue to use the same worn tools for assessment.\r\n\r\nThe church is called to think with a different piece of software – the mind of Christ. Paul tells us on a number of occasions that our minds can be renewed, that we should have the mind of Christ and that, in fact, we already do have the mind of Christ. Even I know that I have to use the correct program in my lap top; the old stuff or the wrong operating system will get me nowhere. Sometimes we can assume we each have the mind of Christ when maybe it is actually more of a collective church experience.\r\n\r\nSo, John 8:1-11 – Jesus walks into a situation that has been constructed to pull him down. A woman caught in the act of adultery has been brought in front of a crowd and a piece of Old Testament law has been manipulated to check out what he will do. The woman’s life is at stake here. Everything else is peripheral from her perspective. Jesus comes up with an idea that saves her life and sets a whole load of other people free. Rather than using the law to frighten, condemn and kill, he takes a wider sweep of the bible landscape and sees the law as way of inspiring mercy and grace, because without God’s mercy and grace the law will condemn the whole lot of us. He then turns it on the accusers, “He who is without sin may pick up the first rock.” Loads of innocent bystanders happily dropped their rocks and headed home with a fresh understanding of grace. A terrified woman was washed in a flood of love, acceptance, safety and new possibilities. A harsh self-righteous crowd of bullies had to publicly acknowledge their imperfection and sin in the very court of the temple. Jesus is an absolute genius in situations like this and he offers to share His mind with us, His church.\r\nNow we just have to apply the idea to the real situations of our lives and our society.\r\nAll the best with that!!!\r\n\r\n19 November 2017\r\n\r\nA church that sees.\r\n\r\nSeeing is a biblical word that can mean seeing a sheep on a hillside, but can also mean so much more. It includes stuff like noticing, empathy, and assessing (not the same as judging or criticising).\r\n
    \"\"
    \r\nOur story is Matthew 14:13-21 – the feeding of the 5000. The text tells us that when Jesus SAW the crowds, he had compassion on them.\r\nIt is worth noting that the disciples also saw the crowds. Their reaction was to imagine a problem (lack of food), find someone to blame (they should have brought their own), and absolve themselves from any responsibility (we could never afford to provide for this – not our fault).\r\n\r\nWhatever it was that Jesus saw, it inspired compassion. The story just before this is about Jesus’ half-cousin and best supporter being beheaded as some form of entertainment. Jesus could have been excused from being a bit disconnected from this new situation but he continues to amaze us by his ability and willingness to engage.\r\n\r\nHe saw an opportunity for faith – take the little and create the much.\r\nHe saw an opportunity for ministry – get the disciples out among the crowds, giving out food, hands on, meeting people.\r\nHe saw an opportunity to meet need.\r\nHe saw an opportunity to see if the crowd could see (could some of them see beyond the fish etc.) – a prophet figure in a wilderness miraculously feeding a starving crowd. Who could this be? Is this a new Moses-type? Is this Messiah?\r\n\r\nFor your interest: the very next incident is Jesus walking on water. Is this a second glimpse also of a Moses-type, sent from God, the one who can cross a sea? The jigsaw is beginning to take shape.\r\n\r\n \r\n\r\n12 November 2017\r\n\r\nWhat do you want me to do for you?\r\n\r\nWeek two!\r\n\r\nThe church of God could do worse than listen more.\r\n
    \r\n\r\nTwice in one chapter Jesus is approached, but in two quite different ways -\r\n1. Teacher, we want…\r\n2. Son of David, have mercy…\r\nOn both occasions he replied with, “What do you want me to do for you?”\r\n\r\n\"\"\r\n\r\n
    \r\nWhen he heard the first request he simply said, “No.” The request was for position and power and was addressed to Teacher.\r\nThe second answer was answered with, “Yes” because it was a request to see (in all that seeing could mean) and was addressed to Messiah (Son of David is a title reserved for Messiah and would have required some revelation or faith or risk to apply to a person).\r\n\r\nThe thing that struck me as significant was that everyone knew what Bartimaeus needed – he was obviously a beggar and blind, therefore hungry and somewhat isolated. Yet, Jesus was still humble enough to ask and give him his moment of dignity, which was probably not a common experience for Bartimaeus. We, the church, tend to make assumptions about what our communities need, based on our desire to make them look like us, sorry look like God. Of course, there are changes needed in any community, society, or individual that are obvious to everyone. Nonetheless, maybe asking or listening would be good for us. It might also give those to whom we address our question the experience of being valued by us rather than simply judged, assessed, categorized, and sorted.\r\n\r\nIt is probably too late for this year, but I am pretty sure we are about to explode upon our world with our Christmas activities and blessings, imagined and planned by us to make sure that as many people as possible hear or are annoyed by our message. I am sure this is probably mostly ok but I wonder what we would hear if we asked, “What do you want me to do for you?”\r\n\r\n \r\n\r\n5 November 2017\r\n\r\n“A parish” that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith” – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n\r\n\"No\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same understanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy th\r\nat she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    ','Sermon Blog','','inherit','closed','closed','','965-revision-v1','','','2017-12-04 20:53:12','2017-12-04 20:53:12','',965,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1445,1,'2017-12-04 20:51:13','2017-12-04 20:51:13','29 November 2017\r\n\r\n\"\"Our world is full of complicated situations which are only made more complicated and perhaps even insoluble when we resort to the arguments of old or continue to use the same worn tools for assessment.\r\n\r\nThe church is called to think with a different piece of software – the mind of Christ. Paul tells us on a n\r\n\r\n \r\n\r\number of occasions that our minds can be renewed, that we should have the mind of Christ and that, in fact, we already do have the mind of Christ. Even I know that I have to use the correct program in my lap top; the old stuff or the wrong operating system will get me nowhere. Sometimes we can assume we each have the mind of Christ when maybe it is actually more of a collective church experience.\r\n\r\n \r\n\r\nSo, John 8:1-11 – Jesus walks into a situation that has been constructed to pull him down. A woman caught in the act of adultery has been brought in front of a crowd and a piece of Old Testament law has been manipulated to check out what he will do. The woman’s life is at stake here. Everything else is peripheral from her perspective. Jesus comes up with an idea that saves her life and sets a whole load of other people free. Rather than using the law to frighten, condemn and kill, he takes a wider sweep of the bible landscape and sees the law as way of inspiring mercy and grace, because without God’s mercy and grace the law will condemn the whole lot of us. He then turns it on the accusers, “He who is without sin may pick up the first rock.” Loads of innocent bystanders happily dropped their rocks and headed home with a fresh understanding of grace. A terrified woman was washed in a flood of love, acceptance, safety and new possibilities. A harsh self-righteous crowd of bullies had to publicly acknowledge their imperfection and sin in the very court of the temple. Jesus is an absolute genius in situations like this and he offers to share His mind with us, His church.\r\nNow we just have to apply the idea to the real situations of our lives and our society.\r\nAll the best with that!!!\r\n\r\n19 November 2017\r\n\r\nA church that sees.\r\n\r\nSeeing is a biblical word that can mean seeing a sheep on a hillside, but can also mean so much more. It includes stuff like noticing, empathy, and assessing (not the same as judging or criticising).\r\n
    \"\"
    \r\n
    \r\nOur story is Matthew 14:13-21 – the feeding of the 5000. The text te\r\n
    \r\nlls us that when Jesus SAW the crowds, he had compassion on them.\r\nIt is worth noting that the disciples also saw the crowds. Their reaction was to imagine a problem (lack of food), find someone to blame (they should have brought their own), and absolve themselves from any responsibility (we could never afford to provide for this – not our fault).\r\n
    \r\nWhatever it was that Jesus saw, it inspired compassion. The story just before this is about Jesus’ half-cousin and best supporter being beheaded as some form of entertainment. Jesus could have been excused from being a bit disconnected from this new situation but he continues to amaze us by his ability and willingness to engage.\r\n\r\nHe saw an opportunity for faith – take the little and create the much.\r\nHe saw an opportunity for ministry – get the disciples out among the crowds, giving out food, hands on, meeting people.\r\nHe saw an opportunity to meet need.\r\nHe saw an opportunity to see if the crowd could see (could some of them see beyond the fish etc.) – a prophet figure in a wilderness miraculously feeding a starving crowd. Who could this be? Is this a new Moses-type? Is this Messiah?\r\n\r\nFor your interest: the very next incident is Jesus walking on water. Is this a second glimpse also of a Moses-type, sent from God, the one who can cross a sea? The jigsaw is beginning to take shape.\r\n\r\n \r\n\r\n12 November 2017\r\n\r\nWhat do you want me to do for you?\r\n\r\nWeek two!\r\n\r\nThe church of God could do worse than listen more.\r\n
    \r\n\r\nTwice in one chapter Jesus is approached, but in two quite different ways -\r\n1. Teacher, we want…\r\n2. Son of David, have mercy…\r\nOn both occasions he replied with, “What do you want me to do for you?”\r\n\r\n\"\"
    \r\nWhen he heard the first request he simply said, “No.” The request was for position and power and was addressed to Teacher.\r\nThe second answer was answered with, “Yes” because it was a request to see (in all that seeing could mean) and was addressed to Messiah (Son of David is a title reserved for Messiah and would have required some revelation or f\r\n\r\naith or risk to apply to a person).\r\n\r\nThe thing that struck me as significant was that everyone knew what Bartimaeus needed – he was obviously a beggar and blind, therefore hungry and somewhat isolated. Yet, Jesus was still humble enough to ask and give him his moment of dignity, which was probably not a common experience for Bartimaeus. We, the church, tend to make assumptions about what our communities need, based on our desire to make them look like us, sorry look like God. Of course, there are changes needed in any community, society, or individual that are obvious to everyone. Nonetheless, maybe asking or listening would be good for us. It might also give those to whom we address our question the experience of being valued by us rather than simply judged, assessed, categorized, and sorted.\r\n\r\nIt is probably too late for this year, but I am pretty sure we are about to explode upon our world with our Christmas activities and blessings, imagined and planned by us to make sure that as many people as possible hear or are annoyed by our message. I am sure this is probably mostly ok but I wonder what we would hear if we asked, “What do you want me to do for you?”\r\n\r\n \r\n\r\n5 November 2017\r\n\r\n“A parish” that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith” – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n\r\n\"No\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same\r\n\r\nunderstanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy th\r\nat she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    ','Sermon Blog','','inherit','closed','closed','','965-revision-v1','','','2017-12-04 20:51:13','2017-12-04 20:51:13','',965,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1446,1,'2017-12-04 20:51:59','2017-12-04 20:51:59','29 November 2017\r\n\r\n\"\"Our world is full of complicated situations which are only made more complicated and perhaps even insoluble when we resort to the arguments of old or continue to use the same worn tools for assessment.\r\n\r\nThe church is called to think with a different piece of software – the mind of Christ. Paul tells us on a number of occasions that our minds can be renewed, that we should have the mind of Christ and that, in fact, we already do have the mind of Christ. Even I know that I have to use the correct program in my lap top; the old stuff or the wrong operating system will get me nowhere. Sometimes we can assume we each have the mind of Christ when maybe it is actually more of a collective church experience.\r\n\r\n \r\n\r\nSo, John 8:1-11 – Jesus walks into a situation that has been constructed to pull him down. A woman caught in the act of adultery has been brought in front of a crowd and a piece of Old Testament law has been manipulated to check out what he will do. The woman’s life is at stake here. Everything else is peripheral from her perspective. Jesus comes up with an idea that saves her life and sets a whole load of other people free. Rather than using the law to frighten, condemn and kill, he takes a wider sweep of the bible landscape and sees the law as way of inspiring mercy and grace, because without God’s mercy and grace the law will condemn the whole lot of us. He then turns it on the accusers, “He who is without sin may pick up the first rock.” Loads of innocent bystanders happily dropped their rocks and headed home with a fresh understanding of grace. A terrified woman was washed in a flood of love, acceptance, safety and new possibilities. A harsh self-righteous crowd of bullies had to publicly acknowledge their imperfection and sin in the very court of the temple. Jesus is an absolute genius in situations like this and he offers to share His mind with us, His church.\r\nNow we just have to apply the idea to the real situations of our lives and our society.\r\nAll the best with that!!!\r\n\r\n19 November 2017\r\n\r\nA church that sees.\r\n\r\nSeeing is a biblical word that can mean seeing a sheep on a hillside, but can also mean so much more. It includes stuff like noticing, empathy, and assessing (not the same as judging or criticising).\r\n
    \"\"
    \r\n
    \r\nOur story is Matthew 14:13-21 – the feeding of the 5000. The text te\r\n
    \r\nlls us that when Jesus SAW the crowds, he had compassion on them.\r\nIt is worth noting that the disciples also saw the crowds. Their reaction was to imagine a problem (lack of food), find someone to blame (they should have brought their own), and absolve themselves from any responsibility (we could never afford to provide for this – not our fault).\r\n
    \r\nWhatever it was that Jesus saw, it inspired compassion. The story just before this is about Jesus’ half-cousin and best supporter being beheaded as some form of entertainment. Jesus could have been excused from being a bit disconnected from this new situation but he continues to amaze us by his ability and willingness to engage.\r\n\r\nHe saw an opportunity for faith – take the little and create the much.\r\nHe saw an opportunity for ministry – get the disciples out among the crowds, giving out food, hands on, meeting people.\r\nHe saw an opportunity to meet need.\r\nHe saw an opportunity to see if the crowd could see (could some of them see beyond the fish etc.) – a prophet figure in a wilderness miraculously feeding a starving crowd. Who could this be? Is this a new Moses-type? Is this Messiah?\r\n\r\nFor your interest: the very next incident is Jesus walking on water. Is this a second glimpse also of a Moses-type, sent from God, the one who can cross a sea? The jigsaw is beginning to take shape.\r\n\r\n \r\n\r\n12 November 2017\r\n\r\nWhat do you want me to do for you?\r\n\r\nWeek two!\r\n\r\nThe church of God could do worse than listen more.\r\n
    \r\n\r\nTwice in one chapter Jesus is approached, but in two quite different ways -\r\n1. Teacher, we want…\r\n2. Son of David, have mercy…\r\nOn both occasions he replied with, “What do you want me to do for you?”\r\n\r\n\"\"\r\n\r\n
    \r\nWhen he heard the first request he simply said, “No.” The request was for position and power and was addressed to Teacher.\r\nThe second answer was answered with, “Yes” because it was a request to see (in all that seeing could mean) and was addressed to Messiah (Son of David is a title reserved for Messiah and would have required some revelation or f\r\n\r\naith or risk to apply to a person).\r\n\r\nThe thing that struck me as significant was that everyone knew what Bartimaeus needed – he was obviously a beggar and blind, therefore hungry and somewhat isolated. Yet, Jesus was still humble enough to ask and give him his moment of dignity, which was probably not a common experience for Bartimaeus. We, the church, tend to make assumptions about what our communities need, based on our desire to make them look like us, sorry look like God. Of course, there are changes needed in any community, society, or individual that are obvious to everyone. Nonetheless, maybe asking or listening would be good for us. It might also give those to whom we address our question the experience of being valued by us rather than simply judged, assessed, categorized, and sorted.\r\n\r\nIt is probably too late for this year, but I am pretty sure we are about to explode upon our world with our Christmas activities and blessings, imagined and planned by us to make sure that as many people as possible hear or are annoyed by our message. I am sure this is probably mostly ok but I wonder what we would hear if we asked, “What do you want me to do for you?”\r\n\r\n \r\n\r\n5 November 2017\r\n\r\n“A parish” that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith” – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n\r\n\"No\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same\r\n\r\nunderstanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy th\r\nat she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    ','Sermon Blog','','inherit','closed','closed','','965-revision-v1','','','2017-12-04 20:51:59','2017-12-04 20:51:59','',965,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1449,1,'2017-12-06 11:36:32','2017-12-06 11:36:32','','Events','','publish','closed','closed','','events','','','2017-12-06 11:36:32','2017-12-06 11:36:32','',0,'http://www.belvoirparish.co.uk/?page_id=1449',0,'page','',0),(1450,1,'2017-12-06 11:36:32','2017-12-06 11:36:32','','Events','','inherit','closed','closed','','1449-revision-v1','','','2017-12-06 11:36:32','2017-12-06 11:36:32','',1449,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1453,1,'2018-02-22 11:00:09','2018-02-22 11:00:09','\"\"Join us for Alpha every Thursday mornings at 11am. Everyone is welcome.\r\n22 Feb, 1 Mar, 8 Mar, 15 Mar, 22 Mar, 29 Mar\r\n\r\n ','Alpha Course Starts (6 weeks)','','publish','closed','closed','','alpha-course','','','2018-01-21 22:46:17','2018-01-21 22:46:17','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1453',0,'cpt_events','',0),(1454,1,'2018-02-27 20:00:36','2018-02-27 20:00:36','\"\"Join us Tuesday evenings in Lent for Worship, Bible study and Prayer.\r\n27 Feb Acts 2.43-47 Church as a community of faith\r\n6 Mar Acts 6.1-7 Church - addressing need\r\n13 Mar Acts 8.4 Church - scattered\r\n20 Mar Acts 8.4 Church - coping with change\r\n27 Mar Easter Vestry','Lent Study','','publish','closed','closed','','lent-study','','','2018-01-21 22:39:15','2018-01-21 22:39:15','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1454',0,'cpt_events','',0),(1455,1,'2018-01-27 13:00:07','2018-01-27 13:00:07','Refugee Welcome Day - Saturday 27th January 2018 from 1-4pm in St Paul & St Barnabas - York Street, Belfast. Everyone is invited. If you would like to help with this event please speak to David Maganda or Helen Livingston.','Refugee Welcome Day','','publish','closed','closed','','refugee-welcome-day','','','2018-01-20 14:23:08','2018-01-20 14:23:08','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1455',0,'cpt_events','',0),(1482,1,'2018-04-13 13:26:03','2018-04-13 12:26:03','
    The year on which I am commenting started at last Easter Vestry with the Area Dean (John Auchmuty) in the chair. So this is the first Easter Vestry with a Rector other than Tom in the chair for over thirty years. There have been farewells and “thank you”s and tributes to Tom and Meta, and whatever was said and done will always feel insufficient in capturing th...e heart and the depth of their ministry here over those decades. I deliver the Keightley mail to most Fridays late afternoon and have a cup of tea with Tom and Meta. I am usually trying to put off going to Tesco to buy the ingredients for a slimming world meal which I cook every Friday night – my dubious weekly thank you to Janice. So, I enjoy regularly keeping Tom up to date and extracting wisdom and stories that help me understand the madness that can be Belvoir Parish. Tom is still a dear god-uncle and friend to me and to all of us. The best tribute to the Keightley era is what happens next. Could I also extend my thanks and yours to the group of Parochial Nominators who steered their way through an arduous process of nomination and then selection of the new Rector. It would be fair to say that this is a process fraught with tension and anxiety for everyone involved, perhaps even more so for those not involved, but watching and waiting. Thank you to Peter, Hilary, Carson and John.\r\n\r\nBefore we go on let’s record some statistics, which is part of an annual report.\r\n\r\n2016 2017 2018 (3 Months)\r\nFunerals 14 11 8\r\nBaptisms 11 10 3\r\nWeddings 4 2 2+ 4 more in the diary\r\n\r\nAs a minister there are two sets of circumstances that are challenging – the management of decline and the management of growth, both of which require much more skill and effort than no change demands. My greatest fear last October was that there would be immediate decline in numbers on Sundays and associated decline in giving. I believe firmly that growth is the normal and natural direction of the church of Jesus Christ, but there will always be hiccups and bumps in the graphs. Any downward slide can create pessimism (loss of faith) and the turnaround can be painful and demanding on everyone.\r\n\r\nSo here is what has happened so far (at least in figures, so it can only ever be part of the picture).\r\n\r\n2106\r\nJan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec\r\n165 196 240 223 197 182 145 160 216 189 184 198\r\n2017\r\n197 182 203 186 160 187 145 150 188 220 195 216\r\n2018\r\n177 211 203\r\n\r\nThe two words that frame this report are “whence” and “whither”. To make sure we are all on the same process, let’s define the words: whence means where from and whither means where to. I have used the following illustration many times. When setting out to cross an unknown landscape it is useful to fix one’s eyes on some mark on the horizon and walk towards it. If there is no obvious point to walk towards a straight line can be achieved by looking back at one’s own footsteps to see whence one came. Whither can then be checked as progress is made.\r\n\r\nIn the context of Belvoir Parish this process of discerning whence and whither is particularly relevant as we move from over three decades of Tom Keightley as Rector, through the vacancy and into the new incumbency. There is much to reflect upon as we look back. There is much that should be continuous and contiguous with what has gone before. Tom’s legacy continues in at least five ways –\r\n1. The generosity of spirit with which Belvoir Parish welcomes and involves people of all sorts and conditions of human life. This has always been rooted in the life and heart of Jesus Christ, as evidenced in the gospel stories.\r\n2. Parish life is centred around and flows from the event of worship and preaching, primarily the Sunday morning gathering.\r\n3. Belvoir Parish values people above processes and programmes. We perhaps ned to recognise in a fresh way that processes and programmes may actually be how we value people.\r\n4. Belvoir Parish has always been an adventurous community of faith, adventurous both in its thinking and practice.\r\n5. Belvoir Parish has a prophetic role to play in the wider church, both within our own denomination and within the inter-denominational context. By prophetic I mean that some churches need to step forward first and take the risk so that others may take the same step later. Only certain congregations and leaders are equipped for this risk-taking; when you get them in the same place at the same time anything can happen.\r\n\r\nAs we look at our whence we need to be listening carefully to God and to the community around us so that our whither is carefully imagined and planned.\r\n\r\nAs we look back on the last year, there is much to give thanks for.\r\n\r\nOur children are nurtured both on Sundays and during the week. We owe our thanks to Julie and Jeremy and the teams they lead on Sundays and at other times. Plus, the volunteers who lead various programmes and organisations during the week in our halls. Part of our whither, our future, is something that I would like to call “Discipleship pathways”. When we baptise a child, we promise to partner with the family in the discipleship process. This will mean developing an intentional programme that at provides opportunities for all children and young people from zero to adulthood (actually, not just to adulthood, it is a zero to death process). A bit like a hedge round a field there is always strong growth and life at various stages but inevitably gaps at certain places.\r\n\r\nOur Sunday services have continued to be places of worship and teaching and encounter with God. Involvement from many people is part of the magic. Helen and Eric, our church wardens, the coffee makers, the tidy-uppers, the service sheets, the money counters, the sound technicians, Geoffrey, keyboard and choir, John on guitar and admin, Michelle (our other keyboard player), our singers, our instrumentalists, pray-ers and readers have all done wonderful work and with such generous spirit and holiness (in its original meaning) – holiness originally meant consecrated or set apart for God, rather than a personal lifestyle that avoided all things pleasurable. We are much blessed. I personally love the breadth of our worship experiences here, the openness to creativity, and the engagement in what is offered. Part of the whither may be developing the creative arts and music as part of our “whole life” offering of worship, here in Belvoir but also part of our prophetic role within the wider Diocese and church. I should say also that the outgoing select vestry has been investigating the development of an audio-visual dimension to our life here in Belvoir by putting TV screens on the two walls at the front. This will open up a whole new church department for creativity and gifting that must be among us already.\r\n\r\nIf discipleship and worship are two legs on the three-legged stool they must be balanced by mission, which flows from and into our worship and discipleship. Mission is a multi-dimensional idea. Referring to a mathematical model called Cartesian coordinates, ranges of activities can be located by their relationship to a set of three axes. On one axis is the missional activity of our lives. Our daily witness at home, in work and in society in general is crucial and should be treated as something to explore, investigate and deliver with commitment and enthusiasm. The false division of our lives into secular and spiritual is to be resisted. How we are in work as representatives of Christ is as spiritually important as ministry among our children right the way down to being on Diocesan Synod. The second axis is geographical, ranging (in the Belvoir world) from The Indian Christian Mission Centre to our city through things like Storehouse/SOS Bus and to the geographical area called our parish, with ministry to people in all sorts of need caused by illness, age, social exclusion, economic deprivation and the pressure on relationships of all kinds. Part of our whither must be to assess the local, city, national and overseas demands and claims on us. We want to be agreed, intentional and sacrificially generous along this geographical axis of mission. A third axis is the building of a missional community of faith (the church). There is nothing so appealing to the isolated, the lonely, the broken, the anxious, the seeker, the doubter, the one who has lost faith or never really found it, the fearful, the one who wants to hope, the one who wants to make a contribution, nothing more appealing than a vibrant community of faith with open edges and opportunities for all to give as well as to receive. As a community of faith that is both local and gathered we need to be regularly examining how accessible we are to new people, how easy it is to become a contributor (not just financial), how to break into existing friendship networks, how to become safe and accepted with all their flaws and secrets. This is a lifelong struggle for all churches and its individual members.\r\n\r\nOur administrative processes demand a wee word or two. Downstairs is a busy office Monday to Friday. Everything goes through there – finance, use of facilities, supply of everything from toilet rolls to coffee, insurance, data legislation, child protection, archives, weddings, funerals, baptisms, diocesan information, salaries. Jennifer is at the heart of the office and its workings. The demands will only increase as the legal charity procedures become ever more complex, as business software exerts its gravity on skills and competence. Compliance and competence are not options. Huge thank you to Jennifer and huge expectation for the future. We need to provide our office with the technical support and the training support required. Flowing from our office is cleaning materials – Chris, Kay and David. Chris needs to be mentioned for his exacting work and his exact work on all things financial. His care over the detail is a tribute to his character and we owe him a lot. It will also only become more complex as legislation squeezes in around us. The presence of an auditor tonight for the first time is witness to this. Richard and Ken keep a watchful eye over buildings owned by the parish. During a vacancy this requires a fair bit more work than usual – especially at the rectory. Janice and I are still both overwhelmed by what you have provided for us. This year has also required significant work on the church buildings, and particularly the family centre. This has had its difficulties both at buildings level and administration behind that. Thankfully we are through and out the other side and have survived and learned lots. Part of the whither will demand that we take a long-term attitude with a plan to revitalise our buildings as part of creating that sense of growing a community of faith that serves its immediate and wider community.\r\n\r\nDuring the remaining months of this season I will go on looking at who we are and what we have got. It would be my intention to begin to share the direction and some dreams for the future at the beginning of new season in September.\r\n\r\nI don’t know how to end this other than to ask us to give thanks for whence we came and turn and face whither we go with courage and a ridiculous hope that we will find God together as we walk in that direction.\r\n\r\nCould I then finish with a thank you to my two clerical colleagues – Jacqueline and Jeremy.\r\nPersonally, I owe Jeremy and Jacqueline more than you would know. My first six months here would have been very difficult without them. To you Belvoir is a slick running machine. To a joiner like me it is a complex piece of machinery that is both finely tuned and hanging together very delicately (that is a good thing for a faith-based organisation). These two have many times been the glue that holds it together and they have helped me begin to understand its uniqueness and complexities. It truly is something that only a Tom Keightley could have grown, and that only a Jeremy and a Jacqueline could have held it together when he couldn’t.\r\n\r\nJ and J both manage certain areas of parish life with creativity, competence and care. I also appreciate their partnership with me in the worship and [reaching ministry of the church. We have a regular Tuesday morning Bible study in the office (with Jennifer) on the texts for the following Sunday and it is the best time of reflection, learning and prayer.\r\n\r\nThey are good friends and colleagues who are willing to face the challenges as part of the team. Thank you.
    \r\n
    \r\n
    Rev Adrian McCartney
    \r\n ','Rector’s Report Easter Vestry 2018','','publish','closed','closed','','rectors-report-easter-vestry-2018','','','2018-04-13 13:26:03','2018-04-13 12:26:03','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1482',0,'cpt_news','',0),(1458,1,'2018-01-20 15:16:25','2018-01-20 15:16:25','','lentaseasonofrenewal-960x350','','inherit','closed','closed','','lentaseasonofrenewal-960x350','','','2018-01-20 15:16:25','2018-01-20 15:16:25','',1454,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/02/lentaseasonofrenewal-960x350.jpg',0,'attachment','image/jpeg',0),(1459,1,'2018-01-20 15:18:42','2018-01-20 15:18:42','','alpha_course','','inherit','closed','closed','','alpha_course','','','2018-01-20 15:18:42','2018-01-20 15:18:42','',1453,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/02/alpha_course.jpg',0,'attachment','image/jpeg',0),(1460,1,'2018-01-21 22:45:34','2018-01-21 22:45:34','\"\"Join us for Alpha every Thursday mornings at 11am. Everyone is welcome.\n\n22 Feb, 1 Mar, 8 Ma\n\n ','Alpha Course','','inherit','closed','closed','','1453-autosave-v1','','','2018-01-21 22:45:34','2018-01-21 22:45:34','',1453,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1461,1,'2018-01-21 22:38:22','2018-01-21 22:38:22','\"\"Join us Tuesday evenings in Lent for Worship, Bible study and Prayer.','Lent Study','','inherit','closed','closed','','1454-autosave-v1','','','2018-01-21 22:38:22','2018-01-21 22:38:22','',1454,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1462,1,'2018-03-06 20:00:40','2018-03-06 20:00:40','\"\"Join us Tuesday evenings in Lent for Worship, Bible study and Prayer.\r\n6 Mar Acts 6.1-7 Church - addressing need\r\n13 Mar Acts 8.4 Church - scattered\r\n20 Mar Acts 8.4 Church - coping with change\r\n27 Mar Easter Vestry','Lent Study','','publish','closed','closed','','lent-study-2','','','2018-01-21 22:40:16','2018-01-21 22:40:16','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1462',0,'cpt_events','',0),(1463,1,'2018-03-13 20:00:20','2018-03-13 20:00:20','\"\"Join us Tuesday evenings in Lent for Worship, Bible study and Prayer.\r\n13 Mar Acts 8.4 Church - scattered\r\n20 Mar Acts 8.4 Church - coping with change\r\n27 Mar Easter Vestry','Lent Study','','publish','closed','closed','','lent-study-3','','','2018-01-21 22:40:50','2018-01-21 22:40:50','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1463',0,'cpt_events','',0),(1464,1,'2018-03-27 20:00:55','2018-03-27 19:00:55','\"\"Join us Tuesday evenings in Lent for Worship, Bible study and Prayer.\r\n27 Mar Acts 8.4 Church - coping with change\r\n\r\n ','Lent Study','','publish','closed','closed','','lent-study-4','','','2018-03-20 17:13:31','2018-03-20 17:13:31','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1464',0,'cpt_events','',0),(1476,1,'2018-04-01 11:00:47','2018-04-01 10:00:47','','Easter Sunday Service','','publish','closed','closed','','easter-sunday-service-2','','','2018-03-20 17:49:40','2018-03-20 17:49:40','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1476',0,'cpt_events','',0),(1465,1,'2018-04-10 20:00:36','2018-04-10 19:00:36','','Easter Vestry','','publish','closed','closed','','easter-vestry','','','2018-03-20 17:18:10','2018-03-20 17:18:10','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1465',0,'cpt_events','',0),(1466,1,'2018-02-14 18:00:16','2018-02-14 18:00:16','\"\"Join us from 6pm for pancakes and Reflective service at 7pm.','Ash Wednesday Reflective Service','','publish','closed','closed','','ash-wednesday-reflective-service','','','2018-01-21 22:44:14','2018-01-21 22:44:14','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1466',0,'cpt_events','',0),(1467,1,'2018-01-21 22:42:23','2018-01-21 22:42:23','','ancient-ash-wednesday-still','','inherit','closed','closed','','ancient-ash-wednesday-still','','','2018-01-21 22:42:23','2018-01-21 22:42:23','',1466,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/01/ancient-ash-wednesday-still.jpg',0,'attachment','image/jpeg',0),(1468,1,'2018-02-11 19:00:40','2018-02-11 19:00:40','\"\"Join us for informal worship, teaching and prayer. Everyone is invited.','Deeper','','publish','closed','closed','','deeper','','','2018-01-21 22:47:38','2018-01-21 22:47:38','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1468',0,'cpt_events','',0),(1469,1,'2018-01-21 22:46:45','2018-01-21 22:46:45','','going-deeper-with-god','','inherit','closed','closed','','going-deeper-with-god','','','2018-01-21 22:46:45','2018-01-21 22:46:45','',1468,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/01/going-deeper-with-god.jpg',0,'attachment','image/jpeg',0),(1470,1,'2018-03-25 19:00:47','2018-03-25 18:00:47','\"\"Join us for informal worship, teaching and prayer. Everyone is invited.','Deeper','','publish','closed','closed','','deeper-2','','','2018-01-21 22:48:17','2018-01-21 22:48:17','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1470',0,'cpt_events','',0),(1471,1,'2018-03-25 10:30:26','2018-03-25 09:30:26','\"\"Join us for a processional walk from the Belvoir Activity Centre to the church. We will meet at the activity centre at 10.30am.','Palm Sunday Procession','','publish','closed','closed','','palm-sunday-procession-2','','','2018-01-21 23:13:21','2018-01-21 23:13:21','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1471',0,'cpt_events','',0),(1472,1,'2018-01-21 22:49:31','2018-01-21 22:49:31','','17861901_1487700654576359_248573088860849201_n','','inherit','closed','closed','','17861901_1487700654576359_248573088860849201_n','','','2018-01-21 22:49:31','2018-01-21 22:49:31','',1471,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/01/17861901_1487700654576359_248573088860849201_n.jpg',0,'attachment','image/jpeg',0),(1477,1,'2018-03-23 19:30:48','2018-03-23 19:30:48','','Good Friday Service','','publish','closed','closed','','good-friday-service-3','','','2018-03-20 17:57:23','2018-03-20 17:57:23','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1477',0,'cpt_events','',0),(1478,1,'2018-03-28 19:00:52','2018-03-28 18:00:52','','Holy Wednesday Service','','publish','closed','closed','','holy-wednesday-service','','','2018-03-20 19:02:06','2018-03-20 19:02:06','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1478',0,'cpt_events','',0),(1503,1,'2018-06-03 18:30:53','2018-06-03 17:30:53','Youth Cell Social: Mini-Golf\r\n\r\nSunday 3rd June\r\n\r\nMeet at Pirates Adventure Dundonald at 6.30pm. Cost is £7/person. Pay there and bring more money for a snack at McDonald’s. Pick up at McDonald’s 8.30pm','Youth Cell Social Event','','publish','closed','closed','','youth-cell-social-event','','','2018-05-30 10:44:57','2018-05-30 09:44:57','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1503',0,'cpt_events','',0),(1480,1,'2018-03-29 20:00:13','2018-03-29 19:00:13','','Maudy Thursday','','publish','closed','closed','','maudy-thursday','','','2018-03-20 19:02:40','2018-03-20 19:02:40','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1480',0,'cpt_events','',0),(1484,1,'2018-06-02 10:00:14','2018-06-02 09:00:14','Join us on Saturday 2nd June 10am-3pm for the Belvoir Craft and Food Fair as we celebrate local creative talent.\"\"\r\n
    \r\n\r\nSome of the crafts will include pottery, jewelry, cards, cacti and succulents, candles and many more! Plus jams, hot foods, cakes, sweet treats etc!\r\n\r\nAll welcomed!\r\n
    \r\n\r\nProceeds will go toward Creative Ministries at Belvoir Parish.\r\n\r\n
    \r\n
    ','Belvoir Craft and Food Fair','','publish','closed','closed','','belvoir-craft-and-food-fair','','','2018-05-18 13:35:52','2018-05-18 12:35:52','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1484',0,'cpt_events','',0),(1485,1,'2018-04-27 09:44:01','2018-04-27 08:44:01','','Summer Craft Fair BPC 1920x1080 perfect','','inherit','closed','closed','','summer-craft-fair-bpc-1920x1080-perfect','','','2018-04-27 09:44:01','2018-04-27 08:44:01','',1484,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/04/Summer-Craft-Fair-BPC-1920x1080-perfect.jpg',0,'attachment','image/jpeg',0),(1487,1,'2018-05-18 13:32:39','2018-05-18 12:32:39','','Summer Fair web banner2 940x392','','inherit','closed','closed','','summer-fair-web-banner2-940x392','','','2018-05-18 13:32:39','2018-05-18 12:32:39','',1484,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/06/Summer-Fair-web-banner2-940x392.png',0,'attachment','image/png',0),(1488,1,'2018-05-18 13:33:46','2018-05-18 12:33:46','Join us on Saturday 2nd June 10am-3pm for the Belvoir Craft and Food Fair as we celebrate local creative talent.\"\"\n
    \n\nSome of the crafts will include pottery, jewelry, cards, cacti and succulents, candles and many more! Plus jams, hot foods, cakes, sweet treats etc!\n\nAll welcomed!\n
    \n\nProceeds will go toward Creative Ministries at Belvoir Parish.\n\n
    \n
    ','Belvoir Craft and Food Fair','','inherit','closed','closed','','1484-autosave-v1','','','2018-05-18 13:33:46','2018-05-18 12:33:46','',1484,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1489,1,'2018-05-22 09:59:15','0000-00-00 00:00:00','DATA PRIVACY NOTICE Belvoir website','Data Privacy Notice','','draft','closed','closed','','','','','2018-05-22 09:59:15','2018-05-22 08:59:15','',0,'http://www.belvoirparish.co.uk/?page_id=1489',0,'page','',0),(1490,1,'2018-05-22 09:57:26','2018-05-22 08:57:26','','DATA PRIVACY NOTICE Belvoir website','','inherit','closed','closed','','data-privacy-notice-belvoir-website','','','2018-05-22 09:57:26','2018-05-22 08:57:26','',1489,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/05/DATA-PRIVACY-NOTICE-Belvoir-website.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1491,1,'2018-05-22 09:58:57','2018-05-22 08:58:57','','DATA PRIVACY NOTICE Belvoir website','','inherit','closed','closed','','data-privacy-notice-belvoir-website-2','','','2018-05-22 09:58:57','2018-05-22 08:58:57','',1489,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/05/DATA-PRIVACY-NOTICE-Belvoir-website.pdf',0,'attachment','application/pdf',0),(1492,1,'2018-05-22 10:03:46','2018-05-22 09:03:46','Follow this link for our DATA PRIVACY NOTICE','Data Privacy Policy','','publish','closed','closed','','data-privacy-policy','','','2018-05-22 10:03:46','2018-05-22 09:03:46','',0,'http://www.belvoirparish.co.uk/?page_id=1492',0,'page','',0),(1493,1,'2018-05-22 10:02:51','2018-05-22 09:02:51','','DATA PRIVACY NOTICE','','inherit','closed','closed','','data-privacy-notice','','','2018-05-22 10:02:51','2018-05-22 09:02:51','',1492,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/05/DATA-PRIVACY-NOTICE.pdf',0,'attachment','application/pdf',0),(1494,1,'2018-05-22 10:03:46','2018-05-22 09:03:46','Follow this link for our DATA PRIVACY NOTICE','Data Privacy Policy','','inherit','closed','closed','','1492-revision-v1','','','2018-05-22 10:03:46','2018-05-22 09:03:46','',1492,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1499,1,'2018-05-22 10:29:24','0000-00-00 00:00:00','
    Join us on Saturday 2nd June 10am-3pm for the Belvoir Craft and Food Fair as we celebrate local creative talent!\n\nSome of the crafts will include pottery, jewellery, cards, cacti and succulents, candles and many more! Plus jams, hot foods, cakes, sweet treats etc!\n\n£2.50 suggested minimum donation...\n(includes hot drink and sweet treat)\n\nAll welcomed!\n\nProceeds will go toward Building Fund \'Creative Ministries television screens\' at Belvoir Parish.
    \n ','Belvoir Craft and Food Fair','','draft','closed','closed','','','','','2018-05-22 10:29:24','2018-05-22 09:29:24','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1499',0,'cpt_events','',0),(1500,1,'2018-05-22 10:29:51','2018-05-22 09:29:51','
    \r\n\r\n \r\n\r\nJoin us on Saturday 2nd June 10am-3pm for the Belvoir Craft and Food Fair as we celebrate local creative talent!\r\n\r\nSome of the crafts will include pottery, jewellery, cards, cacti and succulents, candles and many more! Plus jams, hot foods, cakes, sweet treats etc!\r\n\r\n£2.50 suggested minimum donation...\r\n(includes hot drink and sweet treat)\r\n\r\nAll welcomed!\r\n\r\nProceeds will go toward Building Fund \'Creative Ministries television screens\' at Belvoir Parish.\r\n\r\n
    \r\n ','Belvoir Craft and Food Fair','','publish','closed','closed','','belvoir-craft-and-food-fair','','','2018-05-22 10:41:25','2018-05-22 09:41:25','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1500',0,'cpt_news','',0),(1501,1,'2018-05-22 10:31:03','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-05-22 10:31:03','0000-00-00 00:00:00','',0,'http://www.belvoirparish.co.uk/?p=1501',1,'nav_menu_item','',0),(1505,1,'2018-06-20 12:46:41','0000-00-00 00:00:00','DATA PRIVACY NOTICE - Parish of Belvoir\n\n The processing of personal data is governed by the General Data Protection Regulation (the “GDPR”).\n\nData simply means the information required to identify you and communicate with you.\n\nThis notice is a summary – full details may be found in our GDPR policy document.  \n\nThis is available from our Parish Office.\n\n Your personal data – what is it?\n\nWe keep basic contact information for everyone associated with us as a parish - names, addresses, email addresses, and mobile phone numbers.\n
      \n
    1. How do we process your personal data?
    2. \n
    \nWe store data on the hard drive of a laptop which is password protected and kept under lock and key.  Paper records (e.g. historic records like marriages, funerals and baptisms) are also kept under lock and key.\n\nWhy do we keep data?\n\n\n \n
      \n
    1. What is the legal basis for processing your personal data?
    2. \n
    \n\n5. Sharing your personal data\nYour personal data will be treated as strictly confidential and will only be shared with other members of the church in order to carry out a service to other church members or for purposes connected with the church. We will only share your data with third parties outside of the parish with your consent.\n\n6.  How long do we keep your personal data?\n\n\nTo exercise all relevant rights, queries of complaints please in the first instance contact the Belvoir Parish Church Office 21 Dunseverick Avenue Belfast BT8 7EB P: (028) 9049 1436 E: office@belvoirparish.co.uk\n\nYou can contact the Information Commissioners Office (UK) on 0303 123 1113; via email https://ico.org.uk/global/contact-us/email/ or by writing to the Information Commissioner\'s Office, Wycliffe House, Water Lane, Wilmslow, Cheshire,  SK9 5AF','GDPR','','draft','closed','closed','','','','','2018-06-20 12:46:41','2018-06-20 11:46:41','',0,'http://www.belvoirparish.co.uk/?page_id=1505',0,'page','',0),(1506,1,'2018-06-20 13:01:05','2018-06-20 12:01:05','See follow this link to our DATA PRIVACY NOTICE','GDPR','','publish','closed','closed','','gdpr','','','2018-06-20 13:01:05','2018-06-20 12:01:05','',0,'http://www.belvoirparish.co.uk/?page_id=1506',0,'page','',0),(1507,1,'2018-06-20 13:01:05','2018-06-20 12:01:05','See follow this link to our DATA PRIVACY NOTICE','GDPR','','inherit','closed','closed','','1506-revision-v1','','','2018-06-20 13:01:05','2018-06-20 12:01:05','',1506,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1508,1,'2018-06-20 13:01:30','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-06-20 13:01:30','0000-00-00 00:00:00','',0,'http://www.belvoirparish.co.uk/?p=1508',1,'nav_menu_item','',0),(1509,1,'2018-06-20 13:02:07','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2018-06-20 13:02:07','0000-00-00 00:00:00','',0,'http://www.belvoirparish.co.uk/?p=1509',1,'nav_menu_item','',0),(1572,1,'2019-01-14 20:54:27','2019-01-14 20:54:27','Follow this link to the most recent ICMC newsletter.','ICMC newsletter 2019','','publish','closed','closed','','icmc-newsletter-2019','','','2019-01-14 20:55:11','2019-01-14 20:55:11','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1572',0,'cpt_news','',0),(1570,1,'2019-01-02 17:22:42','2019-01-02 17:22:42','Please see this link for the Youth Cell Winter programme.','Youth Cell Winter 2019 programme','','publish','closed','closed','','youth-cell-winter-2019-programme','','','2019-01-02 17:33:22','2019-01-02 17:33:22','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1570',0,'cpt_news','',0),(1511,1,'2018-08-01 11:37:37','2018-08-01 10:37:37','','38085817_492600684513379_3083586931397754880_o','','inherit','closed','closed','','38085817_492600684513379_3083586931397754880_o','','','2018-08-01 11:37:37','2018-08-01 10:37:37','',965,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/08/38085817_492600684513379_3083586931397754880_o.jpg',0,'attachment','image/jpeg',0),(1512,1,'2018-08-01 11:37:39','2018-08-01 10:37:39','','38122629_492600657846715_9086921256573337600_n','','inherit','closed','closed','','38122629_492600657846715_9086921256573337600_n','','','2018-08-01 11:37:39','2018-08-01 10:37:39','',965,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/08/38122629_492600657846715_9086921256573337600_n.jpg',0,'attachment','image/jpeg',0),(1513,1,'2018-08-01 11:38:15','2018-08-01 10:38:15','','38122629_492600657846715_9086921256573337600_n','','inherit','closed','closed','','38122629_492600657846715_9086921256573337600_n-2','','','2018-08-01 11:38:15','2018-08-01 10:38:15','',965,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/08/38122629_492600657846715_9086921256573337600_n-1.jpg',0,'attachment','image/jpeg',0),(1514,1,'2018-08-01 11:38:19','2018-08-01 10:38:19','','38085817_492600684513379_3083586931397754880_o','','inherit','closed','closed','','38085817_492600684513379_3083586931397754880_o-2','','','2018-08-01 11:38:19','2018-08-01 10:38:19','',965,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/08/38085817_492600684513379_3083586931397754880_o-1.jpg',0,'attachment','image/jpeg',0),(1515,1,'2018-08-01 11:40:33','2018-08-01 10:40:33',' 30 July 2018\r\n\r\nGod’s will and God will.\"\"\r\n\r\nWhen I was about 14 yrs old I decided I wanted to climb the Cavehill in North Belfast. I had seen the signs for Cavehill on the Antrim Road, just above the junction with the North Circular so I decided that was the place to start. I was full of enthusiasm and determination. The cave hill is such an iconic piece of the backdrop landscape to Belfast (especially when viewed from east Belfast, where I lived). I had imagined what this adventure would be like, filled with exploration, excitement, discovery, and new horizons.\r\n\r\nWhen I got off the bus and began to walk in the direction indicated by the road sign I soon discovered that I was walking uphill, but on a residential street with nice detached houses and gardens and parked cars. This was somewhat dull and unadventurous. I remained committed to my goal so walked on.\"\"\r\n\r\nAt last, a set of sandstone gateposts with a sign “Cavehill Park”; at last. This turned out to be a winding tarmac road, lined with Rhododendrons – very beautiful but I wanted to press on.\r\n\r\nThe winding tarmac road brought me to Belfast Castle which turned out to be more a stately home than an actual castle, yet another moment of revelation, which was both slightly disappointing and obvious to everyone but me. I was now without direction so asked a dog-walker. I was pointed up a dirt path into the woods. I followed the path which became a dark damp, sweaty experience as it climbed steeply. The only reassurance was that every now and again I got a glimpse of the destination, Napoleon’s nose as it is known, that huge lump of rock that stands proud as the top of Cavehill. To actually see this as a nose one has to view Cavehill from South Belfast and imagine a giant Napoleon lying sleeping, face heavenwards with chin at the far end. This may have been the inspiration for one, Jonathan Swift, who lived in Belfast and may have spotted this sleeping giant from the bottom of the Limestone Road where there is a Lilliput Street??????? The stuff of imagination that inspires adventure, so much more in the young, which I was!\r\n\r\nBack to the dark woods. Those glimpses of the high point of the hill were both inspiring and convincing that the uphill struggle is worth the struggle.\r\n\r\nEventually the trees thinned, and I found myself above the tree-line and out in the open. Unfortunately, the path took a sharp turn to the left when I knew the top was to the right. For an eternity I walked in what felt like the wrong direction, struggling with the notion that I really ought to turn back and look for a better path or just give up. However, I was nothing if not a determined young fellow, so I continued. Sure enough, the path slowly began to turn around the southern end of the Cavehill and then up the back of it. On this part of the climb the city was no longer in view and the summit had disappeared behind what just looked like a slope covered in heather and rock. Upwards and onwards! Sure, pain is just a feeling and can be ignored for a while at least.\r\n\r\nThen, it slowly became obvious that there was not much ground higher than the path on which I was walking, a sharp decline into a dip and then a rush up a steep stony slope and I was there – both exhilarating and terrifying and I looked out over the city from the most glorious vantage point one could ever imagine. I saw the city as never before, perhaps as God sees it, although he would be able to make out the people’s faces and even hear their words, being God. So, God-like I began to try to make sense of it all…the lough, the suburbs, the Antrim Road, the house-lined streets, the castle, the woods, the path that could never have come straight up here but needed to veer in the wrong direction to make its way on a possible climb to this place of enlightenment.\r\n\r\nI must refer to a book: “Reaching the Invisible God” by Philip Yancey. In the penultimate chapter he uses three phrases which he has taken from another writer.\r\n
      \r\n
    1. \r\nThe intentional will of God. This is the place where God’s story begins, perhaps where all stories begin. God’s creative power is at work, forming and shaping. His intentional will is that everything is good. He steps back, takes a long hard look, and declares everything to be good. When that first explosion of creating is complete on the sixth day, He declares it to be VERY GOOD. Our own stories of faith also begin at a place like that - that first rush of faith and inspiration that drew me towards the adventure with God and in God. It is all going to go well, it is all new and I have God on my side.
    2. \r\n
    3. \r\nThe Circumstantial will of God. In the Bible story of God, it does not go well for very long after it was declared to be VERY GOOD. To be created in the image of God must at least include the possibility of free will, and we all know from experience that free will include a propensity for selfishness etc. So, God ends up with a world that is no longer VERY GOOD but, in fact, is VERY BAD. Someone has worked out that three quarters of the Bible tells us of God’s struggle with humankind, trying to wrestle and love us back into shape. He takes the hit far more than us, changing his shape and life, giving up his heavenly status and immortality, taking on vulnerability and risk… (all the stuff in the Matthew, Mark, Luke and John stories). On my walk up what I thought was going to be a glorious trail to the top of Cavehill I had a long, continuous climb that was at times dull and mundane, sometimes dark and sweaty, sometimes confused and unknown, and even sometimes apparently in the wrong direction; yet every now and again a glimpse and a reminder of what this uphill was all about, Napoleon’s Nose! Could I just add that I had to deliberately try to see it at times? In the life of faith, God often surprises us with his presence, but many more times we have to put ourselves in the places where he is to be found – with other journeyers in worship, prayer, discipleship, in the Bible (or UCB notes if that helps), in quietness, in service, in mission…the truth is He can be found anywhere but the secret is in the seeking (I think Jesus said that Himself). We live in the struggle that includes God and our circumstances and our own muddled way of viewing our lives and hopes. The question is never, “Is God here with me?”. Rather it is, “Where are the gaps in the trees that will give me a glimpse of what this is all for?”
    4. \r\n
    5. \r\nFinally, the Ultimate will of God. There is a Napoleon’s Nose in the Bible story of God’s will. There is a full and perfect redemption of the whole created order. The declaration that it is VERY GOOD is on hold rather than in the trash bin of our computer. In fact, every act of God’s will that we perform, every act of kindness, every prayer, every forgiveness, every word or deed of worship usher the whole of creation towards that Napoleon’s Nose moment. In that moment of walking out onto the place where the whole vista can be seen all things will become clear. From the top of the Cavehill the city stretches out before us, the journey on the bus to the Antrim Road, the disappointing streets, the driveway in the park, the woods, the path in the wrong direction, the unknown, the confusion, and then… St Paul described it in 1 Corinthians 13 as “In these days we see a reflection as in a mirror (allow for the distortions of a mirror two thousand years ago), but then we shall see as face to face (we will see life as it really is), in these days I understand only in part, but then I shall fully know”.
    6. \r\n
    \r\nI have been climbing the Cavehill intentionally since I was about fifteen (although my mum and dad had me on the climb long before I knew it). I am now 61 and am not about to give up. The glimpses of the top are no more frequent these days than they ever were but I have my own story of those glimpses (some even recorded in notebooks and old Bibles and many shared with family and friends). Don’t give up, there are yet more chapters to add to your story. And one day we all get to meet on Napoleon’s Nose and won’t it be great to hear the most tender, kind, loving, welcoming voice say, “It is once again VERY GOOD, would you all like a cup of tea?”\r\n\r\n \r\n\r\n29 November 2017\r\n\r\n\"\"Our world is full of complicated situations which are only made more complicated and perhaps even insoluble when we resort to the arguments of old or continue to use the same worn tools for assessment.\r\n\r\nThe church is called to think with a different piece of software – the mind of Christ. Paul tells us on a number of occasions that our minds can be renewed, that we should have the mind of Christ and that, in fact, we already do have the mind of Christ. Even I know that I have to use the correct program in my lap top; the old stuff or the wrong operating system will get me nowhere. Sometimes we can assume we each have the mind of Christ when maybe it is actually more of a collective church experience.\r\n\r\nSo, John 8:1-11 – Jesus walks into a situation that has been constructed to pull him down. A woman caught in the act of adultery has been brought in front of a crowd and a piece of Old Testament law has been manipulated to check out what he will do. The woman’s life is at stake here. Everything else is peripheral from her perspective. Jesus comes up with an idea that saves her life and sets a whole load of other people free. Rather than using the law to frighten, condemn and kill, he takes a wider sweep of the bible landscape and sees the law as way of inspiring mercy and grace, because without God’s mercy and grace the law will condemn the whole lot of us. He then turns it on the accusers, “He who is without sin may pick up the first rock.” Loads of innocent bystanders happily dropped their rocks and headed home with a fresh understanding of grace. A terrified woman was washed in a flood of love, acceptance, safety and new possibilities. A harsh self-righteous crowd of bullies had to publicly acknowledge their imperfection and sin in the very court of the temple. Jesus is an absolute genius in situations like this and he offers to share His mind with us, His church.\r\nNow we just have to apply the idea to the real situations of our lives and our society.\r\nAll the best with that!!!\r\n\r\n19 November 2017\r\n\r\nA church that sees.\r\n\r\nSeeing is a biblical word that can mean seeing a sheep on a hillside, but can also mean so much more. It includes stuff like noticing, empathy, and assessing (not the same as judging or criticising).\r\n
    \"\"
    \r\nOur story is Matthew 14:13-21 – the feeding of the 5000. The text tells us that when Jesus SAW the crowds, he had compassion on them.\r\nIt is worth noting that the disciples also saw the crowds. Their reaction was to imagine a problem (lack of food), find someone to blame (they should have brought their own), and absolve themselves from any responsibility (we could never afford to provide for this – not our fault).\r\n\r\nWhatever it was that Jesus saw, it inspired compassion. The story just before this is about Jesus’ half-cousin and best supporter being beheaded as some form of entertainment. Jesus could have been excused from being a bit disconnected from this new situation but he continues to amaze us by his ability and willingness to engage.\r\n\r\nHe saw an opportunity for faith – take the little and create the much.\r\nHe saw an opportunity for ministry – get the disciples out among the crowds, giving out food, hands on, meeting people.\r\nHe saw an opportunity to meet need.\r\nHe saw an opportunity to see if the crowd could see (could some of them see beyond the fish etc.) – a prophet figure in a wilderness miraculously feeding a starving crowd. Who could this be? Is this a new Moses-type? Is this Messiah?\r\n\r\nFor your interest: the very next incident is Jesus walking on water. Is this a second glimpse also of a Moses-type, sent from God, the one who can cross a sea? The jigsaw is beginning to take shape.\r\n\r\n \r\n\r\n12 November 2017\r\n\r\nWhat do you want me to do for you?\r\n\r\nWeek two!\r\n\r\nThe church of God could do worse than listen more.\r\n
    \r\n\r\nTwice in one chapter Jesus is approached, but in two quite different ways -\r\n1. Teacher, we want…\r\n2. Son of David, have mercy…\r\nOn both occasions he replied with, “What do you want me to do for you?”\r\n\r\n\"\"\r\n\r\n
    \r\nWhen he heard the first request he simply said, “No.” The request was for position and power and was addressed to Teacher.\r\nThe second answer was answered with, “Yes” because it was a request to see (in all that seeing could mean) and was addressed to Messiah (Son of David is a title reserved for Messiah and would have required some revelation or faith or risk to apply to a person).\r\n\r\nThe thing that struck me as significant was that everyone knew what Bartimaeus needed – he was obviously a beggar and blind, therefore hungry and somewhat isolated. Yet, Jesus was still humble enough to ask and give him his moment of dignity, which was probably not a common experience for Bartimaeus. We, the church, tend to make assumptions about what our communities need, based on our desire to make them look like us, sorry look like God. Of course, there are changes needed in any community, society, or individual that are obvious to everyone. Nonetheless, maybe asking or listening would be good for us. It might also give those to whom we address our question the experience of being valued by us rather than simply judged, assessed, categorized, and sorted.\r\n\r\nIt is probably too late for this year, but I am pretty sure we are about to explode upon our world with our Christmas activities and blessings, imagined and planned by us to make sure that as many people as possible hear or are annoyed by our message. I am sure this is probably mostly ok but I wonder what we would hear if we asked, “What do you want me to do for you?”\r\n\r\n \r\n\r\n5 November 2017\r\n\r\n“A parish” that expresses its faith in action” (Sunday 5 November 2017)\r\n\r\nJesus looked up and saw their faith” – that is what it says in Luke 5. What did he see that caused him to recognise faith? It was their actions. They had carried their paralysed friend all the way to this house and, when they couldn’t get in because of the crowd, they persisted to the extent that they climbed onto the roof and removed part of it. Now that does show a fair bit of commitment. In Jesus’ eyes faith is a verb, not a simply a set of beliefs. If we believe and it does not express itself in action, then maybe it is not as much belief as we think it is.\r\n\r\n\"No\r\n
    \r\n\r\nDo you ever wonder where and how Jesus figured these things out? It isn’t enough to just assume it was all planted in Him before birth. Strangely his brother James, literally his brother, born from Mary with Joseph as biological father, also had the same understanding, “You show me your faith and I will show you mine by my actions.” “Faith without works is dead.” (James 2).\r\n\r\nI wonder if bedtime stories in Nazareth included Joseph telling those two little boys about their mother who was asked to believe in something? Her response was to give herself counter-culturally and at great risk to a pregnancy th\r\nat she would never ever be able to explain satisfactorily to anyone (except cousin Elizabeth) for the next thirty years. That would have been a great faith lesson for the boys and girls who grew up in that little house in Nazareth.\r\n\r\nFaith is a verb so let’s get verbing (I just made “verb” a verb as well).\r\n\r\n
    ','Sermon Blog','','inherit','closed','closed','','965-revision-v1','','','2018-08-01 11:40:33','2018-08-01 10:40:33','',965,'http://www.belvoirparish.co.uk/alpha',0,'revision','',0),(1517,1,'2018-11-08 20:00:28','2018-11-08 20:00:28','Join us for music and memories of our ancestors caught up in the Great War. It will be an opportunity to bring friends and family to an evening of story, reflection, poetry, music and sing-along: there may be laughter and tears!\r\n\r\nCoffee and lovely buns will be served at the interval.','Armistice Centenary concert','','draft','closed','closed','','','','','2018-11-06 23:40:32','2018-11-06 23:40:32','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1517',0,'cpt_events','',0),(1518,1,'2018-11-06 23:39:40','2018-11-06 23:39:40','','B37D72DF-4FFA-4234-90AA-106FA56912D8','','inherit','closed','closed','','b37d72df-4ffa-4234-90aa-106fa56912d8','','','2018-11-06 23:39:40','2018-11-06 23:39:40','',1517,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/B37D72DF-4FFA-4234-90AA-106FA56912D8.jpeg',0,'attachment','image/jpeg',0),(1520,1,'2018-11-21 20:40:18','2018-11-21 20:40:18',' \r\n\r\nClick on the links below to download files. For more information see John Doran.\r\n\r\nMarador WW1 Register\r\n\r\nArmistice List Belvoir\r\n\r\n1-JOHN LONG MM\r\n\r\n2-JOHN MALONE\r\n\r\n3-RPE Greville\r\n\r\n4-HE Grenville\r\n\r\n5-Robert Mc Kee\r\n\r\n6-Thomas John Bell\r\n\r\n7-Thomas Martin\r\n\r\n8-Alexander Peoples\r\n\r\n9-CSM Joseph Hamilton\r\n\r\n10-Matthew Mc Kelvey\r\n\r\n11-Ernest Charles Ormond\r\n\r\n12-Archie Chalmers Hills\r\n\r\n13-Frederick Valentine Russ\r\n\r\n14-Reginald Noel Nicholson\r\n\r\n15-William M Davis\r\n\r\n16-WILLIAM JOHN LYTTLE\r\n\r\n17-Frederick Heading\r\n\r\n18-Samuel George Heading\r\n\r\n19-Harry Peden\r\n\r\n20-HERBERT CAMPBELL\r\n\r\n21-JamesGirvan\r\n\r\n22-EdwardWEachus\r\n\r\n23-James Samuel Emerson\r\n\r\n24-JohnWoods\r\n\r\n25-WilliamJamesWoods\r\n\r\n26-Albert Smith\r\n\r\n27-ThomasWoods\r\n\r\n28-John Smith\r\n\r\n29-John Savage','Armistice List Belvoir','','publish','closed','closed','','armistice-list-belvoir','','','2018-11-21 20:44:46','2018-11-21 20:44:46','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_news&p=1520',0,'cpt_news','',0),(1521,1,'2018-11-21 20:36:12','2018-11-21 20:36:12','','1-JOHN LONG MM','','inherit','closed','closed','','1-john-long-mm','','','2018-11-21 20:36:12','2018-11-21 20:36:12','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/1-JOHN-LONG-MM.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1522,1,'2018-11-21 20:36:13','2018-11-21 20:36:13','','2-JOHN MALONE','','inherit','closed','closed','','2-john-malone','','','2018-11-21 20:36:13','2018-11-21 20:36:13','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/2-JOHN-MALONE.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1523,1,'2018-11-21 20:36:18','2018-11-21 20:36:18','','3-RPE Greville','','inherit','closed','closed','','3-rpe-greville','','','2018-11-21 20:36:18','2018-11-21 20:36:18','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/3-RPE-Greville.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1524,1,'2018-11-21 20:36:22','2018-11-21 20:36:22','','4-HE Grenville','','inherit','closed','closed','','4-he-grenville','','','2018-11-21 20:36:22','2018-11-21 20:36:22','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/4-HE-Grenville.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1525,1,'2018-11-21 20:36:23','2018-11-21 20:36:23','','5-Robert Mc Kee','','inherit','closed','closed','','5-robert-mc-kee','','','2018-11-21 20:36:23','2018-11-21 20:36:23','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/5-Robert-Mc-Kee.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1526,1,'2018-11-21 20:36:24','2018-11-21 20:36:24','','6-Thomas John Bell','','inherit','closed','closed','','6-thomas-john-bell','','','2018-11-21 20:36:24','2018-11-21 20:36:24','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/6-Thomas-John-Bell.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1527,1,'2018-11-21 20:36:25','2018-11-21 20:36:25','','7-Thomas Martin','','inherit','closed','closed','','7-thomas-martin','','','2018-11-21 20:36:25','2018-11-21 20:36:25','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/7-Thomas-Martin.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1528,1,'2018-11-21 20:36:26','2018-11-21 20:36:26','','8-Alexander Peoples','','inherit','closed','closed','','8-alexander-peoples','','','2018-11-21 20:36:26','2018-11-21 20:36:26','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/8-Alexander-Peoples.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1529,1,'2018-11-21 20:36:30','2018-11-21 20:36:30','','9-CSM Joseph Hamilton','','inherit','closed','closed','','9-csm-joseph-hamilton','','','2018-11-21 20:36:30','2018-11-21 20:36:30','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/9-CSM-Joseph-Hamilton.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1530,1,'2018-11-21 20:36:32','2018-11-21 20:36:32','','10-Matthew Mc Kelvey','','inherit','closed','closed','','10-matthew-mc-kelvey','','','2018-11-21 20:36:32','2018-11-21 20:36:32','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/10-Matthew-Mc-Kelvey.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1531,1,'2018-11-21 20:36:34','2018-11-21 20:36:34','','11-Ernest Charles Ormond','','inherit','closed','closed','','11-ernest-charles-ormond','','','2018-11-21 20:36:34','2018-11-21 20:36:34','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/11-Ernest-Charles-Ormond.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1532,1,'2018-11-21 20:36:35','2018-11-21 20:36:35','','12-Archie Chalmers Hills','','inherit','closed','closed','','12-archie-chalmers-hills','','','2018-11-21 20:36:35','2018-11-21 20:36:35','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/12-Archie-Chalmers-Hills.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1533,1,'2018-11-21 20:36:38','2018-11-21 20:36:38','','13-Frederick Valentine Russ','','inherit','closed','closed','','13-frederick-valentine-russ','','','2018-11-21 20:36:38','2018-11-21 20:36:38','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/13-Frederick-Valentine-Russ.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1534,1,'2018-11-21 20:36:40','2018-11-21 20:36:40','','14-Reginald Noel Nicholson','','inherit','closed','closed','','14-reginald-noel-nicholson','','','2018-11-21 20:36:40','2018-11-21 20:36:40','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/14-Reginald-Noel-Nicholson.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1535,1,'2018-11-21 20:36:42','2018-11-21 20:36:42','','15-William M Davis','','inherit','closed','closed','','15-william-m-davis','','','2018-11-21 20:36:42','2018-11-21 20:36:42','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/15-William-M-Davis.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1536,1,'2018-11-21 20:36:44','2018-11-21 20:36:44','','16-WILLIAM JOHN LYTTLE','','inherit','closed','closed','','16-william-john-lyttle','','','2018-11-21 20:36:44','2018-11-21 20:36:44','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/16-WILLIAM-JOHN-LYTTLE.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1537,1,'2018-11-21 20:36:47','2018-11-21 20:36:47','','17-Frederick Heading','','inherit','closed','closed','','17-frederick-heading','','','2018-11-21 20:36:47','2018-11-21 20:36:47','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/17-Frederick-Heading.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1538,1,'2018-11-21 20:36:50','2018-11-21 20:36:50','','18-Samuel George Heading','','inherit','closed','closed','','18-samuel-george-heading','','','2018-11-21 20:36:50','2018-11-21 20:36:50','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/18-Samuel-George-Heading.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1539,1,'2018-11-21 20:36:52','2018-11-21 20:36:52','','19-Harry Peden','','inherit','closed','closed','','19-harry-peden','','','2018-11-21 20:36:52','2018-11-21 20:36:52','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/19-Harry-Peden.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1540,1,'2018-11-21 20:36:54','2018-11-21 20:36:54','','20-HERBERT CAMPBELL','','inherit','closed','closed','','20-herbert-campbell','','','2018-11-21 20:36:54','2018-11-21 20:36:54','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/20-HERBERT-CAMPBELL.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1541,1,'2018-11-21 20:36:56','2018-11-21 20:36:56','','21-JamesGirvan','','inherit','closed','closed','','21-jamesgirvan','','','2018-11-21 20:36:56','2018-11-21 20:36:56','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/21-JamesGirvan.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1542,1,'2018-11-21 20:36:57','2018-11-21 20:36:57','','22-EdwardWEachus','','inherit','closed','closed','','22-edwardweachus','','','2018-11-21 20:36:57','2018-11-21 20:36:57','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/22-EdwardWEachus.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1543,1,'2018-11-21 20:37:01','2018-11-21 20:37:01','','23-James Samuel Emerson','','inherit','closed','closed','','23-james-samuel-emerson','','','2018-11-21 20:37:01','2018-11-21 20:37:01','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/23-James-Samuel-Emerson.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1544,1,'2018-11-21 20:37:03','2018-11-21 20:37:03','','24-JohnWoods','','inherit','closed','closed','','24-johnwoods','','','2018-11-21 20:37:03','2018-11-21 20:37:03','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/24-JohnWoods.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1545,1,'2018-11-21 20:37:04','2018-11-21 20:37:04','','25-WilliamJamesWoods','','inherit','closed','closed','','25-williamjameswoods','','','2018-11-21 20:37:04','2018-11-21 20:37:04','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/25-WilliamJamesWoods.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1546,1,'2018-11-21 20:37:06','2018-11-21 20:37:06','','26-Albert Smith','','inherit','closed','closed','','26-albert-smith','','','2018-11-21 20:37:06','2018-11-21 20:37:06','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/26-Albert-Smith.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1547,1,'2018-11-21 20:37:09','2018-11-21 20:37:09','','27-ThomasWoods','','inherit','closed','closed','','27-thomaswoods','','','2018-11-21 20:37:09','2018-11-21 20:37:09','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/27-ThomasWoods.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1548,1,'2018-11-21 20:37:10','2018-11-21 20:37:10','','28-John Smith','','inherit','closed','closed','','28-john-smith','','','2018-11-21 20:37:10','2018-11-21 20:37:10','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/28-John-Smith-.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1549,1,'2018-11-21 20:37:13','2018-11-21 20:37:13','','29-John Savage','','inherit','closed','closed','','29-john-savage','','','2018-11-21 20:37:13','2018-11-21 20:37:13','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/29-John-Savage.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(1550,1,'2018-11-21 20:39:18','2018-11-21 20:39:18','','ArmisticeListBelvoir','','inherit','closed','closed','','armisticelistbelvoir','','','2018-11-21 20:39:18','2018-11-21 20:39:18','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/ArmisticeListBelvoir.xlsx',0,'attachment','application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',0),(1551,1,'2018-11-21 20:39:55','2018-11-21 20:39:55','','Marador WW1 Register','','inherit','closed','closed','','marador-ww1-register','','','2018-11-21 20:39:55','2018-11-21 20:39:55','',1520,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/Marador-WW1-Register.pptx',0,'attachment','application/vnd.openxmlformats-officedocument.presentationml.presentation',0),(1553,1,'2018-12-02 19:00:46','2018-12-02 19:00:46',' \r\n\r\nTHE BEGINNING OF ADVENT\r\n\r\nIf you are free on Sunday 2nd December 2018 why not join us at Belvoir Parish Church at 7pm for a time of purposeful slowing down and reflection as we step into the Advent season. The evening will blend music, film, art, liturgy and prayer as we step over the threshold into this important time in the church calendar.\r\n\r\nWe will start at 7pm. Our reflections will centre around Joseph and what we can learn from this seemingly quiet man.\r\n
    \r\n\r\nYou really would be so welcome. If you haven\'t been to church in a while be assured we won\'t keep you long or ask awkward questions. There will be a cup of tea afterwards. This is a time for you to find some peace and focus in what can be a busy time of year.\r\n\r\n \r\n\r\n
    ','Advent Reflection','','publish','closed','closed','','advent-reflection-2','','','2018-11-21 21:06:44','2018-11-21 21:06:44','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1553',0,'cpt_events','',0),(1563,1,'2018-12-19 00:00:44','2018-12-19 00:00:44','','Carol Singing Event at Tesco','','publish','closed','closed','','carol-singing-event-at-tesco','','','2018-11-21 21:08:33','2018-11-21 21:08:33','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1563',0,'cpt_events','',0),(1554,1,'2018-11-21 21:04:28','2018-11-21 21:04:28','','1053','','inherit','closed','closed','','1053','','','2018-11-21 21:04:28','2018-11-21 21:04:28','',1553,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/1053.jpg',0,'attachment','image/jpeg',0),(1555,1,'2018-11-21 21:04:29','2018-11-21 21:04:29','','1243','','inherit','closed','closed','','1243','','','2018-11-21 21:04:29','2018-11-21 21:04:29','',1553,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/1243.jpg',0,'attachment','image/jpeg',0),(1556,1,'2018-11-21 21:04:31','2018-11-21 21:04:31','','1366','','inherit','closed','closed','','1366','','','2018-11-21 21:04:31','2018-11-21 21:04:31','',1553,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/1366.jpg',0,'attachment','image/jpeg',0),(1557,1,'2018-11-21 21:04:32','2018-11-21 21:04:32','','imagesf','','inherit','closed','closed','','imagesf','','','2018-11-21 21:04:32','2018-11-21 21:04:32','',1553,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/imagesf.jpg',0,'attachment','image/jpeg',0),(1564,1,'2018-12-23 19:00:39','2018-12-23 19:00:39','','9 Lessons and Carols Service','','publish','closed','closed','','9-lessons-and-carols-service','','','2018-11-23 12:01:57','2018-11-23 12:01:57','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1564',0,'cpt_events','',0),(1558,1,'2018-11-21 21:05:26','2018-11-21 21:05:26','','1243','','inherit','closed','closed','','1243-2','','','2018-11-21 21:05:26','2018-11-21 21:05:26','',1553,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/1243-1.jpg',0,'attachment','image/jpeg',0),(1559,1,'2018-11-21 21:05:26','2018-11-21 21:05:26','','1366','','inherit','closed','closed','','1366-2','','','2018-11-21 21:05:26','2018-11-21 21:05:26','',1553,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/1366-1.jpg',0,'attachment','image/jpeg',0),(1560,1,'2018-11-21 21:05:27','2018-11-21 21:05:27','','imagesf','','inherit','closed','closed','','imagesf-2','','','2018-11-21 21:05:27','2018-11-21 21:05:27','',1553,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/imagesf-1.jpg',0,'attachment','image/jpeg',0),(1561,1,'2018-11-21 21:05:29','2018-11-21 21:05:29','','1053','','inherit','closed','closed','','1053-2','','','2018-11-21 21:05:29','2018-11-21 21:05:29','',1553,'http://www.belvoirparish.co.uk/wp-content/uploads/2018/11/1053-1.jpg',0,'attachment','image/jpeg',0),(1562,1,'2018-12-03 18:00:54','2018-12-03 18:00:54','','Community Christmas Tree Switch On and Carol Service','','publish','closed','closed','','community-christmas-tree-switch-on-and-carol-service','','','2018-11-21 21:07:37','2018-11-21 21:07:37','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1562',0,'cpt_events','',0),(1565,1,'2018-12-23 11:00:27','2018-12-23 11:00:27','','Children\'s Nativity Service','','publish','closed','closed','','childrens-nativity-service','','','2018-11-21 21:10:03','2018-11-21 21:10:03','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1565',0,'cpt_events','',0),(1566,1,'2018-12-24 23:00:11','2018-12-24 23:00:11','','Midnight Communion','','publish','closed','closed','','midnight-communion-4','','','2018-11-21 21:14:07','2018-11-21 21:14:07','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1566',0,'cpt_events','',0),(1567,1,'2018-12-25 10:30:07','2018-12-25 10:30:07','','Christmas Day Service','','publish','closed','closed','','christmas-day-service-2','','','2018-11-21 21:12:02','2018-11-21 21:12:02','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1567',0,'cpt_events','',0),(1568,1,'2019-03-15 19:00:05','2019-03-15 19:00:05','The Big Church Weekend - Sheep Island View, Ballintoy 15-17th Mar 2019. More details to come.','The Big Church Weekend - Sheep Island View, Ballintoy 15-17th Mar 2019','','publish','closed','closed','','the-big-church-weekend-sheep-island-view-ballintoy-15-17th-mar-2019','','','2018-11-21 21:13:20','2018-11-21 21:13:20','',0,'http://www.belvoirparish.co.uk/?post_type=cpt_events&p=1568',0,'cpt_events','',0),(1571,1,'2019-01-02 17:20:56','2019-01-02 17:20:56','','Youth Cell Winter 2019','','inherit','closed','closed','','youth-cell-winter-2019','','','2019-01-02 17:20:56','2019-01-02 17:20:56','',1570,'http://www.belvoirparish.co.uk/wp-content/uploads/2019/01/Youth-Cell-Winter-2019.pdf',0,'attachment','application/pdf',0),(1573,1,'2019-01-14 20:52:54','2019-01-14 20:52:54','','ICMC','','inherit','closed','closed','','icmc','','','2019-01-14 20:52:54','2019-01-14 20:52:54','',1572,'http://www.belvoirparish.co.uk/wp-content/uploads/2019/01/ICMC.pdf',0,'attachment','application/pdf',0),(1582,1,'2019-04-13 10:08:52','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2019-04-13 10:08:52','0000-00-00 00:00:00','',0,'http://www.belvoirparish.co.uk/?p=1582',0,'post','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sl_setting` -- DROP TABLE IF EXISTS `wp_sl_setting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sl_setting` ( `sl_setting_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `sl_setting_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_setting_value` longtext COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`sl_setting_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sl_setting` -- LOCK TABLES `wp_sl_setting` WRITE; /*!40000 ALTER TABLE `wp_sl_setting` DISABLE KEYS */; INSERT INTO `wp_sl_setting` VALUES (1,'sl_db_version','2'); /*!40000 ALTER TABLE `wp_sl_setting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sl_tag` -- DROP TABLE IF EXISTS `wp_sl_tag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sl_tag` ( `sl_tag_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `sl_tag_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_tag_slug` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_id` mediumint(8) DEFAULT NULL, PRIMARY KEY (`sl_tag_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sl_tag` -- LOCK TABLES `wp_sl_tag` WRITE; /*!40000 ALTER TABLE `wp_sl_tag` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_sl_tag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_store_locator` -- DROP TABLE IF EXISTS `wp_store_locator`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_store_locator` ( `sl_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `sl_store` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_address2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_city` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_state` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_zip` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_latitude` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_longitude` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_tags` mediumtext COLLATE utf8_unicode_ci DEFAULT NULL, `sl_description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_url` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_hours` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_phone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_image` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_private` varchar(1) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_neat_title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_fax` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `sl_email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, PRIMARY KEY (`sl_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_store_locator` -- LOCK TABLES `wp_store_locator` WRITE; /*!40000 ALTER TABLE `wp_store_locator` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_store_locator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (378,2,0),(142,2,0),(20,2,0),(57,2,0),(59,2,0),(58,2,0),(62,1,0),(315,2,0),(80,2,0),(79,2,0),(694,2,0),(620,2,0),(85,2,0),(88,2,0),(576,2,0),(328,2,0),(102,2,0),(103,2,0),(107,2,0),(108,2,0),(619,2,0),(700,2,0),(130,2,0),(128,2,0),(126,2,0),(127,2,0),(240,2,0),(274,2,0),(297,2,0),(278,2,0),(722,2,0),(279,2,0),(300,2,0),(351,2,0),(363,2,0),(367,2,0),(369,2,0),(370,2,0),(631,2,0),(557,2,0),(724,2,0),(746,2,0),(823,2,0),(914,2,0),(948,2,0),(984,2,0),(986,2,0),(1190,2,0),(1255,1,0),(1277,1,0),(1320,1,0),(838,3,0),(838,4,0),(839,3,0),(839,4,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,4),(2,2,'nav_menu','',0,47),(3,3,'calendar_feed','',0,0),(4,4,'calendar_type','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Belvoir','belvoir',0),(3,'google','google',0),(4,'default-calendar','default-calendar',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=89 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name','Krystal'),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,gridiculous_pro_pointer,wp360_revisions,wp410_dfw,wp496_privacy'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','1582'),(15,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(16,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(17,1,'nav_menu_recently_edited','2'),(18,1,'wp_user-settings','editor=tinymce&libraryContent=browse&widgets_access=on&imgsize=medium&align=center&wplink=1'),(19,1,'wp_user-settings-time','1512420670'),(20,2,'first_name','Jennifer'),(21,2,'last_name','Stewart'),(22,2,'nickname','Jennifer'),(23,2,'description',''),(24,2,'rich_editing','true'),(25,2,'comment_shortcuts','false'),(26,2,'admin_color','fresh'),(27,2,'use_ssl','0'),(28,2,'show_admin_bar_front','true'),(29,2,'wp_capabilities','a:1:{s:11:\"contributor\";b:1;}'),(30,2,'wp_user_level','1'),(31,2,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(32,2,'aim',''),(33,2,'yim',''),(34,2,'jabber',''),(35,1,'aim',''),(36,1,'yim',''),(37,1,'jabber',''),(45,3,'nickname','Richard'),(40,1,'manageedit-cpt_newscolumnshidden','a:1:{i:0;s:0:\"\";}'),(41,2,'session_tokens','a:1:{s:64:\"dfcd0a6433223e3fc75c732e3ab34ad291640dddfcb50cbca8166cf9a603d5d0\";i:1417801115;}'),(42,2,'wp_dashboard_quick_press_last_post_id','959'),(43,2,'wp_user-settings','editor=tinymce'),(44,2,'wp_user-settings-time','1417628419'),(76,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"49.248.139.0\";}'),(46,3,'first_name','Richard'),(47,3,'last_name','Rea'),(48,3,'description',''),(49,3,'rich_editing','true'),(50,3,'comment_shortcuts','false'),(51,3,'admin_color','fresh'),(52,3,'use_ssl','0'),(53,3,'show_admin_bar_front','true'),(54,3,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(55,3,'wp_user_level','7'),(56,3,'dismissed_wp_pointers','wp350_media,wp360_revisions,wp360_locks,wp390_widgets'),(73,1,'closedpostboxes_dashboard','a:0:{}'),(74,1,'metaboxhidden_dashboard','a:0:{}'),(86,1,'default_password_nag',''),(88,1,'session_tokens','a:2:{s:64:\"f9c50ef92b2306382bdaae7704df350c04bee5c64d46b92667a40085f1eb0b2c\";a:4:{s:10:\"expiration\";i:1555319330;s:2:\"ip\";s:15:\"220.225.117.185\";s:2:\"ua\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0\";s:5:\"login\";i:1555146530;}s:64:\"8cecb759b3ac4eda39a9ff3307c6267fe1d766de70998ce076a8db4f75d79fce\";a:4:{s:10:\"expiration\";i:1555336901;s:2:\"ip\";s:14:\"49.248.139.244\";s:2:\"ua\";s:78:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0\";s:5:\"login\";i:1555164101;}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BOXn6t3ygrbDkVvHHmoPm4T9wGRPOG1','admin','krysmohn@gmail.com','','2013-06-04 21:55:53','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_excluded_files` -- DROP TABLE IF EXISTS `wp_wpb2d_excluded_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpb2d_excluded_files` ( `file` varchar(255) NOT NULL, `isdir` tinyint(1) NOT NULL, UNIQUE KEY `file` (`file`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpb2d_excluded_files` -- LOCK TABLES `wp_wpb2d_excluded_files` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_excluded_files` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpb2d_excluded_files` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_options` -- DROP TABLE IF EXISTS `wp_wpb2d_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpb2d_options` ( `name` varchar(50) NOT NULL, `value` varchar(255) NOT NULL, UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpb2d_options` -- LOCK TABLES `wp_wpb2d_options` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_options` DISABLE KEYS */; INSERT INTO `wp_wpb2d_options` VALUES ('database_version','2'),('oauth_state','access'),('request_token','ZWgYX9gTJLpPv4VZ'),('request_token_secret','Lt7kuKeTZJ4wTS1X'),('access_token','94gsruipy67jtk03'),('access_token_secret','be0s83rzr2bx45r'),('store_in_subfolder',''),('dropbox_location',''),('in_progress','1'),('is_running','1'),('total_file_count','3026'),('last_backup_time','1542312447'),('history','1438817952,1439424938,1440025940,1440631051,1441236962,1441853395,1442451241,1443053285,1443654155,1444266520,1444866816,1445470539,1446074525,1446679067,1447285244,1447887872,1448493698,1449098081,1456766601,1456962020'); /*!40000 ALTER TABLE `wp_wpb2d_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_premium_extensions` -- DROP TABLE IF EXISTS `wp_wpb2d_premium_extensions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpb2d_premium_extensions` ( `name` varchar(50) NOT NULL, `file` varchar(255) NOT NULL, UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpb2d_premium_extensions` -- LOCK TABLES `wp_wpb2d_premium_extensions` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_premium_extensions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpb2d_premium_extensions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_processed_dbtables` -- DROP TABLE IF EXISTS `wp_wpb2d_processed_dbtables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpb2d_processed_dbtables` ( `name` varchar(255) NOT NULL, `count` int(11) NOT NULL DEFAULT 0, UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpb2d_processed_dbtables` -- LOCK TABLES `wp_wpb2d_processed_dbtables` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_processed_dbtables` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpb2d_processed_dbtables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpb2d_processed_files` -- DROP TABLE IF EXISTS `wp_wpb2d_processed_files`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpb2d_processed_files` ( `file` varchar(255) NOT NULL, `offset` int(11) NOT NULL DEFAULT 0, `uploadid` varchar(50) DEFAULT NULL, UNIQUE KEY `file` (`file`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpb2d_processed_files` -- LOCK TABLES `wp_wpb2d_processed_files` WRITE; /*!40000 ALTER TABLE `wp_wpb2d_processed_files` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpb2d_processed_files` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2019-04-14 14:26:39