{"id":21,"date":"2008-05-23T08:03:03","date_gmt":"2008-05-23T15:03:03","guid":{"rendered":"http:\/\/blackstrapcovenant.com\/?page_id=21"},"modified":"2019-02-22T14:50:46","modified_gmt":"2019-02-22T21:50:46","slug":"notes","status":"publish","type":"page","link":"https:\/\/blackstrapcovenant.com\/?page_id=21","title":{"rendered":"Notes\/ Calendar"},"content":{"rendered":"<p><em><strong>Look for new sermons to be added weekly<\/strong><\/em><\/p>\n<p>If you would like to be notified when new sermons or notes are added, just leave me you info and I will email you when I have updated info.<\/p>\n<p>May God Bless you and keep you.<\/p>\n<p>Upcoming events,<br \/>\nBe sure to check the Calendar for full detail list.<\/p>\n  <input type=\"hidden\" id=\"cal_width1\" value=\"700\"\/>\n  <div id='bigcalendar1' class=\"wdc_calendar\"><\/div>\n  <script>\n    var tb_pathToImage = \"https:\/\/blackstrapcovenant.com\/wp-content\/plugins\/spider-event-calendar\/images\/loadingAnimation.gif\";\n    var tb_closeImage = \"https:\/\/blackstrapcovenant.com\/wp-content\/plugins\/spider-event-calendar\/images\/tb-close.png\"\n    var randi;\n    if (typeof showbigcalendar != 'function') {\n      function showbigcalendar(id, calendarlink, randi, widget) {\n        jQuery.ajax({\n          type: \"GET\",\n          url: calendarlink,\n          data: {},\n          success: function (data) {\n            jQuery('#' + id).html(data);\n            spider_calendar_ajax_success(id, calendarlink, randi, widget)\n          }\n        });\n      }\n      function spider_calendar_ajax_success(id, calendarlink, randi, widget) {\n        jQuery(document).ready(function () {\n          jQuery('#views_select').toggle(function () {\n            jQuery('#drop_down_views').stop(true, true).delay(200).slideDown(500);\n            jQuery('#views_select .arrow-down').addClass(\"show_arrow\");\n            jQuery('#views_select .arrow-right').removeClass(\"show_arrow\");\n          }, function () {\n            jQuery('#drop_down_views').stop(true, true).slideUp(500);\n            jQuery('#views_select .arrow-down').removeClass(\"show_arrow\");\n            jQuery('#views_select .arrow-right').addClass(\"show_arrow\");\n          });\n        });\n        if (widget != 1) {\n          jQuery('drop_down_views').hide();\n          var parent_width = document.getElementById('bigcalendar' + randi).parentNode.clientWidth;\n          var calwidth = document.getElementById('cal_width' + randi).value;\n          var responsive_width = (calwidth) \/ parent_width * 100;\n          document.getElementById('bigcalendar' + randi).setAttribute('style', 'width:' + responsive_width + '%;');\n          jQuery('pop_table').css('height', '100%');\n        }\n        var thickDims, tbWidth, tbHeight;\n        jQuery(document).ready(function ($) {\n          if (\/iPad|iPhone|iPod\/.test(navigator.userAgent) && !window.MSStream) {\n            jQuery('body').addClass('ios_device');\n          }\n          setInterval(function () {\n            if (jQuery(\"body\").hasClass(\"modal-open\")) jQuery(\"html\").addClass(\"thickbox_open\");\n            else jQuery(\"html\").removeClass(\"thickbox_open\");\n          }, 500);\n          thickDims = function () {\n            var tbWindow = jQuery('#TB_window'), H = jQuery(window).height(), W = jQuery(window).width(), w, h;\n            if (tbWidth) {\n              if (tbWidth < (W - 90)) w = tbWidth; else w = W - 200;\n            } else w = W - 200;\n            if (tbHeight) {\n              if (tbHeight < (H - 90)) h = tbHeight; else h = H - 200;\n            } else h = H - 200;\n            if (tbWindow.length) {\n              tbWindow.width(w).height(h);\n              jQuery('#TB_iframeContent').width(w).height(h - 27);\n              tbWindow.css({'margin-left': '-' + parseInt((w \/ 2), 10) + 'px'});\n              if (typeof document.body.style.maxWidth != 'undefined')\n                tbWindow.css({'top': (H - h) \/ 2, 'margin-top': '0'});\n            }\n            if (jQuery(window).width() < 768) {\n              var tb_left = parseInt((w \/ 2), 10) + 20;\n              jQuery('#TB_window').css({\"left\": tb_left + \"px\", \"width\": \"90%\", \"margin-top\": \"-13%\", \"height\": \"100%\"})\n              jQuery('#TB_window iframe').css({'height': '100%', 'width': '100%'});\n            }\n            else jQuery('#TB_window').css('left', '50%');\n            if (typeof popup_width_from_src != \"undefined\") {\n              popup_width_from_src = jQuery('.thickbox-previewbigcalendar' + randi).attr('href').indexOf('tbWidth=');\n              str = jQuery('.thickbox-previewbigcalendar' + randi).attr('href').substr(popup_width_from_src + 8, 150)\n              find_amp = str.indexOf('&');\n              width_orig = str.substr(0, find_amp);\n              find_eq = str.indexOf('=');\n              height_orig = str.substr(find_eq + 1, 5);\n              jQuery('#TB_window').css({'max-width': width_orig + 'px', 'max-height': height_orig + 'px'});\n              jQuery('#TB_window iframe').css('max-width', width_orig + 'px');\n            }\n          };\n          thickDims();\n          jQuery(window).resize(function () {\n            thickDims();\n          });\n          jQuery('a.thickbox-preview' + id).click(function () {\n            tb_click.call(this);\n            var alink = jQuery(this).parents('.available-theme').find('.activatelink'), link = '',\n              href = jQuery(this).attr('href'), url, text;\n            var reg_with = new RegExp(xx_cal_xx + \"tbWidth=[0-9]+\");\n            if (tbWidth = href.match(reg_with))\n              tbWidth = parseInt(tbWidth[0].replace(\/[^0-9]+\/g, ''), 10);\n            else\n              tbWidth = jQuery(window).width() - 90;\n            var reg_heght = new RegExp(xx_cal_xx + \"tbHeight=[0-9]+\");\n            if (tbHeight = href.match(reg_heght))\n              tbHeight = parseInt(tbHeight[0].replace(\/[^0-9]+\/g, ''), 10);\n            else\n              tbHeight = jQuery(window).height() - 60;\n            jQuery('#TB_ajaxWindowTitle').css({'float': 'right'}).html(link);\n            thickDims();\n            return false;\n          });\n\n        });\n      }\n    }\n    document.onkeydown = function (evt) {\n      evt = evt || window.event;\n      if (evt.keyCode == 27) {\n        document.getElementById('sbox-window').close();\n      }\n    };\n     showbigcalendar('bigcalendar1', 'https:\/\/blackstrapcovenant.com\/wp-admin\/admin-ajax.php?action=spiderbigcalendar_month&theme_id=13&calendar=1&select=month,list,week,day,&date=2022-06&months&many_sp_calendar=1&widget=0&rand=1', '1', '0');<\/script>\n  <style>\n    #TB_window iframe {\n      background: #B4C5CC;\n    }\n  <\/style>\n  \n<h1 class=\"text-align-center\"><\/h1>\n","protected":false},"excerpt":{"rendered":"<p>Look for new sermons to be added weekly If you would like to be notified when new sermons or notes are added, just leave me you info and I will email you when I have updated info. May God Bless you and keep you. Upcoming events, Be sure to check the Calendar for full detail [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":182,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/blackstrapcovenant.com\/?page_id=21\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Blackstrap Covenant Church | To know Jesus Christ and to make Him known\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Notes\/ Calendar | Blackstrap Covenant Church\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/blackstrapcovenant.com\/?page_id=21\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2008-05-23T15:03:03+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-02-22T21:50:46+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Notes\/ Calendar | Blackstrap Covenant Church\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/?page_id=21#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blackstrapcovenant.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blackstrapcovenant.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/?page_id=21#listItem\",\"name\":\"Notes\\\/ Calendar\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/?page_id=21#listItem\",\"position\":2,\"name\":\"Notes\\\/ Calendar\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blackstrapcovenant.com#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/#organization\",\"name\":\"Blackstrap Covenant Church\",\"description\":\"To know Jesus Christ and to make Him known\",\"url\":\"https:\\\/\\\/blackstrapcovenant.com\\\/\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/?page_id=21#webpage\",\"url\":\"https:\\\/\\\/blackstrapcovenant.com\\\/?page_id=21\",\"name\":\"Notes\\\/ Calendar | Blackstrap Covenant Church\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/?page_id=21#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/blackstrapcovenant.com\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/cross-1256040.jpg\",\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/?page_id=21\\\/#mainImage\",\"width\":1024,\"height\":768},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/?page_id=21#mainImage\"},\"datePublished\":\"2008-05-23T08:03:03-06:00\",\"dateModified\":\"2019-02-22T14:50:46-06:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/#website\",\"url\":\"https:\\\/\\\/blackstrapcovenant.com\\\/\",\"name\":\"Blackstrap Covenant Church\",\"description\":\"To know Jesus Christ and to make Him known\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/blackstrapcovenant.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Notes\/ Calendar | Blackstrap Covenant Church","description":"","canonical_url":"https:\/\/blackstrapcovenant.com\/?page_id=21","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/blackstrapcovenant.com\/?page_id=21#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/blackstrapcovenant.com#listItem","position":1,"name":"Home","item":"https:\/\/blackstrapcovenant.com","nextItem":{"@type":"ListItem","@id":"https:\/\/blackstrapcovenant.com\/?page_id=21#listItem","name":"Notes\/ Calendar"}},{"@type":"ListItem","@id":"https:\/\/blackstrapcovenant.com\/?page_id=21#listItem","position":2,"name":"Notes\/ Calendar","previousItem":{"@type":"ListItem","@id":"https:\/\/blackstrapcovenant.com#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/blackstrapcovenant.com\/#organization","name":"Blackstrap Covenant Church","description":"To know Jesus Christ and to make Him known","url":"https:\/\/blackstrapcovenant.com\/"},{"@type":"WebPage","@id":"https:\/\/blackstrapcovenant.com\/?page_id=21#webpage","url":"https:\/\/blackstrapcovenant.com\/?page_id=21","name":"Notes\/ Calendar | Blackstrap Covenant Church","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/blackstrapcovenant.com\/#website"},"breadcrumb":{"@id":"https:\/\/blackstrapcovenant.com\/?page_id=21#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/blackstrapcovenant.com\/wp-content\/uploads\/2016\/03\/cross-1256040.jpg","@id":"https:\/\/blackstrapcovenant.com\/?page_id=21\/#mainImage","width":1024,"height":768},"primaryImageOfPage":{"@id":"https:\/\/blackstrapcovenant.com\/?page_id=21#mainImage"},"datePublished":"2008-05-23T08:03:03-06:00","dateModified":"2019-02-22T14:50:46-06:00"},{"@type":"WebSite","@id":"https:\/\/blackstrapcovenant.com\/#website","url":"https:\/\/blackstrapcovenant.com\/","name":"Blackstrap Covenant Church","description":"To know Jesus Christ and to make Him known","inLanguage":"en-US","publisher":{"@id":"https:\/\/blackstrapcovenant.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"Blackstrap Covenant Church | To know Jesus Christ and to make Him known","og:type":"article","og:title":"Notes\/ Calendar | Blackstrap Covenant Church","og:url":"https:\/\/blackstrapcovenant.com\/?page_id=21","article:published_time":"2008-05-23T15:03:03+00:00","article:modified_time":"2019-02-22T21:50:46+00:00","twitter:card":"summary","twitter:title":"Notes\/ Calendar | Blackstrap Covenant Church"},"aioseo_meta_data":{"post_id":"21","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-01-08 23:14:18","updated":"2025-06-04 06:01:16","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/blackstrapcovenant.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tNotes\/ Calendar\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/blackstrapcovenant.com"},{"label":"Notes\/ Calendar","link":"https:\/\/blackstrapcovenant.com\/?page_id=21"}],"_links":{"self":[{"href":"https:\/\/blackstrapcovenant.com\/index.php?rest_route=\/wp\/v2\/pages\/21"}],"collection":[{"href":"https:\/\/blackstrapcovenant.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blackstrapcovenant.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blackstrapcovenant.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/blackstrapcovenant.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=21"}],"version-history":[{"count":76,"href":"https:\/\/blackstrapcovenant.com\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions"}],"predecessor-version":[{"id":734,"href":"https:\/\/blackstrapcovenant.com\/index.php?rest_route=\/wp\/v2\/pages\/21\/revisions\/734"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blackstrapcovenant.com\/index.php?rest_route=\/wp\/v2\/media\/182"}],"wp:attachment":[{"href":"https:\/\/blackstrapcovenant.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=21"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}